Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

grunt-contrib-uglify

Package Overview
Dependencies
Maintainers
7
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-contrib-uglify - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

18

package.json
{
"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 @@ });

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