jpegtran-bin
Advanced tools
Comparing version 0.2.3 to 0.2.6
113
package.json
{ | ||
"name": "jpegtran-bin", | ||
"version": "0.2.3", | ||
"description": "jpegtran (part of libjpeg-turbo) wrapper that makes it seamlessly available as a local dependency on OS X, Linux, FreeBSD, Solaris and Windows. Most commonly used to losslessly minify JPEG images.", | ||
"keywords": [ | ||
"jpeg", | ||
"jpg", | ||
"img", | ||
"image", | ||
"compress", | ||
"minify", | ||
"optimize" | ||
], | ||
"homepage": "https://github.com/yeoman/node-jpegtran-bin", | ||
"bugs": "https://github.com/yeoman/node-jpegtran-bin/issues", | ||
"license": "BSD", | ||
"author": { | ||
"name": "Sindre Sorhus", | ||
"email": "sindresorhus@gmail.com", | ||
"url": "http://sindresorhus.com" | ||
}, | ||
"maintainers": [ | ||
{ | ||
"name": "Duncan Wong" | ||
}, | ||
{ | ||
"name": "Kevin Martensson", | ||
"email": "kevinmartensson@gmail.com", | ||
"url": "http://kevinmartensson.com" | ||
} | ||
], | ||
"main": "lib/jpegtran", | ||
"bin": { | ||
"jpegtran": "bin/jpegtran.js" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/yeoman/node-jpegtran-bin.git" | ||
}, | ||
"scripts": { | ||
"test": "mocha", | ||
"postinstall": "node lib/check.js" | ||
}, | ||
"engines": { | ||
"node": ">=0.8.0" | ||
}, | ||
"dependencies": { | ||
"bin-wrapper": "~0.1.3", | ||
"chalk": "~0.2.0" | ||
}, | ||
"devDependencies": { | ||
"mocha": "~1.13.0" | ||
}, | ||
"files": [ | ||
"bin", | ||
"lib", | ||
"test" | ||
] | ||
"name": "jpegtran-bin", | ||
"version": "0.2.6", | ||
"description": "jpegtran (part of libjpeg-turbo) wrapper that makes it seamlessly available as a local dependency on OS X, Linux, FreeBSD, Solaris and Windows. Most commonly used to losslessly minify JPEG images.", | ||
"keywords": [ | ||
"jpeg", | ||
"jpg", | ||
"img", | ||
"image", | ||
"compress", | ||
"minify", | ||
"optimize" | ||
], | ||
"homepage": "https://github.com/yeoman/node-jpegtran-bin", | ||
"bugs": "https://github.com/yeoman/node-jpegtran-bin/issues", | ||
"license": "BSD", | ||
"author": { | ||
"name": "Sindre Sorhus", | ||
"email": "sindresorhus@gmail.com", | ||
"url": "http://sindresorhus.com" | ||
}, | ||
"maintainers": [ | ||
{ | ||
"name": "Kevin Martensson", | ||
"email": "kevinmartensson@gmail.com", | ||
"url": "http://kevinmartensson.com" | ||
} | ||
], | ||
"main": "index.js", | ||
"bin": { | ||
"jpegtran": "cli.js" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/yeoman/node-jpegtran-bin.git" | ||
}, | ||
"scripts": { | ||
"test": "mocha --reporter list --timeout 0", | ||
"postinstall": "node index.js" | ||
}, | ||
"engines": { | ||
"node": ">=0.10.0" | ||
}, | ||
"dependencies": { | ||
"bin-wrapper": "~0.2.0", | ||
"chalk": "~0.4.0" | ||
}, | ||
"devDependencies": { | ||
"bin-check": "~0.1.0", | ||
"mocha": "~1.18.2", | ||
"rimraf": "~2.2.6" | ||
}, | ||
"files": [ | ||
"cli.js", | ||
"index.js", | ||
"test" | ||
] | ||
} |
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
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
10987
3
7
120
3
+ 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