Gathering detailed insights and metrics for @types/react-js-table-with-csv-dl
Gathering detailed insights and metrics for @types/react-js-table-with-csv-dl
Gathering detailed insights and metrics for @types/react-js-table-with-csv-dl
Gathering detailed insights and metrics for @types/react-js-table-with-csv-dl
The repository for high quality TypeScript type definitions.
npm install @types/react-js-table-with-csv-dl
Typescript
Module System
TypeScript (99.84%)
JavaScript (0.15%)
Shell (0.01%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
NOASSERTION License
50,033 Stars
89,737 Commits
30,434 Forks
640 Watchers
6 Branches
9,957 Contributors
Updated on Jul 14, 2025
Latest Version
0.9.3
Package Id
@types/react-js-table-with-csv-dl@0.9.3
Unpacked Size
4.96 kB
Size
1.91 kB
File Count
5
Published on
Nov 07, 2023
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
1
npm install --save @types/react-js-table-with-csv-dl
This package contains type definitions for react-js-table-with-csv-dl (https://github.com/jciccio/react-table-with-csv-download).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-js-table-with-csv-dl.
1import * as React from "react"; 2 3export interface TableViewerProps { 4 /** 5 * An array of objects. The key will be used for the table headers. 6 */ 7 content: any[]; 8 9 /** 10 * An array of strings with the headers you want to display 11 */ 12 headers: string[]; 13 14 /** 15 * Min table desired height 16 */ 17 minHeight: number; 18 19 /** 20 * Max table desired height 21 */ 22 maxHeight: number; 23 24 /** 25 * if you want to have a download button 26 */ 27 activateDownloadButton?: boolean; 28 29 topPaginator?: boolean; 30 headerCss?: React.CSSProperties; 31 titleStyle?: React.CSSProperties; 32 bodyCss?: React.CSSProperties; 33 filename?: string; 34 renderLineNumber?: boolean; 35 reverseLineNumber?: boolean; 36 pagination?: number; 37 pageBoxStyle?: React.CSSProperties; 38 activePageBoxStyle?: React.CSSProperties; 39 maxPagesToDisplay?: number; 40 downloadButtonStyle?: React.CSSProperties; 41 sortColumn?: string; 42 encoding?: string; 43 successColor?: string; 44 warningColor?: string; 45 errorColor?: string; 46} 47 48export default class TableViewer extends React.Component<TableViewerProps> {} 49
These definitions were written by manuzcheruz.
No vulnerabilities found.
Reason
30 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10
Reason
security policy file detected
Details
Reason
no dangerous workflow patterns detected
Reason
0 existing vulnerabilities detected
Reason
no binaries found in the repo
Reason
Found 27/30 approved changesets -- score normalized to 9
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-07-07
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