Gathering detailed insights and metrics for @yeanzhi/pngquant-bin
Gathering detailed insights and metrics for @yeanzhi/pngquant-bin
Gathering detailed insights and metrics for @yeanzhi/pngquant-bin
Gathering detailed insights and metrics for @yeanzhi/pngquant-bin
pngquant bin-wrapper that makes it seamlessly available as a local dependency
npm install @yeanzhi/pngquant-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
NOASSERTION License
117 Stars
178 Commits
93 Forks
10 Watchers
3 Branches
12 Contributors
Updated on May 02, 2025
Latest Version
5.1.1
Package Id
@yeanzhi/pngquant-bin@5.1.1
Unpacked Size
143.98 kB
Size
142.50 kB
File Count
9
NPM Version
8.19.4
Node Version
16.20.1
Published on
Jan 23, 2024
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
4
5
pngquant
is a PNG compressor that significantly reduces file sizes by converting images to a more efficient 8-bit PNG format
You probably want imagemin-pngquant
instead.
$ npm install pngquant-bin
1const execFile = require('child_process').execFile; 2const pngquant = require('pngquant-bin'); 3 4execFile(pngquant, ['-o', 'output.png', 'input.png'], err => { 5 console.log('Image minified!'); 6});
$ npm install --global pngquant-bin
$ pngquant --help
The Linux binaries are statically linked so they should work on all Linux distributions. To recompile them:
sudo apt-get install libpng-dev
./configure CFLAGS=-static && make && cp pngquant pngquant-64
pwd
:/source i386/debian:9.3 bashMIT © Imagemin
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
binaries present in source code
Details
Reason
Found 3/30 approved changesets -- score normalized to 1
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