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

amqp-wrapper

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amqp-wrapper - npm Package Compare versions

Comparing version 5.4.0 to 5.5.0

10

amqp.js

@@ -14,3 +14,3 @@ 'use strict';

var channel;
var connection, channel;

@@ -32,2 +32,3 @@ var prefetch = config.prefetch || 10;

}
connection = conn;

@@ -62,2 +63,9 @@ conn.createConfirmChannel(assertExchange);

close: function(cb) {
if (connection) {
return connection.close(cb);
}
cb();
},
/**

@@ -64,0 +72,0 @@ * Publish a message using the specified routing key.

2

package.json
{
"name": "amqp-wrapper",
"version": "5.4.0",
"version": "5.5.0",
"description": "A wrapper around https://github.com/squaremo/amqp.node to make consuming and publishing dead easy.",

@@ -5,0 +5,0 @@ "main": "amqp.js",

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