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

2

lib/daemon.js

@@ -430,3 +430,3 @@ /**

configurable: false,
value: config.hasOwnProperty('workingDirectory') || process.cwd()
value: config.hasOwnProperty('workingDirectory') ? config.workingDirectory : process.cwd()
},

@@ -433,0 +433,0 @@

{
"name": "node-windows",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"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