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

node-pngquant-native

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-pngquant-native - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

builderr.log

2

binding.js

@@ -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 @@ ##使用

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