Gathering detailed insights and metrics for @mole-inc/optipng-bin
Gathering detailed insights and metrics for @mole-inc/optipng-bin
Gathering detailed insights and metrics for @mole-inc/optipng-bin
Gathering detailed insights and metrics for @mole-inc/optipng-bin
npm install @mole-inc/optipng-bin
Typescript
Module System
Min. Node Version
Node Version
NPM Version
46.2
Supply Chain
72.4
Quality
68.5
Maintenance
50
Vulnerability
99.3
License
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
163 Commits
1 Branches
Updated on May 08, 2024
Latest Version
7.0.0
Package Id
@mole-inc/optipng-bin@7.0.0
Unpacked Size
2.23 MB
Size
2.22 MB
File Count
9
NPM Version
6.14.4
Node Version
13.13.0
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
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 @mole-inc/optipng-bin
1const {promisify} = require('util'); 2const {execFile} = require('child_process'); 3const optipng = require('@mole-inc/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 @mole-inc/optipng-bin
$ optipng --help
This is a fork of imagemin/optipng-bin licensed under the MIT License.
see license file. OptiPNG is licensed under the zlib license.
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
project is archived
Details
Reason
no SAST tool detected
Details
Reason
Found 0/30 approved changesets -- 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
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
branch protection not enabled on development/release branches
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