You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
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

Comparing version 3.4.4 to 3.4.5

4

dist/cjs/ChannelWrapper.js

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

else {
setImmediate(() => resolve(result));
resolve(result);
}

@@ -361,3 +361,3 @@ });

else {
setImmediate(() => resolve(result));
resolve(result);
}

@@ -364,0 +364,0 @@ });

@@ -344,3 +344,3 @@ import { EventEmitter } from 'events';

else {
setImmediate(() => resolve(result));
resolve(result);
}

@@ -356,3 +356,3 @@ });

else {
setImmediate(() => resolve(result));
resolve(result);
}

@@ -359,0 +359,0 @@ });

{
"name": "amqp-connection-manager",
"version": "3.4.4",
"version": "3.4.5",
"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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc