Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/amqp-connection-manager

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/amqp-connection-manager - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

11

amqp-connection-manager/index.d.ts

@@ -139,4 +139,13 @@ // Type definitions for amqp-connection-manager 2.0

*/
addSetup(func: SetupFunc): Promise<void>;
addSetup(func: SetupFunc): Promise<void>;
/**
* Remove a setup function added with `addSetup`. If there is currently a
* connection, `teardown(channel, [cb])` will be run immediately, and the
* returned Promise will not resolve until it completes.
* @param func
* @param [tearDown]
*/
removeSetup(func: SetupFunc, tearDown?: SetupFunc): Promise<void>;
/**

@@ -143,0 +152,0 @@ * @see amqplib

8

amqp-connection-manager/package.json
{
"name": "@types/amqp-connection-manager",
"version": "2.0.1",
"version": "2.0.2",
"description": "TypeScript definitions for amqp-connection-manager",

@@ -14,2 +14,3 @@ "license": "MIT",

"main": "",
"types": "index",
"repository": {

@@ -21,7 +22,6 @@ "type": "git",

"dependencies": {
"@types/amqplib": "*",
"@types/events": "*"
"@types/amqplib": "*"
},
"typesPublisherContentHash": "960c90ebf17c00194420b0bb812e3682ba999db35f5ffce4dcb779b89aae989d",
"typesPublisherContentHash": "c3df7e6df0258ef28fcca834bd952123023afb3c5354195c6924acdedd7a4980",
"typeScriptVersion": "2.8"
}

@@ -11,4 +11,4 @@ # Installation

Additional Details
* Last updated: Sat, 21 Jul 2018 02:05:50 GMT
* Dependencies: amqplib, events, tls
* Last updated: Thu, 06 Dec 2018 18:54:56 GMT
* Dependencies: @types/amqplib
* Global values: none

@@ -15,0 +15,0 @@

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