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.1.0 to 1.1.1

README.md

2

index.js

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

var getFileName = function(name, opts) {
var minIndex = name.indexOf('min');
var minIndex = name.lastIndexOf('min');
if (minIndex > -1) {

@@ -11,0 +11,0 @@ return name.substring(0, minIndex - 1) + name.substring(minIndex + 3);

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

@@ -27,6 +27,6 @@ "main": "index.js",

"devDependencies": {
"del": "^2.2.1",
"mocha": "^2.5.3",
"webpack": "^1.13.1"
"del": "^2.2.2",
"mocha": "^3.0.2",
"webpack": "^1.13.2"
}
}
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