Socket
Socket
Sign inDemoInstall

imagemin

Package Overview
Dependencies
309
Maintainers
2
Versions
48
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.0 to 2.2.1

9

index.js

@@ -77,2 +77,11 @@ 'use strict';

cb = cb || function () {};
if (!this.streams.length) {
this.use(Imagemin.gifsicle());
this.use(Imagemin.jpegtran());
this.use(Imagemin.pngquant());
this.use(Imagemin.optipng());
this.use(Imagemin.svgo());
}
this.streams.unshift(this.read(this.src()));

@@ -79,0 +88,0 @@

2

package.json
{
"name": "imagemin",
"version": "2.2.0",
"version": "2.2.1",
"description": "Minify images",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc