Installations
npm install rollup-plugin-sizeme
Developer Guide
Typescript
No
Module System
CommonJS
Node Version
14.17.3
NPM Version
6.14.13
Score
62.9
Supply Chain
69.8
Quality
75.4
Maintenance
100
Vulnerability
100
License
Releases
Unable to fetch releases
Contributors
Unable to fetch Contributors
Languages
JavaScript (66.2%)
HTML (33.8%)
Developer
osdevisnot
Download Statistics
Total Downloads
1,161
Last Day
6
Last Week
12
Last Month
15
Last Year
150
GitHub Statistics
1 Stars
9 Commits
3 Watching
1 Branches
1 Contributors
Package Meta Information
Latest Version
1.0.4
Package Id
rollup-plugin-sizeme@1.0.4
Unpacked Size
9.65 kB
Size
4.25 kB
File Count
4
NPM Version
6.14.13
Node Version
14.17.3
Total Downloads
Cumulative downloads
Total Downloads
1,161
Last day
500%
6
Compared to previous day
Last week
500%
12
Compared to previous week
Last month
400%
15
Compared to previous month
Last year
-35.6%
150
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
Dev Dependencies
5
rollup-plugin-sizeme
display brotli and gzip sizes for rollup assets.
Usage
Install it using NPM:
1npm install --save-dev rollup-plugin-sizeme
or using yarn:
1yarn add --dev rollup-plugin-sizeme
then in rollup.config.js
1import { sizeme } from 'rollup-plugin-sizeme' 2 3export default { 4 plugins: [sizeme()], 5}
Output format:
> Asset Size: 462 B 373 B unplug.js
(gzip) (brotli) (filename)
License
MIT License @ 2020 osdevisnot
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
- Info: project has a license file: LICENSE:0
- Info: FSF or OSI recognized license: MIT License: LICENSE:0
Reason
Found 0/9 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
- Warn: no pull requests merged into dev branch
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
- Warn: no security policy file detected
- Warn: no security file to analyze
- Warn: no security file to analyze
- Warn: no security file to analyze
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'master'
Score
3
/10
Last Scanned on 2024-12-16
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