Socket
Socket
Sign inDemoInstall

imagemin

Package Overview
Dependencies
Maintainers
3
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

imagemin - npm Package Compare versions

Comparing version 5.1.2 to 5.1.3

2

index.js

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

const handleFile = (input, output, opts) => fsP.readFile(input).then(data => {
const dest = output ? path.resolve(output, input) : null;
const dest = output ? path.join(output, path.basename(input)) : null;
const pipe = opts.plugins.length > 0 ? promisePipe(opts.plugins)(data) : Promise.resolve(data);

@@ -14,0 +14,0 @@

{
"name": "imagemin",
"version": "5.1.2",
"version": "5.1.3",
"description": "Minify images",

@@ -51,6 +51,9 @@ "license": "MIT",

"ava": "*",
"del": "^2.2.0",
"imagemin-jpegtran": "^5.0.0",
"is-jpg": "^1.0.0",
"mkdirp": "^0.5.1",
"tempfile": "^1.1.1",
"xo": "*"
}
}
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