Gathering detailed insights and metrics for @mole-inc/pngquant-bin
Gathering detailed insights and metrics for @mole-inc/pngquant-bin
Gathering detailed insights and metrics for @mole-inc/pngquant-bin
Gathering detailed insights and metrics for @mole-inc/pngquant-bin
pngquant bin-wrapper that makes it seamlessly available as a local dependency
npm install @mole-inc/pngquant-bin
Typescript
Module System
Min. Node Version
Node Version
NPM Version
60
Supply Chain
87.3
Quality
71.1
Maintenance
50
Vulnerability
79.6
License
JavaScript (97.85%)
Shell (2.15%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
NOASSERTION License
165 Commits
1 Branches
Updated on May 08, 2024
Latest Version
9.0.2
Package Id
@mole-inc/pngquant-bin@9.0.2
Unpacked Size
3.12 MB
Size
840.25 kB
File Count
10
NPM Version
8.3.0
Node Version
16.14.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
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 @mole-inc/pngquant-bin
1import {execFile} from 'child_process'; 2import {pngquantBin} from '@mole-inc/pngquant-bin'; 3 4execFile(pngquantBin.path, ['-o', 'output.png', 'input.png'], err => { 5 console.log('Image minified!'); 6});
$ npm install --global @mole-inc/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 bashThis is a fork of imagemin/pngquant-bin licensed under the GPL v3.
see license file.
pngquant is licensed under the GPL v3.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
binaries present in source code
Details
Reason
Found 0/29 approved changesets -- score normalized to 0
Reason
project is archived
Details
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
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
17 existing vulnerabilities detected
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