Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

imagemin-gifsicle

Package Overview
Dependencies
Maintainers
6
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

imagemin-gifsicle - npm Package Compare versions

Comparing version 5.2.0 to 6.0.0

6

index.js

@@ -37,6 +37,6 @@ 'use strict';

args
}).catch(err => {
err.message = err.stderr || err.message;
throw err;
}).catch(error => {
error.message = error.stderr || error.message;
throw error;
});
};
{
"name": "imagemin-gifsicle",
"version": "5.2.0",
"description": "gifsicle imagemin plugin",
"license": "MIT",
"repository": "imagemin/imagemin-gifsicle",
"author": {
"name": "Kevin Mårtensson",
"email": "kevinmartensson@gmail.com",
"url": "github.com/kevva"
},
"maintainers": [
{
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
{
"name": "Shinnosuke Watanabe",
"url": "github.com/shinnn"
}
],
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js"
],
"keywords": [
"compress",
"gif",
"gifsicle",
"gulpplugin",
"image",
"imageminplugin",
"img",
"minify",
"optimize"
],
"dependencies": {
"exec-buffer": "^3.0.0",
"gifsicle": "^3.0.0",
"is-gif": "^1.0.0"
},
"devDependencies": {
"ava": "*",
"pify": "^2.3.0",
"xo": "*"
},
"xo": {
"esnext": true
}
"name": "imagemin-gifsicle",
"version": "6.0.0",
"description": "gifsicle imagemin plugin",
"license": "MIT",
"repository": "imagemin/imagemin-gifsicle",
"author": {
"name": "Kevin Mårtensson",
"email": "kevinmartensson@gmail.com",
"url": "github.com/kevva"
},
"maintainers": [
{
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
{
"name": "Shinnosuke Watanabe",
"url": "github.com/shinnn"
}
],
"engines": {
"node": ">=6"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js"
],
"keywords": [
"compress",
"gif",
"gifsicle",
"gulpplugin",
"image",
"imageminplugin",
"img",
"minify",
"optimize"
],
"dependencies": {
"exec-buffer": "^3.0.0",
"gifsicle": "^4.0.0",
"is-gif": "^2.0.0"
},
"devDependencies": {
"ava": "*",
"pify": "^4.0.0",
"xo": "*"
}
}

@@ -9,3 +9,3 @@ # imagemin-gifsicle [![Build Status](http://img.shields.io/travis/imagemin/imagemin-gifsicle.svg?style=flat)](https://travis-ci.org/imagemin/imagemin-gifsicle) [![Build status](https://ci.appveyor.com/api/projects/status/51vfu1ntxwx7t949?svg=true)](https://ci.appveyor.com/project/ShinnosukeWatanabe/imagemin-gifsicle)

```
$ npm install --save imagemin-gifsicle
$ npm install imagemin-gifsicle
```

@@ -34,2 +34,4 @@

Type: `Object`
##### interlaced

@@ -63,3 +65,3 @@

Type: `buffer`
Type: `Buffer`

@@ -66,0 +68,0 @@ Buffer to optimize.

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc