Socket
Socket
Sign inDemoInstall

node-windows

Package Overview
Dependencies
4
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0-beta.5 to 1.0.0-beta.6

0

bin/sudowin/LICENSE.txt

@@ -0,0 +0,0 @@ Copyright (c) 2005-2008, Schley Andrew Kutz <akutz@lostcreations.com>

@@ -0,0 +0,0 @@ var path = require('path'),

5

lib/cmd.js

@@ -42,2 +42,7 @@ var exec = require('child_process').exec,

}
if (typeof isNaN(pid)) {
throw new Error('PID must be a number.')
}
callback = callback || function(){};

@@ -44,0 +49,0 @@ if (typeof force == 'function'){

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ module.exports = {

@@ -0,0 +0,0 @@ // Handle input parameters

2

package.json
{
"name": "node-windows",
"version": "1.0.0-beta.5",
"version": "1.0.0-beta.6",
"description": "Support for Windows services, event logging, UAC, and several helper methods for interacting with the OS.",

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

@@ -10,8 +10,2 @@ # node-windows

**Update 2/1/2020**
Several PR's that have been outstanding for months (or even years) have been merged (unless there were merge conflicts), which is why this version is tagged as "1.0.0-beta.1", despite the fact v0.1.14 has been used in production for years by over 600,000 processes. I would use the latest version in production apps.
---
**Sponsors (as of 2020)**

@@ -30,5 +24,5 @@

This is a standalone module, originally designed for internal use in [NGN](http://github.com/thinkfirst/NGN). However; it is capable of providing the same features for Node.JS scripts independently of NGN.
This library can be used to install/start/stop/uninstall Node scripts as Windows background services for **production** environments. This is not a tool for developing applications, it is a tool for releasing them.
For alternative versions, see [node-mac](http://github.com/coreybutler/node-mac) and [node-linux](http://github.com/coreybutler/node-linux).
See [node-mac](http://github.com/coreybutler/node-mac) and [node-linux](http://github.com/coreybutler/node-linux) if you need to support those operating systems.

@@ -35,0 +29,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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