Comparing version 5.1.0 to 5.2.0
{ | ||
"name": "gifsicle", | ||
"version": "5.1.0", | ||
"version": "5.2.0", | ||
"description": "gifsicle wrapper that makes it seamlessly available as a local dependency", | ||
"license": "MIT", | ||
"repository": "imagemin/gifsicle-bin", | ||
"funding": "https://github.com/imagemin/gisicle-bin?sponsor=1", | ||
"bin": "cli.js", | ||
"funding": { | ||
"url": "https://github.com/imagemin/gisicle-bin?sponsor=1" | ||
}, | ||
"bin": { | ||
"gifsicle": "cli.js" | ||
}, | ||
"engines": { | ||
@@ -35,12 +39,12 @@ "node": ">=10" | ||
"bin-wrapper": "^4.0.0", | ||
"execa": "^4.0.0", | ||
"execa": "^5.0.0", | ||
"logalot": "^2.0.0" | ||
}, | ||
"devDependencies": { | ||
"ava": "^3.8.0", | ||
"ava": "^3.15.0", | ||
"bin-check": "^4.0.1", | ||
"compare-size": "^3.0.0", | ||
"tempy": "^0.5.0", | ||
"xo": "^0.30.0" | ||
"tempy": "^1.0.0", | ||
"xo": "^0.38.1" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# gifsicle-bin [![Build Status](https://travis-ci.org/imagemin/gifsicle-bin.svg?branch=master)](https://travis-ci.org/imagemin/gifsicle-bin) | ||
# gifsicle-bin ![GitHub Actions Status](https://github.com/imagemin/gifsicle-bin/workflows/test/badge.svg?branch=master) | ||
@@ -3,0 +3,0 @@ > 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. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
579863
+ Addedexeca@5.1.1(transitive)
+ Addedget-stream@6.0.1(transitive)
+ Addedhuman-signals@2.1.0(transitive)
- Removedexeca@4.1.0(transitive)
- Removedget-stream@5.2.0(transitive)
- Removedhuman-signals@1.1.1(transitive)
Updatedexeca@^5.0.0