Comparing version 0.1.4 to 0.1.5
{ | ||
"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 @@ |
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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
4942
1
3
4
60
2
47
2
+ Addedansi-styles@1.0.0(transitive)
+ Addedbalanced-match@1.0.2(transitive)
+ Addedbin-check@0.1.5(transitive)
+ Addedbin-wrapper@0.2.4(transitive)
+ Addedbrace-expansion@1.1.11(transitive)
+ Addedchalk@0.4.0(transitive)
+ Addedconcat-map@0.0.1(transitive)
+ Addedexecutable@0.1.3(transitive)
+ Addedfind-file@0.1.4(transitive)
+ Addedfs.realpath@1.0.0(transitive)
+ Addedglob@7.2.3(transitive)
+ Addedinflight@1.0.6(transitive)
+ Addedminimatch@3.1.2(transitive)
+ Addedmout@0.9.1(transitive)
+ Addedonce@1.4.0(transitive)
+ Addedpath-is-absolute@1.0.1(transitive)
+ Addedrimraf@2.7.1(transitive)
+ Addedstrip-ansi@0.1.1(transitive)
+ Addedwrappy@1.0.2(transitive)
- Removedansi-styles@0.2.0(transitive)
- Removedasync@0.1.22(transitive)
- Removedbin-wrapper@0.1.9(transitive)
- Removedchalk@0.2.1(transitive)
- Removedisbin@0.0.2(transitive)
- Removedmout@0.6.0(transitive)
- Removedprogress@1.1.8(transitive)
- Removedrimraf@2.2.8(transitive)
- Removedwhich@1.0.9(transitive)
Updatedbin-wrapper@~0.2.0
Updatedchalk@~0.4.0