New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

exp-amqp-connection

Package Overview
Dependencies
Maintainers
4
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

exp-amqp-connection - npm Package Compare versions

Comparing version

to
1.2.2

8

index.js

@@ -115,3 +115,3 @@ "use strict";

onExclusiveCallback();
logger.info("Exclusively subscribing to '" + queueName + "'. Other Ursula instances have to wait.", id);
logger.info("Exclusively subscribing to '" + queueName + "'. Other instances will have to wait.", id);
});

@@ -131,5 +131,3 @@ });

queue.bind(behaviour.exchange, routingKey);
queue.subscribe(subscribeOptions, function (message) {
return handler(message);
});
queue.subscribe(subscribeOptions, handler);
});

@@ -162,3 +160,3 @@ }

}
return api;

@@ -165,0 +163,0 @@ }

@@ -9,3 +9,3 @@ {

],
"version": "1.2.0",
"version": "1.2.2",
"scripts": {

@@ -12,0 +12,0 @@ "test": "NODE_ENV=test mocha -t 5000 && jshint ."