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

node-windows

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-windows - npm Package Compare versions

Comparing version 0.1.10 to 0.1.11

3

lib/wrapper.js

@@ -67,4 +67,5 @@ // Handle input parameters

console.warn(argv.d+' not found.');
argv.d = process.cwd();
}
argv.d = process.cwd();
argv.d = p.resolve(argv.d);
}

@@ -71,0 +72,0 @@

{
"name": "node-windows",
"version": "0.1.10",
"version": "0.1.11",
"description": "Support for Windows services, event logging, UAC, and several helper methods for interacting with the OS.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -5,3 +5,3 @@ # Update (5/21/15)

The number of issues between this project and it's sister projects ((node-mac)[https://github.com/coreybutler/node-mac] & (node-mac)[https://github.com/coreybutler/node-linux]) are accruing at a rate that deserves more attention than I can provide on my own. I'm actively looking for maintainers to help run this project. Please get in touch via gitter if you're interested.
The number of issues between this project and it's sister projects ([node-mac](https://github.com/coreybutler/node-mac) & [node-linux](https://github.com/coreybutler/node-linux)) are accruing at a rate that deserves more attention than I can provide on my own. I'm actively looking for maintainers to help run this project. Please get in touch via gitter if you're interested.

@@ -8,0 +8,0 @@ [![NPM version](https://badge.fury.io/js/node-windows.png)](http://badge.fury.io/js/node-windows)

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