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
47.2
Supply Chain
69.4
Quality
68.7
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
95 Stars
202 Commits
48 Forks
8 Watchers
1 Branches
19 Contributors
Updated on Apr 24, 2025
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
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
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
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
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
project is not fuzzed
Details
Reason
security policy file not detected
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