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

luster

Package Overview
Dependencies
Maintainers
6
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 2.1.1 to 2.2.0

3

lib/worker_wrapper.js

@@ -328,3 +328,4 @@ const cluster = require('cluster'),

Date.now() - this.startTime < this.options.exitThreshold &&
!this.restarting) {
!this.restarting &&
!this.stopping) {
this._sequentialDeaths++;

@@ -331,0 +332,0 @@ }

{
"name": "luster",
"version": "2.1.1",
"version": "2.2.0",
"description": "Node.js cluster wrapper",

@@ -43,2 +43,3 @@ "main": "./lib/luster.js",

"chai": "^3.5.0",
"delay": "^4.3.0",
"eslint": "^4.19.1",

@@ -45,0 +46,0 @@ "eslint-config-nodules": "^0.4.0",

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