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

grunt-contrib-uglify

Package Overview
Dependencies
Maintainers
8
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.3.0 to 3.4.0

8

package.json
{
"name": "grunt-contrib-uglify",
"description": "Minify JavaScript files with UglifyJS",
"version": "3.3.0",
"version": "3.4.0",
"author": {

@@ -20,8 +20,8 @@ "name": "Grunt Team",

"chalk": "^1.0.0",
"maxmin": "^1.1.0",
"uglify-js": "~3.3.0",
"maxmin": "^2.1.0",
"uglify-js": "~3.4.0",
"uri-path": "^1.0.0"
},
"devDependencies": {
"grunt": "^1.0.0",
"grunt": "1.0.2",
"grunt-contrib-clean": "^1.0.0",

@@ -28,0 +28,0 @@ "grunt-contrib-internal": "~1.3.0",

@@ -1,2 +0,2 @@

# 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)
# grunt-contrib-uglify v3.4.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)

@@ -528,2 +528,3 @@ > Minify JavaScript files with UglifyJS

* 2018-07-29   v3.4.0   Update uglify-js to v3.4.0.
* 2017-12-24   v3.3.0   Update uglify-js to v3.3.0.

@@ -577,2 +578,2 @@ * 2017-11-26   v3.2.1   Update uglify-js to v3.2.0.

*This file was generated on Sun Dec 24 2017 14:47:07.*
*This file was generated on Sun Jul 29 2018 01:52:18.*

@@ -99,3 +99,3 @@ /*

domprops.forEach(function(name) {
UglifyJS._push_uniq(minifyOptions.mangle.properties.reserved, name);
UglifyJS.push_uniq(minifyOptions.mangle.properties.reserved, name);
});

@@ -110,3 +110,3 @@ }

obj.vars.forEach(function(name) {
UglifyJS._push_uniq(minifyOptions.mangle.reserved, name);
UglifyJS.push_uniq(minifyOptions.mangle.reserved, name);
});

@@ -116,3 +116,3 @@ }

obj.props.forEach(function(name) {
UglifyJS._push_uniq(minifyOptions.mangle.properties.reserved, name);
UglifyJS.push_uniq(minifyOptions.mangle.properties.reserved, name);
});

@@ -119,0 +119,0 @@ }

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