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

clusterhub

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clusterhub - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

13

lib/fork.js

@@ -172,6 +172,4 @@ var cluster = require('cluster')

}
worker.on('online', ononline);
worker.on('message', onmessage);
worker.once('exit', function onexit() {
function onexit() {
workers.splice(workers.indexOf(obj), 1);

@@ -181,5 +179,10 @@ worker.removeListener('online', obj.ononline);

return false;
});
}
worker.on('online', ononline);
worker.on('message', onmessage);
worker.on('exit', onexit);
worker.on('disconnect', onexit);
return worker;
};

@@ -5,3 +5,3 @@ {

"keywords": ["cluster", "load balance", "database", "multi process", "sync"],
"version": "0.2.3",
"version": "0.2.4",
"repository": {

@@ -8,0 +8,0 @@ "type": "git",

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