node-windows
Advanced tools
Comparing version 1.0.0-beta.2 to 1.0.0-beta.3
@@ -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": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
178892