Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cluster2

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cluster2 - npm Package Compare versions

Comparing version 0.5.0-SNAPSHOT.1387336774173 to 0.5.0-SNAPSHOT.1388506798567

1

lib/main.js

@@ -105,2 +105,3 @@ /*

'noWorkers': argv.noWorkers || os.cpus().length,
'skipCheckBusyPorts': false,
'monCreateServer': require('cluster-monitor').monCreateServer,

@@ -107,0 +108,0 @@ 'monApp': require('cluster-monitor').monApp,

2

lib/master.js

@@ -58,3 +58,3 @@ 'use strict';

//monitor app could also be configured now, should return a value or promise.
return when.all([
return when.all(options.skipCheckBusyPorts ? [] : [
utils.rejectIfPortBusy('localhost', options.port),

@@ -61,0 +61,0 @@ utils.rejectIfPortBusy('localhost', options.monPort),

@@ -14,3 +14,3 @@ {

"name": "cluster2",
"version": "0.5.0-SNAPSHOT.1387336774173",
"version": "0.5.0-SNAPSHOT.1388506798567",
"engines": {

@@ -17,0 +17,0 @@ "node": ">= 0.10.0"

Sorry, the diff of this file is not supported yet

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