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 0.1.13 to 0.1.14

13

lib/daemon.js

@@ -120,3 +120,3 @@ /**

id: this._exe,
nodeOptions: '--harmony',
nodeOptions: this.nodeOptions,
script: wrapper,

@@ -176,2 +176,13 @@ wrapperArgs: wrapperArgs,

},
/**
* @cfg {string} [nodeOptions='--harmony']
* Options to be passed to the node process.
*/
nodeOptions: {
enumerable: true,
writable: false,
configurable: false,
value: config.nodeOptions || '--harmony'
},

@@ -178,0 +189,0 @@ /**

2

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

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

@@ -1,5 +0,7 @@

# Update (5/21/15)
# Update (2/11/17)
[![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/coreybutler/node-windows?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
A number of issues that have been lingering since 2015 have finally been resolved, including .NET 4+ support.
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.

@@ -480,2 +482,8 @@

# Thank You
There have been many contributors who have done everything from committing features to helping pick up slack while I've been swamped. I'm incredibly appreciative for the help.
Special thanks to @arthurblake whose modifications have FINALLY been added. Thanks to @hockeytim11, who helped compile and update a bunch of outstanding issues and started bringing support to the other node-* libraries.
# Licenses

@@ -509,2 +517,2 @@

TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
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