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

cluster-requiem

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cluster-requiem - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

4

lib/index.js

@@ -125,5 +125,7 @@ var util = require('util');

Requiem.prototype._handleShutdown = function() {
var self = this;
process.on('message', function(msg) {
if (msg == 'shutdown') {
Requiem.begin(function() {
self.begin(function() {
if (cluster.isWorker) {

@@ -130,0 +132,0 @@ // Try to do a clean exit

{
"name": "cluster-requiem",
"version": "1.1.1",
"version": "1.1.2",
"description": "high availability enhacements for clustering",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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