Comparing version 1.4.0 to 1.4.1
@@ -1,2 +0,2 @@ | ||
Copyright © 2012–2014 Domenic Denicola <domenic@domenicdenicola.com> | ||
Copyright © 2012–2015 Domenic Denicola <d@domenic.me> | ||
@@ -3,0 +3,0 @@ This work is free. You can redistribute it and/or modify it under the |
@@ -38,2 +38,7 @@ #!/usr/bin/env node | ||
// so we need to add a dummy empty-string window title: http://stackoverflow.com/a/154090/3191 | ||
// | ||
// Additionally, on Windows ampersand needs to be escaped when passed to "start" | ||
args = args.map(function(value) { | ||
return value.replace(/&/g, '^&'); | ||
}); | ||
args = ["/c", "start", '""'].concat(args); | ||
@@ -40,0 +45,0 @@ } |
{ | ||
"name": "opener", | ||
"description": "Opens stuff, like webpages and files and executables, cross-platform", | ||
"version": "1.4.0", | ||
"author": "Domenic Denicola <domenic@domenicdenicola.com> (http://domenic.me/)", | ||
"version": "1.4.1", | ||
"author": "Domenic Denicola <d@domenic.me> (https://domenic.me/)", | ||
"license": "WTFPL", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/domenic/opener.git" | ||
}, | ||
"bugs": "http://github.com/domenic/opener/issues", | ||
"repository": "domenic/opener", | ||
"main": "opener.js", | ||
"bin": "opener.js", | ||
"files": [ | ||
"opener.js" | ||
], | ||
"scripts": { | ||
@@ -18,4 +17,4 @@ "lint": "jshint opener.js" | ||
"devDependencies": { | ||
"jshint": "^2.5.4" | ||
"jshint": "^2.6.3" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
4629
50
1
1