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

luster

Package Overview
Dependencies
Maintainers
1
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.1 to 0.5.2

2

lib/worker_wrapper.js

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

WorkerWrapper.prototype._onWorkerInitialized = function(worker) {
if (worker.id === this._worker.id) {
if (this._worker && worker.id === this._worker.id) {
this.emit('initialized');

@@ -252,0 +252,0 @@ }

{
"name" : "luster",
"version" : "0.5.1",
"version" : "0.5.2",
"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