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

cwebp-bin

Package Overview
Dependencies
Maintainers
7
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 6.0.0 to 6.1.0

vendor/source/libwebp-1.1.0.tar.gz

1

lib/index.js

@@ -12,5 +12,4 @@ 'use strict';

.src(`${url}linux/x64/cwebp`, 'linux', 'x64')
.src(`${url}win/x86/cwebp.exe`, 'win32', 'x86')
.src(`${url}win/x64/cwebp.exe`, 'win32', 'x64')
.dest(path.join(__dirname, '../vendor'))
.use(process.platform === 'win32' ? 'cwebp.exe' : 'cwebp');

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

binBuild.file(path.resolve(__dirname, '../vendor/source/libwebp-1.0.2.tar.gz'), [
binBuild.file(path.resolve(__dirname, '../vendor/source/libwebp-1.1.0.tar.gz'), [
`./configure --disable-shared --prefix="${bin.dest()}" --bindir="${bin.dest()}"`,

@@ -17,0 +17,0 @@ 'make && make install'

{
"name": "cwebp-bin",
"version": "6.0.0",
"version": "6.1.0",
"description": "cwebp wrapper that makes it seamlessly available as a local dependency",

@@ -5,0 +5,0 @@ "license": "MIT",

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