gifsicle bin-wrapper that makes it seamlessly available as a local dependency
Installations
npm install gifsicle
Developer
Developer Guide
Module System
ESM
Min. Node Version
^14.13.1 || >=16.0.0
Typescript Support
No
Node Version
16.13.2
NPM Version
8.5.5
Statistics
113 Stars
193 Commits
52 Forks
18 Watching
4 Branches
17 Contributors
Updated on 22 Sept 2024
Bundle Size
3.94 kB
Minified
1.69 kB
Minified + Gzipped
Languages
JavaScript (100%)
Total Downloads
Cumulative downloads
Total Downloads
203,764,444
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
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
Dependencies
3
Dev Dependencies
5
gifsicle-bin
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.
Install
$ npm install gifsicle
Usage
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});
CLI
$ npm install --global gifsicle
$ gifsicle --help
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
- Info: project has a license file: license:0
- Info: FSF or OSI recognized license: MIT License: license:0
Reason
0 existing vulnerabilities detected
Reason
binaries present in source code
Details
- Warn: binary detected: vendor/linux/x64/gifsicle:1
- Warn: binary detected: vendor/macos/gifsicle:1
- Warn: binary detected: vendor/win/x64/gifsicle.exe:1
- Warn: binary detected: vendor/win/x86/gifsicle.exe:1
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
- Warn: no topLevel permission defined: .github/workflows/test.yml:1
- Info: no jobLevel write permissions found
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/imagemin/gifsicle-bin/test.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/imagemin/gifsicle-bin/test.yml/main?enable=pin
- Warn: npmCommand not pinned by hash: .github/workflows/test.yml:27
- Info: 0 out of 2 GitHub-owned GitHubAction dependencies pinned
- Info: 0 out of 1 npmCommand dependencies pinned
Reason
security policy file not detected
Details
- Warn: no security policy file detected
- Warn: no security file to analyze
- Warn: no security file to analyze
- Warn: no security file to analyze
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'main'
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
- Warn: 0 commits out of 13 are checked with a SAST tool
Score
3.2
/10
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