🚀 Socket Launch Week 🚀 Day 3: Socket Acquires Coana.Learn More

node-pngquant-native

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-pngquant-native - npm Package Compare versions

Comparing version

to
1.0.1

@@ -57,3 +57,3 @@

try {
module.exports = require('./bindings/'+ process.platform + '/' + process.arch + '/' + target + '/pngquant_native.node');
module.exports = require('./bindings/'+ process.platform + '/' + process.arch + '/' + target + '/' + bindName + '.node');
return;

@@ -60,0 +60,0 @@ } catch ( e ) {

{
"name": "node-pngquant-native",
"version": "1.0.0",
"version": "1.0.1",
"description": "A pngquant addon of node",

@@ -5,0 +5,0 @@ "main": "index.js",