New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

image-minimizer-webpack-plugin

Package Overview
Dependencies
Maintainers
3
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

image-minimizer-webpack-plugin - npm Package Compare versions

Comparing version 4.1.2 to 4.1.3

2

dist/loader.js

@@ -153,3 +153,3 @@ "use strict";

}
const filename = ABSOLUTE_URL_REGEX.test(this.resourcePath) && !WINDOWS_PATH_REGEX.test(this.resourcePath) ? this.resourcePath : this.utils.contextify(this.rootContext, this.resourcePath);
const filename = ABSOLUTE_URL_REGEX.test(this.resourcePath) && !WINDOWS_PATH_REGEX.test(this.resourcePath) ? this.resourcePath : path.relative(this.rootContext, this.resourcePath);
const minifyOptions = /** @type {import("./index").InternalWorkerOptions<T>} */{

@@ -156,0 +156,0 @@ input: content,

{
"name": "image-minimizer-webpack-plugin",
"version": "4.1.2",
"version": "4.1.3",
"description": "Webpack loader and plugin to optimize (compress) images using imagemin",

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

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