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 3.0.0-alpha.0 to 3.0.0-alpha.1

a.log

1

lib/master.js

@@ -296,2 +296,3 @@ const cluster = require('cluster');

emitToAll(event, ...args) {
this.emit(event, ...args);
this.forEachPool(pool => pool.emitToAll(event, ...args));

@@ -298,0 +299,0 @@ }

2

package.json
{
"name": "luster",
"version": "3.0.0-alpha.0",
"version": "3.0.0-alpha.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