Socket
Socket
Sign inDemoInstall

imagemin-webp

Package Overview
Dependencies
Maintainers
7
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 5.0.0 to 5.1.0

4

index.js

@@ -74,2 +74,6 @@ 'use strict';

if (opts.metadata) {
args.push('-metadata', Array.isArray(opts.metadata) ? opts.metadata.join(',') : opts.metadata);
}
args.push('-o', execBuffer.output, execBuffer.input);

@@ -76,0 +80,0 @@

2

package.json
{
"name": "imagemin-webp",
"version": "5.0.0",
"version": "5.1.0",
"description": "WebP imagemin plugin",

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

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

# imagemin-webp [![Build Status](https://travis-ci.org/imagemin/imagemin-webp.svg?branch=master)](https://travis-ci.org/imagemin/imagemin-webp) [![Build status](https://ci.appveyor.com/api/projects/status/erd3nf73djfm4gjp?svg=true)](https://ci.appveyor.com/project/ShinnosukeWatanabe/imagemin-webp)
# imagemin-webp [![Build Status](https://travis-ci.org/imagemin/imagemin-webp.svg?branch=master)](https://travis-ci.org/imagemin/imagemin-webp)

@@ -124,2 +124,10 @@ > WebP [imagemin](https://github.com/imagemin/imagemin) plugin

##### metadata
Type: `string | string[]`<br>
Default: `none`<br>
Values: `all` `none` `exif` `icc` `xmp`
A list of metadata to copy from the input to the output if present.
#### buffer

@@ -126,0 +134,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