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
5
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.4 to 1.6.0

5

History.md
1.6.0 / 2017-04-18
==================
* feat: make clustClient method writable to support mock or spy (#21)
1.5.4 / 2017-04-12

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

4

lib/index.js

@@ -161,4 +161,6 @@ 'use strict';

Object.defineProperty(client, name, {
value,
writable: true,
enumerable: true,
value,
configurable: true,
});

@@ -165,0 +167,0 @@ }

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

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

"pedding": "^1.1.0",
"spy": "^1.0.0",
"supertest": "^3.0.0"

@@ -61,0 +62,0 @@ },

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