Gathering detailed insights and metrics for gifsicle
Gathering detailed insights and metrics for gifsicle
Gathering detailed insights and metrics for gifsicle
Gathering detailed insights and metrics for gifsicle
gifsicle bin-wrapper that makes it seamlessly available as a local dependency
npm install gifsicle
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
113 Stars
193 Commits
52 Forks
18 Watching
4 Branches
17 Contributors
Updated on 22 Sept 2024
Minified
Minified + Gzipped
JavaScript (100%)
Cumulative downloads
Total Downloads
Last day
5.7%
96,727
Compared to previous day
Last week
-4.3%
521,231
Compared to previous week
Last month
4.7%
2,292,373
Compared to previous month
Last year
-13.1%
26,943,293
Compared to previous year
3
5
gifsicle manipulates GIF image files in many different ways. Depending on command line options, it can merge several GIFs into a GIF animation; explode an animation into its component frames; change individual frames in an animation; turn interlacing on and off; add transparency and much more.
You probably want imagemin-gifsicle
instead.
$ npm install gifsicle
1import {execFile} from 'node:child_process'; 2import gifsicle from 'gifsicle'; 3 4execFile(gifsicle, ['-o', 'output.gif', 'input.gif'], error => { 5 console.log('Image minified!'); 6});
$ npm install --global gifsicle
$ gifsicle --help
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
0 existing vulnerabilities detected
Reason
binaries present in source code
Details
Reason
Found 5/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
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 2024-11-25
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