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 4.1.3 to 4.1.4

3

amqp.js

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

config.prefetch = config.prefetch || 10;
var prefetch = config.prefetch || 10;

@@ -43,2 +43,3 @@ var ret = {

channel.prefetch(prefetch);
channel.assertExchange(config.exchange, 'topic', {}, assertQueues);

@@ -45,0 +46,0 @@ }

{
"name": "amqp-wrapper",
"version": "4.1.3",
"version": "4.1.4",
"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