node-pngquant-native
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -21,3 +21,3 @@ var fs = require("fs"), | ||
for (i = 0, count = vars.length; i < count; i++) { | ||
tryList.push(path.join(__dirname, "lib", process.platform, vars[i], name)); | ||
tryList.push(path.join(__dirname, "lib", process.platform, process.arch, vars[i], name)); | ||
} | ||
@@ -24,0 +24,0 @@ |
{ | ||
"name": "node-pngquant-native", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "pngquant native plugin of node", | ||
@@ -11,3 +11,3 @@ "main": "index.js", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"install": "node-gyp rebuild" | ||
"install": "(node ./install.js 2> builderr.log) || (exit 0)" | ||
}, | ||
@@ -14,0 +14,0 @@ "repository": { |
@@ -8,2 +8,7 @@ ##node-pngquant-native | ||
npm install -g node-pngquant-native | ||
###环境要求 | ||
+ 编译pngquant,编译器必须支持C99 | ||
+ 符合[node-gyp环境要求](https://github.com/TooTallNate/node-gyp#installation) | ||
+ Windows用户,如果安装失败,请clone win32分支进行编译 | ||
@@ -10,0 +15,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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 4 instances 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
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 2 instances in 1 package
1467982
43
75
32
1
6