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

gifsicle

Package Overview
Dependencies
Maintainers
3
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gifsicle - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

cli.js

28

package.json
{
"name": "gifsicle",
"version": "0.1.4",
"version": "0.1.5",
"description": "gifsicle wrapper that makes it seamlessly available as a local dependency on OS X, Linux and Windows",

@@ -13,4 +13,2 @@ "keywords": [

],
"homepage": "https://github.com/yeoman/node-gifsicle",
"bugs": "https://github.com/yeoman/node-gifsicle/issues",
"author": {

@@ -22,25 +20,27 @@ "name": "Kevin Martensson",

"license": "BSD",
"repository": "git://github.com/yeoman/node-gifsicle.git",
"main": "lib/gifsicle",
"repository": "yeoman/node-gifsicle",
"main": "index.js",
"bin": {
"gifsicle": "bin/gifsicle.js"
"gifsicle": "cli.js"
},
"scripts": {
"test": "mocha",
"postinstall": "node lib/check.js"
"test": "mocha --reporter list --timeout 0",
"postinstall": "node index.js"
},
"dependencies": {
"bin-wrapper": "~0.1.3",
"chalk": "~0.2.0"
"bin-wrapper": "~0.2.0",
"chalk": "~0.4.0"
},
"devDependencies": {
"mocha": "~1.13.0"
"bin-check": "~0.1.0",
"mocha": "~1.18.2",
"rimraf": "~2.2.6"
},
"engines": {
"node": ">=0.8.0"
"node": ">=0.10.0"
},
"files": [
"bin",
"lib"
"cli.js",
"index.js"
]
}

@@ -7,3 +7,2 @@ # node-gifsicle [![Build Status](https://secure.travis-ci.org/yeoman/node-gifsicle.png?branch=master)](http://travis-ci.org/yeoman/node-gifsicle)

## Install

@@ -13,3 +12,2 @@

## Example usage

@@ -28,3 +26,2 @@

## Dev

@@ -48,3 +45,2 @@

## License

@@ -51,0 +47,0 @@

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