Gathering detailed insights and metrics for imagemin-gifsicle-changba
Gathering detailed insights and metrics for imagemin-gifsicle-changba
Gathering detailed insights and metrics for imagemin-gifsicle-changba
Gathering detailed insights and metrics for imagemin-gifsicle-changba
npm install imagemin-gifsicle-changba
Typescript
Module System
Min. Node Version
Node Version
NPM Version
49.4
Supply Chain
75.1
Quality
68.5
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
77 Commits
2 Branches
6 Contributors
Updated on Oct 30, 2020
Latest Version
7.0.1
Package Id
imagemin-gifsicle-changba@7.0.1
Unpacked Size
3.84 kB
Size
2.05 kB
File Count
4
NPM Version
6.14.8
Node Version
14.15.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
3
Imagemin plugin for Gifsicle
$ npm install imagemin-gifsicle-changba
1const imagemin = require('imagemin'); 2const imageminGifsicle = require('imagemin-gifsicle-changba'); 3 4(async () => { 5 await imagemin(['images/*.gif'], { 6 destination: 'build/images', 7 plugins: [ 8 imageminGifsicle() 9 ] 10 }); 11 12 console.log('Images optimized'); 13})();
Returns a Promise<Buffer>
with the optimized image.
Type: object
Type: boolean
Default: false
Interlace gif for progressive rendering.
Type: number
Default: 1
Select an optimization level between 1
and 3
.
The optimization level determines how much optimization is done; higher levels take longer, but may have better results.
Type: number
Reduce the number of distinct colors in each output GIF to num or less. Num must be between 2 and 256.
Type: Buffer
Buffer to optimize.
No vulnerabilities found.
Reason
security policy file detected
Details
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
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