Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

unminified-webpack-plugin

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unminified-webpack-plugin - npm Package Compare versions

Comparing version 1.4.1 to 1.4.2

2

index.js

@@ -12,3 +12,3 @@ const webpack = require('webpack');

if (name.match(new RegExp('\.' + ext + '$'))) {
return name.replace(new RegExp(ext), suffix)
return name.replace(new RegExp(ext + '$'), suffix)
}

@@ -15,0 +15,0 @@

{
"name": "unminified-webpack-plugin",
"version": "1.4.1",
"version": "1.4.2",
"description": "A `webpack` plugin for generating un-minified JavaScript files along with UglifyJsPlugin.",

@@ -5,0 +5,0 @@ "main": "index.js",

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