Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cluster-client

Package Overview
Dependencies
Maintainers
3
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.2.0 to 1.3.0

5

History.md
1.3.0 / 2017-02-22
==================
* fix: block all remote connection (#11)
1.2.0 / 2017-02-20

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

2

lib/server.js

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

const server = net.createServer();
server.listen(port);
server.listen(port, '127.0.0.1');

@@ -31,0 +31,0 @@ function onError(err) {

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

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

"scripts": {
"autod": "autod",
"lint": "eslint --ext .js lib test",

@@ -34,24 +35,26 @@ "test": "npm run lint && npm run test-local",

"co": "^4.6.0",
"debug": "^2.6.0",
"debug": "^2.6.1",
"is-type-of": "^1.0.0",
"json-stringify-safe": "^5.0.1",
"long": "^3.2.0",
"sdk-base": "^2.0.1",
"sdk-base": "^3.1.0",
"serialize-json": "^1.0.1",
"tcp-base": "^1.1.0",
"utility": "^1.9.0",
"tcp-base": "^2.0.0",
"utility": "^1.11.0",
"zlogger": "^1.1.0"
},
"devDependencies": {
"address": "^1.0.1",
"autod": "^2.7.1",
"coffee": "^3.3.0",
"egg": "^0.5.0",
"egg-bin": "^1.7.0",
"egg-bin": "^2.2.1",
"egg-ci": "^1.1.0",
"egg-mock": "^1.2.0",
"egg-mock": "^3.0.1",
"eslint": "^3.12.0",
"eslint-config-egg": "^3.2.0",
"mm": "^2.0.0",
"mm": "^2.1.0",
"npminstall": "^2.13.3",
"pedding": "^1.1.0",
"supertest": "^2.0.1"
"supertest": "^3.0.0"
},

@@ -58,0 +61,0 @@ "engines": {

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