Socket
Socket
Sign inDemoInstall

cwebp-bin

Package Overview
Dependencies
Maintainers
1
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 0.1.5 to 0.1.6

lib/vendor/cwebp

2

lib/install.js

@@ -12,3 +12,3 @@ 'use strict';

var builder = new BinBuild()
.src('https://webp.googlecode.com/files/libwebp-0.4.0.tar.gz')
.src('http://downloads.webmproject.org/releases/webp/libwebp-0.4.1.tar.gz')
.cmd('node -p "require(\'fs\').chmodSync(\'./configure\', \'755\')"')

@@ -15,0 +15,0 @@ .cmd('./configure && make && mkdir -p ' + bin.dest() + ' && mv ./examples/.libs/cwebp ' + bin.use());

{
"name": "cwebp-bin",
"version": "0.1.5",
"version": "0.1.6",
"description": "cwebp node.js wrapper that convert JPG or PNG into WebP",

@@ -28,5 +28,7 @@ "bin": {

},
"licenses": [{
"type": "BSD"
}],
"licenses": [
{
"type": "BSD"
}
],
"dependencies": {

@@ -39,4 +41,4 @@ "bin-build": "^1.0.0",

"bin-check": "^1.0.0",
"mocha": "^1.18.2",
"rimraf": "^2.2.6"
"mocha": "^1.21.4",
"rimraf": "^2.2.8"
},

@@ -43,0 +45,0 @@ "files": [

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