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.2 to 1.0.0-beta.3

2

lib/daemon.js

@@ -225,3 +225,3 @@ /**

configurable: false,
value: config.abortOnError === true ? true : false
value: config.abortOnError instanceof Boolean ? config.abortOnError : false
},

@@ -228,0 +228,0 @@

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

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

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