New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

luster

Package Overview
Dependencies
Maintainers
4
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.4.0 to 2.4.1

5

lib/worker_wrapper.js

@@ -394,4 +394,5 @@ const cluster = require('cluster'),

// it should be here so that every worker can receive the same debugger port after restarting
this._master.setup({inspectPort: this.inspectPort})
if (this.inspectPort) {
this._master.setup({inspectPort: this.inspectPort})
}
/** @private */

@@ -398,0 +399,0 @@ this._worker = cluster.fork({

2

package.json
{
"name": "luster",
"version": "2.4.0",
"version": "2.4.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