grunt-contrib-uglify
Advanced tools
Comparing version 0.5.0 to 0.5.1
{ | ||
"name": "grunt-contrib-uglify", | ||
"description": "Minify files with UglifyJS.", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"homepage": "https://github.com/gruntjs/grunt-contrib-uglify", | ||
@@ -30,16 +30,16 @@ "author": { | ||
"dependencies": { | ||
"uglify-js": "^2.4.0", | ||
"chalk": "^0.4.0", | ||
"maxmin": "^0.1.0", | ||
"lodash": "^2.4.1" | ||
"chalk": "^0.5.1", | ||
"lodash": "^2.4.1", | ||
"maxmin": "^0.2.0", | ||
"uglify-js": "^2.4.0" | ||
}, | ||
"devDependencies": { | ||
"grunt-contrib-jshint": "^0.10.0", | ||
"grunt-contrib-nodeunit": "^0.3.2", | ||
"grunt": "^0.4.2", | ||
"grunt-contrib-clean": "^0.5.0", | ||
"grunt-contrib-internal": "^0.4.2", | ||
"grunt": "^0.4.2" | ||
"grunt-contrib-jshint": "^0.10.0", | ||
"grunt-contrib-nodeunit": "^0.4.0" | ||
}, | ||
"peerDependencies": { | ||
"grunt": "^0.4.0" | ||
"grunt": "~0.4.0" | ||
}, | ||
@@ -46,0 +46,0 @@ "keywords": [ |
@@ -1,2 +0,2 @@ | ||
# grunt-contrib-uglify v0.5.0 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-uglify.png?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-uglify) <a href="https://ci.appveyor.com/project/gruntjs/grunt-contrib-uglify"><img src="https://ci.appveyor.com/api/projects/status/ybtf5vbvtenii561/branch/master" alt="Build Status: Windows" height="18" /></a> | ||
# grunt-contrib-uglify v0.5.1 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-uglify.png?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-uglify) <a href="https://ci.appveyor.com/project/gruntjs/grunt-contrib-uglify"><img src="https://ci.appveyor.com/api/projects/status/ybtf5vbvtenii561/branch/master" alt="Build Status: Windows" height="18" /></a> | ||
@@ -8,3 +8,3 @@ > Minify files with UglifyJS. | ||
## Getting Started | ||
This plugin requires Grunt `^0.4.0` | ||
This plugin requires Grunt `~0.4.0` | ||
@@ -426,2 +426,2 @@ If you haven't used [Grunt](http://gruntjs.com/) before, be sure to check out the [Getting Started](http://gruntjs.com/getting-started) guide, as it explains how to create a [Gruntfile](http://gruntjs.com/sample-gruntfile) as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command: | ||
*This file was generated on Wed Jun 11 2014 17:27:16.* | ||
*This file was generated on Fri Jul 25 2014 12:07:55.* |
@@ -161,6 +161,6 @@ /* | ||
grunt.file.write(options.generatedSourceMapName, result.sourceMap); | ||
grunt.log.writeln('File ' + chalk.cyan(options.generatedSourceMapName) + ' created (source map).'); | ||
grunt.verbose.writeln('File ' + chalk.cyan(options.generatedSourceMapName) + ' created (source map).'); | ||
} | ||
grunt.log.writeln('File ' + chalk.cyan(f.dest) + ' created: ' + | ||
grunt.verbose.writeln('File ' + chalk.cyan(f.dest) + ' created: ' + | ||
maxmin(result.max, output, options.report === 'gzip')); | ||
@@ -167,0 +167,0 @@ }); |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
27065
0
+ Addedansi-regex@0.2.1(transitive)
+ Addedansi-styles@1.1.0(transitive)
+ Addedbrowserify-zlib@0.1.4(transitive)
+ Addedchalk@0.5.1(transitive)
+ Addedescape-string-regexp@1.0.5(transitive)
+ Addedfigures@1.7.0(transitive)
+ Addedgzip-size@0.2.0(transitive)
+ Addedhas-ansi@0.1.0(transitive)
+ Addedmaxmin@0.2.2(transitive)
+ Addedobject-assign@4.1.1(transitive)
+ Addedpako@0.2.9(transitive)
+ Addedstrip-ansi@0.3.0(transitive)
+ Addedsupports-color@0.2.0(transitive)
- Removedansi-styles@1.0.0(transitive)
- Removedchalk@0.4.0(transitive)
- Removeddeep-equal@0.0.0(transitive)
- Removeddefined@0.0.0(transitive)
- Removedgzip-size@0.1.1(transitive)
- Removedhas-color@0.1.7(transitive)
- Removedjsonify@0.0.1(transitive)
- Removedmaxmin@0.1.0(transitive)
- Removedstrip-ansi@0.1.1(transitive)
- Removedtape@0.2.2(transitive)
- Removedzlib-browserify@0.0.3(transitive)
Updatedchalk@^0.5.1
Updatedmaxmin@^0.2.0