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

respawn-group

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

respawn-group - npm Package Compare versions

Comparing version 0.6.1 to 0.6.2

12

index.js
var respawn = require('respawn');
var xtend = require('xtend');
var afterAll = require('after-all');
var events = require('events');

@@ -127,10 +128,7 @@

var list = Object.keys(monitors);
var loop = function() {
var next = list.shift();
if (!next) return cb && cb();
group.stop(next, loop);
};
var next = afterAll(cb);
loop();
Object.keys(monitors).forEach(function(name) {
group.stop(name, next());
});
};

@@ -137,0 +135,0 @@

{
"name": "respawn-group",
"version": "0.6.1",
"version": "0.6.2",
"description": "Manage a group of respawn monitors",

@@ -8,4 +8,5 @@ "repository": "git://github.com/mafintosh/respawn-group.git",

"dependencies": {
"xtend": "~2.1.1",
"respawn": "~0.4.2"
"after-all": "^1.0.0",
"respawn": "~0.4.2",
"xtend": "~2.1.1"
},

@@ -12,0 +13,0 @@ "keywords": [

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