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.0 to 1.5.1

5

History.md
1.5.1 / 2017-03-13
==================
* fix: don't auto ready when initMethod exists (#17)
1.5.0 / 2017-03-10

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

9

lib/api_client.js

@@ -21,5 +21,8 @@ 'use strict';

utils.delegateEvents(this._client, this);
this._client.ready(err => {
this.ready(err ? err : true);
});
if (!options.initMethod) {
this._client.ready(err => {
this.ready(err ? err : true);
});
}
}

@@ -26,0 +29,0 @@

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

@@ -35,3 +35,3 @@ "main": "./index.js",

"co": "^4.6.0",
"debug": "^2.6.1",
"debug": "^2.6.2",
"is-type-of": "^1.0.0",

@@ -52,3 +52,3 @@ "json-stringify-safe": "^5.0.1",

"egg": "^0.5.0",
"egg-bin": "^2.2.3",
"egg-bin": "^2.4.0",
"egg-ci": "^1.5.0",

@@ -55,0 +55,0 @@ "egg-mock": "^3.1.2",

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