Socket
Socket
Sign inDemoInstall

cluster-service

Package Overview
Dependencies
7
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.1 to 2.1.2

2

CHANGELOG.md

@@ -5,3 +5,3 @@ ## v2.1.1 - 5/30/2018

* Memory leak in message bus - #78
* Memory leak in message bus (thanks @jakepusateri !)- #78

@@ -8,0 +8,0 @@

@@ -75,4 +75,4 @@ var cservice = require("../cluster-service");

var cleanupCheck = setTimeout(function cleanup() {
if (waiters[waiterId]) {
delete waiters[waiterId];
if (waiters[msg.waiterId]) {
delete waiters[msg.waiterId];
cb(new Error('Timed out waiting in message bus'));

@@ -79,0 +79,0 @@ }

{
"name": "cluster-service",
"version": "2.1.1",
"version": "2.1.2",
"author": {

@@ -15,18 +15,18 @@ "name": "Aaron Silvas",

"lint-test": "jshint --config .test-jshintrc test",
"cover": "istanbul cover ./node_modules/mocha/bin/_mocha -- --ui bdd -R spec -t 5000 -d",
"test-devel": "./node_modules/.bin/mocha bdd -R spec -t 5000 test/*.js test/workers/*.js",
"cover": "nyc mocha --ui bdd -R spec -t 5000",
"test-devel": "mocha bdd -R spec -t 5000 test/*.js test/workers/*.js",
"test": "npm run-script lint && npm run-script cover"
},
"dependencies": {
"async": "~0.8.0",
"optimist": ">=0.6.0",
"colors": ">=0.6.2",
"extend": ">=1.1.x"
"async": "^2.6.1",
"colors": "^1.3.3",
"extend": "^3.0.2",
"optimist": ">=0.6.0"
},
"devDependencies": {
"istanbul": "^0.3.13",
"jshint": "^2.9.5",
"mocha": "^2.2.4",
"request": "^2.55.0",
"sinon": "^1.14.1"
"jshint": "^2.9.7",
"mocha": "^5.2.0",
"nyc": "^13.1.0",
"request": "^2.88.0",
"sinon": "^7.2.2"
},

@@ -33,0 +33,0 @@ "repository": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc