Socket
Socket
Sign inDemoInstall

cluster-service

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cluster-service - npm Package Compare versions

Comparing version 0.9.1 to 0.9.2

2

lib/start.js

@@ -50,3 +50,3 @@ var cservice = require("../cluster-service"),

worker: options.workers,
ready: options.ready !== 'false'
ready: (options.ready !== undefined && options.ready !== 'false')
}

@@ -53,0 +53,0 @@ };

{
"name": "cluster-service",
"version": "0.9.1",
"version": "0.9.2",
"author": {

@@ -5,0 +5,0 @@ "name": "Aaron Silvas",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc