Gathering detailed insights and metrics for @yeanzhi/jpegtran-bin
Gathering detailed insights and metrics for @yeanzhi/jpegtran-bin
Gathering detailed insights and metrics for @yeanzhi/jpegtran-bin
Gathering detailed insights and metrics for @yeanzhi/jpegtran-bin
jpegtran bin-wrapper that makes it seamlessly available as a local dependency
npm install @yeanzhi/jpegtran-bin
Typescript
Module System
Min. Node Version
Node Version
NPM Version
58.2
Supply Chain
70.6
Quality
68.8
Maintenance
50
Vulnerability
99.3
License
JavaScript (100%)
Total Downloads
204,901
Last Day
179
Last Week
10,341
Last Month
23,075
Last Year
203,151
MIT License
95 Stars
202 Commits
48 Forks
8 Watchers
1 Branches
19 Contributors
Updated on Apr 24, 2025
Minified
Minified + Gzipped
Latest Version
4.0.2
Package Id
@yeanzhi/jpegtran-bin@4.0.2
Unpacked Size
9.42 kB
Size
5.32 kB
File Count
10
NPM Version
8.19.4
Node Version
16.20.1
Published on
Jan 23, 2024
Cumulative downloads
Total Downloads
Last Day
98.9%
179
Compared to previous day
Last Week
150.4%
10,341
Compared to previous week
Last Month
-52.3%
23,075
Compared to previous month
Last Year
38,967.5%
203,151
Compared to previous year
3
libjpeg-turbo is a derivative of libjpeg that uses SIMD instructions (MMX, SSE2, NEON) to accelerate baseline JPEG compression and decompression on x86, x86-64, and ARM systems. On such systems, libjpeg-turbo is generally 2-4x as fast as the unmodified version of libjpeg, all else being equal.
You probably want imagemin-jpegtran
instead.
$ npm install --save jpegtran-bin
1var execFile = require('child_process').execFile; 2var jpegtran = require('jpegtran-bin'); 3 4execFile(jpegtran, ['-outfile', 'output.jpg', 'input.jpg'], function (err) { 5 console.log('Image minified!'); 6});
$ npm install --global jpegtran-bin
$ jpegtran --help
MIT © Imagemin
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
0 existing vulnerabilities detected
Reason
Found 3/30 approved changesets -- score normalized to 1
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
binaries present in source code
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-05-05
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