You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

uglifyjs-webpack-plugin

Package Overview
Dependencies
Maintainers
2
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.0 to 0.4.1

5

CHANGELOG.md

@@ -0,1 +1,6 @@

0.4.1 / 2017-04-05
==================
* Chore - Note that cheap source maps don't work with the plugin. #22
0.4.0 / 2017-03-30

@@ -2,0 +7,0 @@ ==================

2

package.json
{
"name": "uglifyjs-webpack-plugin",
"version": "0.4.0",
"version": "0.4.1",
"description": "UglifyJS plugin for webpack",

@@ -5,0 +5,0 @@ "main": "./dist",

@@ -75,3 +75,3 @@ [![npm][npm]][npm-url]

| extractComments | boolean, RegExp, function (astNode, comment) -> boolean, object | false | Whether comments shall be extracted to a separate file, see below. |
| sourceMap | boolean | false | Use SourceMaps to map error message locations to modules. This slows down the compilation. |
| sourceMap | boolean | false | Use SourceMaps to map error message locations to modules. This slows down the compilation. **Important!** `cheap` source map options don't work with the plugin! |
| test | RegExp, Array<RegExp> | <code>/\.js($&#124;\?)/i</code> | Test to match files against. |

@@ -78,0 +78,0 @@ | include | RegExp, Array<RegExp> | | Test only `include` files. |

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc