Socket
Socket
Sign inDemoInstall

amqp-connection-manager

Package Overview
Dependencies
Maintainers
11
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 2.1.0 to 2.1.1

.nyc_output/c3a77cd010fe5ed78bff3c7ea94c3fec.json

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [2.1.1](https://github.com/benbria/node-amqp-connection-manager/compare/v2.1.0...v2.1.1) (2018-09-05)
### Bug Fixes
* Remove reconnection listener when closing the connection manager. ([eeb6e2b](https://github.com/benbria/node-amqp-connection-manager/commit/eeb6e2b))
# [2.1.0](https://github.com/benbria/node-amqp-connection-manager/compare/v2.0.0...v2.1.0) (2018-08-09)

@@ -2,0 +9,0 @@

1

lib/AmqpConnectionManager.js

@@ -110,2 +110,3 @@ 'use strict';

if (this._currentConnection) {
this._currentConnection.removeAllListeners('close');
this._currentConnection.close();

@@ -112,0 +113,0 @@ }

4

package.json
{
"name": "amqp-connection-manager",
"version": "2.1.0",
"version": "2.1.1",
"description": "Auto-reconnect and round robin support for amqplib.",

@@ -29,3 +29,3 @@ "main": "lib/index.js",

"eslint-plugin-import": "^2.11.0",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-promise": "^4.0.0",
"greenkeeper-lockfile": "^1.14.0",

@@ -32,0 +32,0 @@ "husky": "^1.0.0-rc.2",

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