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 3.2.1 to 3.3.0

6

package.json
{
"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

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