@techloop/amqp-broker
Advanced tools
Comparing version 1.6.3 to 1.6.4
@@ -102,8 +102,4 @@ if (!process.env.EXCHANGE_NAME) { | ||
console.log( | ||
"Received new AMQP message: ", | ||
data, | ||
" deliveryInfo: ", | ||
"Received new AMQP message, deliveryInfo: ", | ||
deliveryInfo, | ||
" headers:", | ||
headers | ||
); | ||
@@ -159,2 +155,3 @@ | ||
.catch(function(error) { | ||
console.log('Broker: ', error); | ||
console.log( | ||
@@ -161,0 +158,0 @@ `Exception handler: rejecting message with routing key: ${ |
{ | ||
"name": "@techloop/amqp-broker", | ||
"version": "1.6.3", | ||
"version": "1.6.4", | ||
"description": "AMQP broker for microservices communication", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24269
683
2