Gathering detailed insights and metrics for imagemin-upng
Gathering detailed insights and metrics for imagemin-upng
Gathering detailed insights and metrics for imagemin-upng
Gathering detailed insights and metrics for imagemin-upng
npm install imagemin-upng
65.2
Supply Chain
71.5
Quality
76.1
Maintenance
100
Vulnerability
99.6
License
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
3 Stars
1,148 Commits
2 Forks
4 Watching
19 Branches
2 Contributors
Updated on 17 May 2024
JavaScript (98.54%)
Shell (1.46%)
Cumulative downloads
Total Downloads
Last day
5.6%
95
Compared to previous day
Last week
18.7%
723
Compared to previous week
Last month
-14.5%
2,322
Compared to previous month
Last year
47.2%
32,634
Compared to previous year
upng imagemin plugin
1npm install --save imagemin-upng
CLI
1imagemin foo.png --plugin=upng > foo-optimized.png
API
1import imagemin from 'imagemin' 2import imageminUpng from 'imagemin-upng' 3 4const files = await imagemin(['images/*.png'], { 5 destination: 'build/images', 6 plugins: [imageminUpng()], 7}) 8 9console.log(files) 10//=> [{data: <Buffer 89 50 4e …>, destinationPath: 'build/images/foo.jpg'}, …]
Returns a promise for a buffer.
Type: number
Default: 256
number of colors in the result (0 = lossless, 256 = lossy).
Type: Buffer
Buffer to optimize.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
security policy file detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2024-11-25
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