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.1.1 to 6.1.2

13

lib/install.js
'use strict';
const binBuild = require('bin-build');
const log = require('logalot');
const path = require('path');

@@ -8,7 +7,7 @@ const bin = require('.');

bin.run(['-version']).then(() => {
log.success('cwebp pre-build test passed successfully');
console.log('cwebp pre-build test passed successfully');
}).catch(error => {
log.warn(error.message);
log.warn('cwebp pre-build test failed');
log.info('compiling from source');
console.warn(error.message);
console.warn('cwebp pre-build test failed');
console.info('compiling from source');

@@ -19,5 +18,5 @@ binBuild.file(path.resolve(__dirname, '../vendor/source/libwebp-1.1.0.tar.gz'), [

]).then(() => { // eslint-disable-line promise/prefer-await-to-then
log.success('cwebp built successfully');
console.log('cwebp built successfully');
}).catch(error => {
log.error(error.stack);
console.error(error.stack);

@@ -24,0 +23,0 @@ // eslint-disable-next-line unicorn/no-process-exit

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

@@ -38,4 +38,3 @@ "license": "MIT",

"bin-build": "^3.0.0",
"bin-wrapper": "^4.0.1",
"logalot": "^2.1.0"
"bin-wrapper": "^4.0.1"
},

@@ -42,0 +41,0 @@ "devDependencies": {

@@ -1,2 +0,2 @@

# cwebp-bin [![Build Status](https://travis-ci.org/imagemin/cwebp-bin.svg?branch=master)](https://travis-ci.org/imagemin/cwebp-bin)
# cwebp-bin ![GitHub Actions Status](https://github.com/imagemin/cwebp-bin/workflows/test/badge.svg)

@@ -3,0 +3,0 @@ > [WebP](https://developers.google.com/speed/webp/) is a new image format that provides lossless and lossy compression for images on the web. WebP lossless images are 26% smaller in size compared to PNGs. WebP lossy images are 25-34% smaller in size compared to JPEG images at equivalent SSIM index.

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