Socket
Socket
Sign inDemoInstall

imagemin

Package Overview
Dependencies
21
Maintainers
3
Versions
48
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.1.1 to 5.1.2

2

index.js

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

return globby(input).then(paths => Promise.all(paths.map(x => handleFile(x, output, opts))));
return globby(input, {nodir: true}).then(paths => Promise.all(paths.map(x => handleFile(x, output, opts))));
};

@@ -53,0 +53,0 @@

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

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

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc