Gathering detailed insights and metrics for @mole-inc/jpegoptim-bin
Gathering detailed insights and metrics for @mole-inc/jpegoptim-bin
Gathering detailed insights and metrics for @mole-inc/jpegoptim-bin
Gathering detailed insights and metrics for @mole-inc/jpegoptim-bin
npm install @mole-inc/jpegoptim-bin
Typescript
Module System
Min. Node Version
Node Version
NPM Version
47.4
Supply Chain
77.3
Quality
69.2
Maintenance
50
Vulnerability
99.3
License
JavaScript (96.56%)
Shell (3.44%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
83 Commits
2 Branches
Updated on May 08, 2024
Latest Version
7.0.0
Package Id
@mole-inc/jpegoptim-bin@7.0.0
Unpacked Size
6.77 kB
Size
2.97 kB
File Count
6
NPM Version
7.15.0
Node Version
14.17.4
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
jpegoptim is a utility for optimizing JPEG files that provides lossless optimization (based on optimizing the Huffman tables) and "lossy" optimization based on setting a maximum quality factor
You probably want imagemin-jpegoptim
instead.
$ npm install @mole-inc/jpegoptim-bin
Make sure you have the correct version of libjpeg. See jpegoptim's README for more information.
1import {execFile} from 'child_process'; 2import jpegoptim from '@mole-inc/jpegoptim-bin'; 3 4const args = [ 5 '--overwrite', 6 '--strip-all', 7 '--strip-iptc', 8 '--strip-icc', 9 '--all-progressive', 10 '--dest=build', 11 'input.jpg' 12]; 13 14execFile(jpegoptim, args, err => { 15 console.log('Image minified'); 16});
$ npm install --global @mole-inc/jpegoptim-bin
$ jpegoptim --help
This is a fork of imagemin/jpegoptim-bin licensed under the MIT License.
see license file and vendor/jpegoptim-license.txt file.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
binaries present in source code
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
project is archived
Details
Reason
Found 0/27 approved changesets -- score normalized to 0
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
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