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

windows

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

windows - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

spec/support/jasmine.json

2

lib/associations.js

@@ -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 @@

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