You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

servicebus

Package Overview
Dependencies
Maintainers
2
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

servicebus - npm Package Compare versions

Comparing version

to
0.0.9

8

bus/bus.js

@@ -145,9 +145,3 @@ var util = require('util'),

};
var timeout = function() {
self.connection.removeListener('ready', republish);
process.nextTick(republish);
};
var timeoutId = setTimeout(timeout, 1000);
self.connection.on('ready', function() {
clearTimeout(timeoutId);
process.nextTick(republish);

@@ -170,2 +164,2 @@ });

return bus;
}
}

2

bus/pubsubqueue.js

@@ -113,3 +113,3 @@ var events = require('events'),

q.on('queueBindOk', function() {
self.log.debug('bound to ' + self.log.errorQueueName);
self.log.debug('bound to ' + self.errorQueueName);
});

@@ -116,0 +116,0 @@ });

@@ -7,3 +7,3 @@ {

"description": "Simple service bus for sending events between processes using amqp.",
"version": "0.0.8",
"version": "0.0.9",
"homepage": "https://github.com/mateodelnorte/servicebus",

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