Gathering detailed insights and metrics for @leelen_npm/optipng-bin
Gathering detailed insights and metrics for @leelen_npm/optipng-bin
Gathering detailed insights and metrics for @leelen_npm/optipng-bin
Gathering detailed insights and metrics for @leelen_npm/optipng-bin
optipng bin-wrapper that makes it seamlessly available as a local dependency
npm install @leelen_npm/optipng-bin
Typescript
Module System
Min. Node Version
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
98 Stars
181 Commits
66 Forks
13 Watchers
1 Branches
17 Contributors
Updated on Feb 09, 2025
Latest Version
7.0.0
Package Id
@leelen_npm/optipng-bin@7.0.0
Unpacked Size
2.23 MB
Size
2.22 MB
File Count
8
NPM Version
6.14.12
Node Version
14.16.1
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
3
OptiPNG is a PNG optimizer that recompresses image files to a smaller size, without losing any information
You probably want imagemin-optipng
instead.
$ npm install --save optipng-bin
1const {promisify} = require('util'); 2const {execFile} = require('child_process'); 3const optipng = require('optipng-bin'); 4 5const execFileP = promsify(execFile); 6 7(async () => { 8 await execFile(optipng, ['-out', 'output.png', 'input.png']); 9 console.log('Image minified!'); 10})();
$ npm install --global optipng-bin
$ optipng --help
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
0 existing vulnerabilities detected
Reason
binaries present in source code
Details
Reason
Found 2/30 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
security policy file not detected
Details
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 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