grunt-contrib-uglify
Advanced tools
Comparing version 3.1.0 to 3.2.1
{ | ||
"name": "grunt-contrib-uglify", | ||
"description": "Minify JavaScript files with UglifyJS", | ||
"version": "3.1.0", | ||
"version": "3.2.1", | ||
"author": { | ||
@@ -21,3 +21,3 @@ "name": "Grunt Team", | ||
"maxmin": "^1.1.0", | ||
"uglify-js": "~3.0.4", | ||
"uglify-js": "~3.2.0", | ||
"uri-path": "^1.0.0" | ||
@@ -24,0 +24,0 @@ }, |
@@ -1,2 +0,2 @@ | ||
# grunt-contrib-uglify v3.1.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) | ||
# 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) | ||
@@ -528,2 +528,3 @@ > Minify JavaScript files with UglifyJS | ||
* 2017-11-26 v3.2.1 Update uglify-js to v3.2.0. | ||
* 2017-09-11 v3.1.0 Update uglify-js to v3.1.0. | ||
@@ -575,2 +576,2 @@ * 2017-05-20 v3.0.1 Fix toplevel option. | ||
*This file was generated on Mon Sep 11 2017 13:21:40.* | ||
*This file was generated on Sun Nov 26 2017 08:57:08.* |
@@ -121,9 +121,6 @@ /* | ||
if (options.sourceMap && generateSourceMapURL) { | ||
if (options.sourceMap) { | ||
if (typeof options.sourceMap !== 'object') { | ||
options.sourceMap = {}; | ||
} | ||
if (generateSourceMapFilename) { | ||
options.sourceMap.filename = path.basename(f.dest); | ||
} | ||
if (options.sourceMapIn) { | ||
@@ -134,2 +131,5 @@ options.sourceMap.content = grunt.file.read(options.sourceMapIn); | ||
if (generateSourceMapURL) { | ||
if (generateSourceMapFilename) { | ||
options.sourceMap.filename = path.basename(f.dest); | ||
} | ||
var destToSourceMapPath = relativePath(f.dest, options.generatedSourceMapName); | ||
@@ -136,0 +136,0 @@ var sourceMapBasename = path.basename(options.generatedSourceMapName); |
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
36421
576
+ Addedcommander@2.12.2(transitive)
+ Addedsource-map@0.6.1(transitive)
+ Addeduglify-js@3.2.2(transitive)
- Removedcommander@2.11.0(transitive)
- Removedsource-map@0.5.7(transitive)
- Removeduglify-js@3.0.28(transitive)
Updateduglify-js@~3.2.0