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.0.2 to 5.1.0

4

amqp.js

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

*/
consume: function(handleMessage) {
consume: function(handleMessage, options) {
debug('consume()');

@@ -114,3 +114,3 @@ function callback(message) {

channel.consume(config.queue.name, callback, {noAck: false});
channel.consume(config.queue.name, callback, options);
}

@@ -117,0 +117,0 @@ };

{
"name": "amqp-wrapper",
"version": "5.0.2",
"version": "5.1.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