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

luster

Package Overview
Dependencies
Maintainers
2
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

luster - npm Package Compare versions

Comparing version 0.5.7 to 0.5.8

2

lib/worker_wrapper.js

@@ -433,3 +433,3 @@ var cluster = require('cluster'),

// and isn't marked as dead
if ((this.options.persistent || this.restarting) && ! this.dead && ! this.stopping) {
if (((this.options.persistent && ! this.stopping) || this.restarting) && ! this.dead) {
legacy.setImmediate(this.run.bind(this));

@@ -436,0 +436,0 @@ }

{
"name" : "luster",
"version" : "0.5.7",
"version" : "0.5.8",
"description" : "Node.js cluster wrapper",

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

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