cluster-client
Advanced tools
Comparing version 1.6.8 to 1.7.0
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 @@ ================== |
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
68860
1