Socket
Socket
Sign inDemoInstall

@types/amqplib

Package Overview
Dependencies
2
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.12 to 0.5.13

4

amqplib/callback_api.d.ts

@@ -72,3 +72,3 @@ import events = require('events');

export function connect(callback: (err: any, connection: Connection) => void): void;
export function connect(url: string, callback: (err: any, connection: Connection) => void): void;
export function connect(url: string, socketOptions: any, callback: (err: any, connection: Connection) => void): void;
export function connect(url: string | Options.Connect, callback: (err: any, connection: Connection) => void): void;
export function connect(url: string | Options.Connect, socketOptions: any, callback: (err: any, connection: Connection) => void): void;
{
"name": "@types/amqplib",
"version": "0.5.12",
"version": "0.5.13",
"description": "TypeScript definitions for amqplib",

@@ -40,4 +40,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "1c2857c9c05f03b9da95129e0f158a104a49a9b24602d910cf322a93406fcd3d",
"typesPublisherContentHash": "a990d145136fe624d41d242d7f0501180cba8eb89fd057909dea86bf5dfe5f4d",
"typeScriptVersion": "3.2"
}

@@ -5,3 +5,3 @@ # Installation

# Summary
This package contains type definitions for amqplib ( https://github.com/squaremo/amqp.node ).
This package contains type definitions for amqplib (https://github.com/squaremo/amqp.node).

@@ -12,3 +12,3 @@ # Details

Additional Details
* Last updated: Fri, 24 May 2019 21:00:57 GMT
* Last updated: Thu, 27 Jun 2019 16:28:13 GMT
* Dependencies: @types/bluebird, @types/node

@@ -18,2 +18,2 @@ * Global values: none

# Credits
These definitions were written by Michael Nahkies <https://github.com/mnahkies>, Ab Reitsma <https://github.com/abreits>, Nicolás Fantone <https://github.com/nfantone>, Nick Zelei <https://github.com/zelein>.
These definitions were written by Michael Nahkies <https://github.com/mnahkies>, Ab Reitsma <https://github.com/abreits>, Nicolás Fantone <https://github.com/nfantone>, and Nick Zelei <https://github.com/zelein>.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc