Gathering detailed insights and metrics for tabular-filesize-gzip
Gathering detailed insights and metrics for tabular-filesize-gzip
Gathering detailed insights and metrics for tabular-filesize-gzip
Gathering detailed insights and metrics for tabular-filesize-gzip
npm install tabular-filesize-gzip
Typescript
Module System
Node Version
NPM Version
62.3
Supply Chain
82.9
Quality
73.9
Maintenance
100
Vulnerability
99.3
License
TypeScript (97.49%)
JavaScript (2.51%)
Total Downloads
29,260
Last Day
1
Last Week
29
Last Month
890
Last Year
9,915
547 Commits
3 Watching
2 Branches
2 Contributors
Minified
Minified + Gzipped
Latest Version
2.1.1
Package Id
tabular-filesize-gzip@2.1.1
Unpacked Size
10.63 kB
Size
4.10 kB
File Count
6
NPM Version
10.1.0
Node Version
18.18.2
Publised On
14 Oct 2023
Cumulative downloads
Total Downloads
Last day
-95.2%
1
Compared to previous day
Last week
-89.1%
29
Compared to previous week
Last month
-16.7%
890
Compared to previous month
Last year
0.2%
9,915
Compared to previous year
Show file sizes tabular including Gzip sizes.
1$ yarn add tabular-filesize-gzip --dev
This generates a file size table with multiple sections and groups.
1const tabularFilesizeGzip = require('tabular-filesize-gzip') 2 3console.log(tabularFilesizeGzip([ 4 { 5 title: 'Section 1', 6 groups: [ 7 { 8 title: 'JS files', 9 files: 'test/js/**/*.js', 10 ignore: [ 11 'test/js/legacy/**', 12 ], 13 }, 14 { 15 title: 'CSS files', 16 files: 'test/css/**/*.css', 17 }, 18 ], 19 }, 20 { 21 title: 'Section 2', 22 groups: [ 23 // ... 24 ] 25 } 26]))
MIT © 2023 Jens Simon
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
SAST tool is run on all commits
Details
Reason
packaging workflow detected
Details
Reason
5 existing vulnerabilities detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 1
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
Found 0/28 approved changesets -- score normalized to 0
Reason
project is archived
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Score
Last Scanned on 2024-12-23
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