Socket
Socket
Sign inDemoInstall

imagemin-webp

Package Overview
Dependencies
Maintainers
6
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

imagemin-webp - npm Package Compare versions

Comparing version 6.0.0 to 6.1.0

4

package.json
{
"name": "imagemin-webp",
"version": "6.0.0",
"version": "6.1.0",
"description": "WebP imagemin plugin",

@@ -42,3 +42,3 @@ "license": "MIT",

"dependencies": {
"cwebp-bin": "^5.0.0",
"cwebp-bin": "^6.0.0",
"exec-buffer": "^3.0.0",

@@ -45,0 +45,0 @@ "is-cwebp-readable": "^3.0.0"

@@ -20,4 +20,5 @@ # imagemin-webp [![Build Status](https://travis-ci.org/imagemin/imagemin-webp.svg?branch=master)](https://travis-ci.org/imagemin/imagemin-webp)

(async () => {
await imagemin(['images/*.{jpg,png}'], 'build/images', {
use: [
await imagemin(['images/*.{jpg,png}'], {
destination: 'build/images',
plugins: [
imageminWebp({quality: 50})

@@ -24,0 +25,0 @@ ]

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