Socket
Socket
Sign inDemoInstall

cwebp-bin

Package Overview
Dependencies
Maintainers
4
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cwebp-bin - npm Package Compare versions

Comparing version 2.0.2 to 2.0.4

install.js

6

index.js
'use strict';
var bin = require('./lib');
var path = require('path');

@@ -9,3 +9,3 @@ /**

module.exports.path = bin.path();
module.exports.version = bin.v;
exports.path = path.join(__dirname, 'vendor', process.platform === 'win32' ? 'cwebp.exe' : 'cwebp');
exports.version = '0.4.2';
{
"name": "cwebp-bin",
"version": "2.0.2",
"version": "2.0.4",
"description": "cwebp wrapper that makes it seamlessly available as a local dependency",

@@ -19,4 +19,4 @@ "license": "MIT",

"scripts": {
"postinstall": "node lib/install.js",
"test": "mkdir test/tmp && node test/test.js && rm -rf test/tmp"
"postinstall": "node install.js",
"test": "mkdir -p test/tmp && node test/test.js && rm -rf test/tmp"
},

@@ -26,3 +26,3 @@ "files": [

"index.js",
"lib"
"install.js"
],

@@ -29,0 +29,0 @@ "keywords": [

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