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

think-cluster

Package Overview
Dependencies
Maintainers
8
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

think-cluster - npm Package Compare versions

Comparing version 1.5.4 to 1.5.5

4

lib/messenger.js

@@ -139,3 +139,5 @@ const cluster = require('cluster');

const callback = action;
action = `think-messenger-${taskId++}`;
count = count % Number.MAX_SAFE_INTEGER + 1;
const taskId = count + '' + process.pid;
action = `think-messenger-${taskId}`;
this.once(action, callback);

@@ -142,0 +144,0 @@ // remove event callback after timeout, avoid memory leak

{
"name": "think-cluster",
"description": "Cluster manage for ThinkJS",
"version": "1.5.4",
"version": "1.5.5",
"author": {

@@ -6,0 +6,0 @@ "name": "welefen",

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