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.5.0 to 3.5.1

14

dist/esm/ChannelWrapper.d.ts

@@ -156,13 +156,9 @@ /// <reference types="node" />

private _onChannelClose;
_onDisconnect(ex: {
err: Error & {
code: number;
};
}): void;
private _onDisconnect;
queueLength(): number;
close(): Promise<void>;
_shouldPublish(): boolean;
_startWorker(): void;
_canWaitReconnection(): boolean;
_publishQueuedMessages(workerNumber: number): void;
private _shouldPublish;
private _startWorker;
private _canWaitReconnection;
private _publishQueuedMessages;
/** Send an `ack` to the underlying channel. */

@@ -169,0 +165,0 @@ ack(message: amqplib.Message, allUpTo?: boolean): void;

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