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.13 to 4.1.14

dist/types/AmqpConnectionManager.d.ts

12

package.json
{
"name": "amqp-connection-manager",
"version": "4.1.13",
"version": "4.1.14",
"description": "Auto-reconnect and round robin support for amqplib.",
"module": "./dist/esm/index.js",
"main": "./dist/cjs/index.js",
"types": "./dist/esm/index.d.ts",
"types": "./dist/types/index.d.ts",
"exports": {
".": {
"types": "./dist/esm/index.d.ts",
"types": "./dist/types/index.d.ts",
"import": "./dist/esm/index.js",

@@ -34,3 +34,3 @@ "require": "./dist/cjs/index.js",

"@types/jest": "^29.2.0",
"@types/node": "^18.7.23",
"@types/node": "^20.0.0",
"@types/whatwg-url": "^11.0.0",

@@ -58,3 +58,3 @@ "@typescript-eslint/eslint-plugin": "^5.9.0",

"promise-tools": "^2.1.0",
"semantic-release": "^19.0.2",
"semantic-release": "^21.0.2",
"ts-jest": "^29.0.3",

@@ -71,3 +71,3 @@ "ts-node": "^10.2.1",

"prepublishOnly": "npm run build",
"build": "tsc && tsc -p tsconfig.cjs.json && ./bin/build-types.sh",
"build": "tsc && tsc -p tsconfig.cjs.json && tsc -p tsconfig.types.json && ./bin/build-types.sh",
"clean": "rm -rf dist types coverage",

@@ -74,0 +74,0 @@ "test": "npm run test:lint && npm run test:unittest",

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