Comparing version 0.0.6 to 0.0.7
@@ -33,3 +33,2 @@ var Command = require('./Command').Command; | ||
return function(ext, assoc){ | ||
@@ -48,3 +47,2 @@ if (ext) { | ||
function splitAt(str){ | ||
@@ -51,0 +49,0 @@ return splitAt[str] = str in splitAt ? splitAt[str] : function(s){ |
@@ -147,3 +147,3 @@ var fs = require('fs'); | ||
value = value.join('\0'); | ||
} else if (typeof value === 'number' || typeof value === 'boolean' || value > 0) { | ||
} else if (typeof value === 'number' || typeof value === 'boolean') { | ||
if (value !== value || value === Infinity || value === -Infinity) { | ||
@@ -150,0 +150,0 @@ // store NaN and Infinity as strings |
{ | ||
"author": "Brandon Benvie <brandon@bbenvie.com> (http://bbenvie.com)", | ||
"name": "windows", | ||
"description": "A random but growing collection of utilities for Windows for Node.js", | ||
"tags": ["Windows", "win32", "registry", "regedit", "cmd", "fonts", | ||
"utility", "os", "platform", "drive alias", "windows sdk"], | ||
"version": "0.0.6", | ||
"homepage": "https://github.com/Benvie/node-Windows", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/Benvie/node-Windows.git" | ||
"author": { | ||
"name": "Philip Skinner", | ||
"email": "me@philip-skinner.co.uk", | ||
"url": "https://github.com/PhilipSkinner" | ||
}, | ||
"main": "index.js", | ||
"bin": { | ||
@@ -18,8 +11,38 @@ "cwddrive": "./bin/cwddrive.js", | ||
}, | ||
"engines": { | ||
"node": "0.6" | ||
"bugs": { | ||
"url": "https://github.com/PhilipSkinner/windows/issues" | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": {}, | ||
"optionalDependencies": {} | ||
"dependencies": { | ||
"jasmine": "^3.1.0" | ||
}, | ||
"deprecated": false, | ||
"description": "A collection of utilities for Windows for Node.js", | ||
"devDependencies": { | ||
"jasmine" : "3.1.0" | ||
}, | ||
"homepage": "https://github.com/PhilipSkinner/windows", | ||
"main": "index.js", | ||
"name": "windows", | ||
"optionalDependencies": {}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git@github.com:PhilipSkinner/windows.git" | ||
}, | ||
"scripts" :{ | ||
"test" : "jasmine" | ||
}, | ||
"tags": [ | ||
"Windows", | ||
"win32", | ||
"registry", | ||
"regedit", | ||
"cmd", | ||
"fonts", | ||
"utility", | ||
"os", | ||
"platform", | ||
"drive alias", | ||
"windows sdk" | ||
], | ||
"version": "0.0.7" | ||
} |
@@ -5,3 +5,2 @@ # Node Utilities for Windows | ||
## Command line tools | ||
@@ -8,0 +7,0 @@ |
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
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 website
QualityPackage does not have a website.
Found 1 instance in 1 package
53943
27
1162
0
1
1
1
121
7
+ Addedjasmine@^3.1.0
+ Addedbalanced-match@1.0.2(transitive)
+ Addedbrace-expansion@1.1.11(transitive)
+ Addedconcat-map@0.0.1(transitive)
+ Addedfs.realpath@1.0.0(transitive)
+ Addedglob@7.2.3(transitive)
+ Addedinflight@1.0.6(transitive)
+ Addedinherits@2.0.4(transitive)
+ Addedjasmine@3.99.0(transitive)
+ Addedjasmine-core@3.99.1(transitive)
+ Addedminimatch@3.1.2(transitive)
+ Addedonce@1.4.0(transitive)
+ Addedpath-is-absolute@1.0.1(transitive)
+ Addedwrappy@1.0.2(transitive)