jpegtran-bin
Advanced tools
Comparing version 0.1.0 to 0.1.2
@@ -6,3 +6,7 @@ var path = require('path'); | ||
} else if (process.platform === 'linux') { | ||
exports.path = path.join(__dirname, '../vendor/linux', 'jpegtran'); | ||
if (process.arch === 'x64') { | ||
exports.path = path.join(__dirname, '../vendor/linux/x64', 'jpegtran'); | ||
} else { | ||
exports.path = path.join(__dirname, '../vendor/linux/x86', 'jpegtran'); | ||
} | ||
} else if (process.platform === 'win32') { | ||
@@ -9,0 +13,0 @@ if (process.arch === 'x64') { |
{ | ||
"name": "jpegtran-bin", | ||
"version": "0.1.0", | ||
"description": "jpegtran (part of libjpeg-turbo) wrapper that makes it seamlessly available as a local dependency on OS X, Linux 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", | ||
"author": { | ||
"name": "Sindre Sorhus", | ||
"email": "sindresorhus@gmail.com", | ||
"url": "http://sindresorhus.com" | ||
}, | ||
"main": "lib/jpegtran-bin.js", | ||
"bin": "bin/jpegtran-bin", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/yeoman/node-jpegtran-bin.git" | ||
}, | ||
"scripts": { | ||
"test": "node node_modules/mocha/bin/mocha test/test-*.js" | ||
}, | ||
"engines": { | ||
"node": ">=0.8.0" | ||
}, | ||
"licenses": [{ | ||
"type": "BSD" | ||
}], | ||
"devDependencies": { | ||
"mocha": "~1.6.0" | ||
} | ||
"name": "jpegtran-bin", | ||
"version": "0.1.2", | ||
"description": "jpegtran (part of libjpeg-turbo) wrapper that makes it seamlessly available as a local dependency on OS X, Linux 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", | ||
"author": { | ||
"name": "Sindre Sorhus", | ||
"email": "sindresorhus@gmail.com", | ||
"url": "http://sindresorhus.com" | ||
}, | ||
"main": "lib/jpegtran-bin.js", | ||
"bin": "bin/jpegtran-bin", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/yeoman/node-jpegtran-bin.git" | ||
}, | ||
"scripts": { | ||
"test": "mocha test/test-*.js", | ||
"postinstall": "node build.js" | ||
}, | ||
"engines": { | ||
"node": ">=0.8.0" | ||
}, | ||
"licenses": [ | ||
{ | ||
"type": "BSD" | ||
} | ||
], | ||
"dependencies": { | ||
"colors": "~0.6.0", | ||
"which": "~1.0.5" | ||
}, | ||
"devDependencies": { | ||
"mocha": "~1.6.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 152 instances 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
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 2 instances 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
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
10697272
825
2039
2
5
70
1
1
157
+ Addedcolors@~0.6.0
+ Addedwhich@~1.0.5
+ Addedcolors@0.6.2(transitive)
+ Addedwhich@1.0.9(transitive)