Gathering detailed insights and metrics for @types/react-bootstrap-table2-paginator
Gathering detailed insights and metrics for @types/react-bootstrap-table2-paginator
Gathering detailed insights and metrics for @types/react-bootstrap-table2-paginator
Gathering detailed insights and metrics for @types/react-bootstrap-table2-paginator
The repository for high quality TypeScript type definitions.
npm install @types/react-bootstrap-table2-paginator
Typescript
Module System
95.3
Supply Chain
82.8
Quality
75.5
Maintenance
100
Vulnerability
100
License
TypeScript (99.84%)
JavaScript (0.16%)
Shell (0.01%)
Total Downloads
2,320,997
Last Day
4,062
Last Week
23,304
Last Month
104,422
Last Year
671,169
NOASSERTION License
49,690 Stars
89,334 Commits
30,387 Forks
641 Watchers
6 Branches
9,955 Contributors
Updated on May 07, 2025
Latest Version
2.1.6
Package Id
@types/react-bootstrap-table2-paginator@2.1.6
Unpacked Size
5.67 kB
Size
1.97 kB
File Count
5
Published on
Jan 01, 2024
Cumulative downloads
Total Downloads
Last Day
-23%
4,062
Compared to previous day
Last Week
5.4%
23,304
Compared to previous week
Last Month
5.5%
104,422
Compared to previous month
Last Year
28%
671,169
Compared to previous year
1
npm install --save @types/react-bootstrap-table2-paginator
This package contains type definitions for react-bootstrap-table2-paginator (https://github.com/react-bootstrap-table/react-bootstrap-table2#readme).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-bootstrap-table2-paginator.
1// documentation taken from https://react-bootstrap-table.github.io/react-bootstrap-table2/docs/table-props.html 2 3import { BootstrapTableProps, PaginationOptions } from "react-bootstrap-table-next"; 4 5export interface PaginationCtxOptions { 6 options?: PaginationOptions | undefined; 7} 8 9/** 10 * declaration for table pagination sub module and factory 11 */ 12declare function paginationFactory(options: PaginationOptions): PaginationCtxOptions; 13 14export default paginationFactory; 15 16interface PaginationChildProps extends PaginationOptions { 17 tableId?: string | undefined; 18 bootstrap4?: boolean | undefined; 19} 20 21/** 22 * Pagination context provider 23 */ 24export function PaginationProvider(props: { 25 pagination?: PaginationCtxOptions | undefined; 26 children: (childProps: { 27 paginationProps: PaginationChildProps; 28 paginationTableProps: BootstrapTableProps; 29 }) => React.ReactElement | null; 30}): React.ReactElement | null; 31 32export const PaginationTotalStandalone: React.FC<PaginationChildProps>; 33export const PaginationListStandalone: React.FC<PaginationChildProps>; 34 35export interface SizePerPageDropdownStandaloneProps extends PaginationChildProps { 36 open?: boolean | undefined; 37 hidden?: boolean | undefined; 38 btnContextual?: boolean | undefined; 39 variation?: "dropdown" | "dropup" | undefined; 40 className?: string | undefined; 41} 42 43export const SizePerPageDropdownStandalone: React.FC<SizePerPageDropdownStandaloneProps>; 44
These definitions were written by Wlad Meixner.
No vulnerabilities found.
Reason
all changesets reviewed
Reason
30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Reason
no dangerous workflow patterns detected
Reason
security policy file detected
Details
Reason
0 existing vulnerabilities detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 8
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Score
Last Scanned on 2025-05-05
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More