Huge News!Announcing our $40M Series B led by Abstract Ventures.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.6.8 to 1.7.0

5

History.md
1.7.0 / 2017-08-18
==================
* feat: support custom port by env NODE_CLUSTER_CLIENT_PORT (#31)
1.6.8 / 2017-08-18

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

2

lib/index.js

@@ -11,3 +11,3 @@ 'use strict';

const defaultOptions = {
port: 7777,
port: parseInt(process.env.NODE_CLUSTER_CLIENT_PORT || 7777),
maxWaitTime: 30000,

@@ -14,0 +14,0 @@ responseTimeout: 3000,

{
"name": "cluster-client",
"version": "1.6.8",
"version": "1.7.0",
"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