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

cluster-client

Package Overview
Dependencies
Maintainers
4
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cluster-client - npm Package Compare versions

Comparing version 1.5.2 to 1.5.3

5

History.md
1.5.3 / 2017-03-17
==================
* fix: make sure subscribe listener triggered asynchronized (#19)
1.5.2 / 2017-03-14

@@ -3,0 +8,0 @@ ==================

4

lib/leader.js

@@ -103,3 +103,5 @@ 'use strict';

const result = transcode.decode(req.data);
listener(result);
process.nextTick(() => {
listener(result);
});
},

@@ -106,0 +108,0 @@ },

{
"name": "cluster-client",
"version": "1.5.2",
"version": "1.5.3",
"description": "Sharing Connection among Multi-Process Nodejs",

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