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.0.0 to 4.0.1

3

dist/esm/AmqpConnectionManager.d.ts

@@ -34,2 +34,5 @@ /// <reference types="node" />

response: () => Buffer;
} | {
mechanism: string;
response: () => Buffer;
} | undefined;

@@ -36,0 +39,0 @@ };

22

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

@@ -26,4 +26,4 @@ "module": "./dist/esm/index.js",

"@jwalton/semantic-release-config": "^1.0.0",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@types/amqplib": "^0.8.2",

@@ -34,6 +34,6 @@ "@types/chai": "^4.2.21",

"@types/jest": "^27.0.1",
"@types/node": "^16.7.1",
"@types/node": "^17.0.8",
"@types/whatwg-url": "^8.2.1",
"@typescript-eslint/eslint-plugin": "^4.29.3",
"@typescript-eslint/parser": "^4.29.3",
"@typescript-eslint/eslint-plugin": "^5.9.0",
"@typescript-eslint/parser": "^5.9.0",
"amqplib": "^0.8.0",

@@ -46,6 +46,5 @@ "chai": "^4.1.2",

"cross-env": "^7.0.2",
"eslint": "^7.8.1",
"eslint": "^8.6.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.24.1",
"eslint-plugin-promise": "^5.0.0",
"eslint-plugin-promise": "^6.0.0",
"greenkeeper-lockfile": "^1.14.0",

@@ -56,8 +55,7 @@ "husky": "^7.0.1",

"jest-ts-webcompat-resolver": "^1.0.0",
"lint-staged": "^11.1.2",
"p-event": "^4.2.0",
"lint-staged": "^12.1.7",
"prettier": "^2.3.2",
"pretty-quick": "^3.1.1",
"promise-tools": "^2.1.0",
"semantic-release": "^17.1.1",
"semantic-release": "^18.0.1",
"ts-jest": "^27.0.5",

@@ -64,0 +62,0 @@ "ts-node": "^10.2.1",

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