@types/amqplib
Advanced tools
Comparing version 0.5.12 to 0.5.13
@@ -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>. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15754