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

uglify-loader

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uglify-loader - npm Package Compare versions

Comparing version 1.4.0 to 2.0.0

2

index.js

@@ -48,3 +48,3 @@ var UglifyJS = require("uglify-js");

var opts = this.options['uglify-loader'] || {};
var opts = loaderUtils.getOptions(this) || {};
// just an indicator to generate source maps, the output result.map will be modified anyway

@@ -51,0 +51,0 @@ // tell UglifyJS2 not to emit a name by just setting outSourceMap to true

{
"name": "uglify-loader",
"version": "1.4.0",
"version": "2.0.0",
"description": "Uglify.js loader for webpack",

@@ -24,6 +24,8 @@ "main": "index.js",

"dependencies": {
"loader-utils": "^0.2.7",
"source-map": "^0.5.6",
"loader-utils": "^1.0.2",
"source-map": "^0.5.6"
},
"peerDependencies": {
"uglify-js": "^2.4.16"
}
}
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