Socket
Socket
Sign inDemoInstall

amqp-connection-manager

Package Overview
Dependencies
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amqp-connection-manager - npm Package Compare versions

Comparing version 4.1.7 to 4.1.8

4

dist/cjs/ChannelWrapper.js

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

this._reconnectConsumer(consumer).catch((err) => {
if (err.isOperational && err.message.includes('BasicConsume; 404')) {
if (err.code === 404) {
// Ignore errors caused by queue not declared. In

@@ -566,3 +566,3 @@ // those cases the connection will reconnect and

}
throw err;
this.emit('error', err);
});

@@ -569,0 +569,0 @@ return;

@@ -529,3 +529,3 @@ import * as crypto from 'crypto';

this._reconnectConsumer(consumer).catch((err) => {
if (err.isOperational && err.message.includes('BasicConsume; 404')) {
if (err.code === 404) {
// Ignore errors caused by queue not declared. In

@@ -538,3 +538,3 @@ // those cases the connection will reconnect and

}
throw err;
this.emit('error', err);
});

@@ -541,0 +541,0 @@ return;

{
"name": "amqp-connection-manager",
"version": "4.1.7",
"version": "4.1.8",
"description": "Auto-reconnect and round robin support for amqplib.",

@@ -5,0 +5,0 @@ "module": "./dist/esm/index.js",

Sorry, the diff of this file is not supported yet

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