grunt-contrib-uglify
Advanced tools
Comparing version 3.2.1 to 3.3.0
{ | ||
"name": "grunt-contrib-uglify", | ||
"description": "Minify JavaScript files with UglifyJS", | ||
"version": "3.2.1", | ||
"version": "3.3.0", | ||
"author": { | ||
@@ -21,3 +21,3 @@ "name": "Grunt Team", | ||
"maxmin": "^1.1.0", | ||
"uglify-js": "~3.2.0", | ||
"uglify-js": "~3.3.0", | ||
"uri-path": "^1.0.0" | ||
@@ -28,3 +28,3 @@ }, | ||
"grunt-contrib-clean": "^1.0.0", | ||
"grunt-contrib-internal": "^1.1.0", | ||
"grunt-contrib-internal": "~1.3.0", | ||
"grunt-contrib-jshint": "^1.0.0", | ||
@@ -31,0 +31,0 @@ "grunt-contrib-nodeunit": "^1.0.0" |
@@ -1,2 +0,2 @@ | ||
# grunt-contrib-uglify v3.2.1 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-uglify.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-uglify) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/ybtf5vbvtenii561/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-uglify/branch/master) | ||
# grunt-contrib-uglify v3.3.0 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-uglify.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-uglify) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/ybtf5vbvtenii561/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-uglify/branch/master) | ||
@@ -156,3 +156,3 @@ > Minify JavaScript files with UglifyJS | ||
This string will be prepended to the minified output. Template strings (e.g. `<%= config.value %>` will be expanded automatically. | ||
This string will be prepended to the minified output. Template strings (e.g. `<%= config.value %>`) will be expanded automatically. | ||
@@ -163,3 +163,3 @@ #### footer | ||
This string will be appended to the minified output. Template strings (e.g. `<%= config.value %>` will be expanded automatically. | ||
This string will be appended to the minified output. Template strings (e.g. `<%= config.value %>`) will be expanded automatically. | ||
@@ -530,2 +530,3 @@ #### ie8 | ||
* 2017-12-24 v3.3.0 Update uglify-js to v3.3.0. | ||
* 2017-11-26 v3.2.1 Update uglify-js to v3.2.0. | ||
@@ -578,2 +579,2 @@ * 2017-09-11 v3.1.0 Update uglify-js to v3.1.0. | ||
*This file was generated on Sun Nov 26 2017 08:57:08.* | ||
*This file was generated on Sun Dec 24 2017 14:47:07.* |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
36565
577
+ Addedcommander@2.15.1(transitive)
+ Addeduglify-js@3.3.28(transitive)
- Removedcommander@2.12.2(transitive)
- Removeduglify-js@3.2.2(transitive)
Updateduglify-js@~3.3.0