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

grunt-contrib-uglify

Package Overview
Dependencies
Maintainers
4
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.3.0 to 0.3.1

2

package.json
{
"name": "grunt-contrib-uglify",
"description": "Minify files with UglifyJS.",
"version": "0.3.0",
"version": "0.3.1",
"homepage": "https://github.com/gruntjs/grunt-contrib-uglify",

@@ -6,0 +6,0 @@ "author": {

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

# grunt-contrib-uglify v0.3.0 [![Build Status](https://travis-ci.org/gruntjs/grunt-contrib-uglify.png?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-uglify)
# grunt-contrib-uglify v0.3.1 [![Build Status](https://travis-ci.org/gruntjs/grunt-contrib-uglify.png?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-uglify)

@@ -360,2 +360,3 @@ > Minify files with UglifyJS.

* 2014-01-20   v0.3.1   fix relative path issue in sourcemaps
* 2014-01-16   v0.3.0   refactor sourcemap support

@@ -380,2 +381,2 @@ * 2013-11-09   v0.2.7   prepending banner if sourceMap option not set, addresses

*This file was generated on Thu Jan 16 2014 13:40:44.*
*This file was generated on Mon Jan 20 2014 09:38:55.*

@@ -46,4 +46,5 @@ /*

var relativePath = path.relative(sourceMapDir, fileDir);
var pathPrefix = relativePath ? (relativePath+path.sep) : "";
file = relativePath + path.sep + basename;
file = pathPrefix + basename;

@@ -50,0 +51,0 @@ sourcesContent[file] = code;

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