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.0 to 2.1.1

5

lib/worker_wrapper.js

@@ -427,3 +427,6 @@ const cluster = require('cluster'),

callback: () => {
this._worker.disconnect();
// Worker could die while suspend was in-flight, i.e. on endless loop, and _onStateStopped will drop _worker
if (this._worker) {
this._worker.disconnect();
}
}

@@ -430,0 +433,0 @@ });

2

package.json
{
"name": "luster",
"version": "2.1.0",
"version": "2.1.1",
"description": "Node.js cluster wrapper",

@@ -5,0 +5,0 @@ "main": "./lib/luster.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