Socket
Socket
Sign inDemoInstall

uglify-save-license

Package Overview
Dependencies
0
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.2 to 0.1.3

5

package.json
{
"name": "uglify-save-license",
"version": "0.1.2",
"version": "0.1.3",
"description": "Tiny license detector module for UglifyJS's 'comments' option",

@@ -40,4 +40,5 @@ "main": "uglify-save-license.js",

"grunt-replace": "~0.5.1",
"semver": "~2.2.1"
"semver": "~2.2.1",
"grunt-contrib-clean": "~0.5.0"
}
}

4

uglify-save-license.js

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

// uglify-save-license.js v0.1.2
// uglify-save-license.js v0.1.3
// Copyright (c) 2013 Shinnosuke Watanabe

@@ -16,3 +16,3 @@ // Licensed uder the MIT license

module.exports = function saveLicense(node, comment) {
if(comment.file !== prevFile) {
if (comment.file !== prevFile) {
prevCommentLine = 0;

@@ -19,0 +19,0 @@ }

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc