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.1.0 to 3.2.1

4

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

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