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

uglifyjs-webpack-plugin - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

27

CHANGELOG.md

@@ -0,9 +1,14 @@

0.2.1 / 2017-02-20
==================
* Docs - Fix typo at readme. #10
0.2.0 / 2017-02-19
==================
* Allow to extract comments to separate file [webpack/webpack#4134](https://github.com/webpack/webpack/pull/4134)
* Allow to supress uglifyjs warnings [webpack/webpack#4200](https://github.com/webpack/webpack/pull/4200)
* Use const where applicable [1d78f99](https://github.com/webpack/webpack/commit/1d78f990a6af1a5b85e45b345b4f7861b03bb12b)
* Avoid reassigning stream with different value [92364dc](https://github.com/webpack/webpack/commit/92364dc0f72ad8c3ac0bdc74e46766658086d83a)
* Avoid reassigning files with different value [104398f](https://github.com/webpack/webpack/commit/104398f87a707a601427e666ed318d2338e8a003)
* Feature - Allow to extract comments to separate file [webpack/webpack#4134](https://github.com/webpack/webpack/pull/4134)
* Feature - Allow to supress uglifyjs warnings [webpack/webpack#4200](https://github.com/webpack/webpack/pull/4200)
* Chore - Use `const` where applicable [1d78f99](https://github.com/webpack/webpack/commit/1d78f990a6af1a5b85e45b345b4f7861b03bb12b)
* Chore - Avoid reassigning stream with different value [92364dc](https://github.com/webpack/webpack/commit/92364dc0f72ad8c3ac0bdc74e46766658086d83a)
* Chore - Avoid reassigning files with different value [104398f](https://github.com/webpack/webpack/commit/104398f87a707a601427e666ed318d2338e8a003)

@@ -13,3 +18,3 @@ 0.1.5 / 2017-02-15

* Docs - Add `extractComments` documentation. #7
* Docs - Add `extractComments` documentation. #7

@@ -19,3 +24,3 @@ 0.1.4 / 2017-02-06

* Docs - Simplify example.
* Docs - Simplify example.

@@ -25,3 +30,3 @@ 0.1.3 / 2017-02-02

* Docs - Fix table syntax. #6
* Docs - Fix table syntax. #6

@@ -31,3 +36,3 @@ 0.1.2 / 2017-01-25

* Docs - Add note about the plugin embedded to webpack.
* Docs - Add note about the plugin embedded to webpack.

@@ -37,3 +42,3 @@ 0.1.1 / 2017-01-25

* Docs - Update installation instructions.
* Docs - Update installation instructions.

@@ -43,2 +48,2 @@ 0.1.0 / 2017-01-24

* Initial port from webpack source.
* Initial port from webpack source.
{
"name": "uglifyjs-webpack-plugin",
"version": "0.2.0",
"version": "0.2.1",
"description": "UglifyJS plugin for webpack",

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

@@ -5,3 +5,3 @@ [![build status](https://secure.travis-ci.org/webpack-contrib/uglifyjs-webpack-plugin.svg)](http://travis-ci.org/webpack-contrib/uglifyjs-webpack-plugin) [![bitHound Score](https://www.bithound.io/github/webpack-contrib/uglifyjs-webpack-plugin/badges/score.svg)](https://www.bithound.io/github/webpack-contrib/uglifyjs-webpack-plugin) [![codecov](https://codecov.io/gh/webpack-contrib/uglifyjs-webpack-plugin/branch/master/graph/badge.svg)](https://codecov.io/gh/webpack-contrib/uglifyjs-webpack-plugin)

This plugin uses [UglifyJS](https://github.com/mishoo/UglifyJS2) to minify your JavaScript. It is the same plugin as in Webpack core (`webpack.optimize.UglifyJSPlugin`) except it has been decoupled from it. This allows you to control the version of UglifyJS you are using.
This plugin uses [UglifyJS](https://github.com/mishoo/UglifyJS2) to minify your JavaScript. It is the same plugin as in Webpack core (`webpack.optimize.UglifyJsPlugin`) except it has been decoupled from it. This allows you to control the version of UglifyJS you are using.

@@ -8,0 +8,0 @@ > Note that webpack contains the same plugin under `webpack.optimize.UglifyJsPlugin`. This is a standalone version for those that want to control the version of UglifyJS. The documentation is valid apart from the installation instructions in that case.

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