Gathering detailed insights and metrics for @leelen_npm/jpegtran-bin
Gathering detailed insights and metrics for @leelen_npm/jpegtran-bin
Gathering detailed insights and metrics for @leelen_npm/jpegtran-bin
Gathering detailed insights and metrics for @leelen_npm/jpegtran-bin
jpegtran bin-wrapper that makes it seamlessly available as a local dependency
npm install @leelen_npm/jpegtran-bin
Typescript
Module System
Min. Node Version
Node Version
NPM Version
47.9
Supply Chain
69.9
Quality
68.7
Maintenance
50
Vulnerability
99.3
License
JavaScript (100%)
Total Downloads
891
Last Day
1
Last Week
5
Last Month
15
Last Year
175
MIT License
95 Stars
202 Commits
48 Forks
8 Watchers
1 Branches
19 Contributors
Updated on Apr 24, 2025
Minified
Minified + Gzipped
Latest Version
5.0.2
Package Id
@leelen_npm/jpegtran-bin@5.0.2
Unpacked Size
1.58 MB
Size
1.58 MB
File Count
11
NPM Version
6.14.10
Node Version
14.18.3
Cumulative downloads
Total Downloads
Last Day
0%
1
Compared to previous day
Last Week
0%
5
Compared to previous week
Last Month
-6.3%
15
Compared to previous month
Last Year
45.8%
175
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
1const {execFile} = require('child_process'); 2const jpegtran = require('jpegtran-bin'); 3 4execFile(jpegtran, ['-outfile', 'output.jpg', 'input.jpg'], error => { 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