Socket
Socket
Sign inDemoInstall

@types/amqplib

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/amqplib - npm Package Compare versions

Comparing version 0.5.17 to 0.8.0

6

amqplib/callback_api.d.ts

@@ -61,2 +61,8 @@ import events = require('events');

export const credentials: {
amqplain(username: string, password: string): {
mechanism: string;
response(): Buffer;
username: string;
password: string;
};
external(): {

@@ -63,0 +69,0 @@ mechanism: string;

9

amqplib/index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for amqplib 0.5
// Type definitions for amqplib 0.8
// Project: https://github.com/squaremo/amqp.node, http://squaremo.github.io/amqp.node

@@ -8,2 +8,3 @@ // Definitions by: Michael Nahkies <https://github.com/mnahkies>,

// Vincenzo Chianese <https://github.com/XVincentX>
// Seonggwon Yoon <https://github.com/seonggwonyoon>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -75,2 +76,8 @@ // TypeScript Version: 3.2

export const credentials: {
amqplain(username: string, password: string): {
mechanism: string;
response(): Buffer;
username: string;
password: string;
};
external(): {

@@ -77,0 +84,0 @@ mechanism: string;

12

amqplib/package.json
{
"name": "@types/amqplib",
"version": "0.5.17",
"version": "0.8.0",
"description": "TypeScript definitions for amqplib",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/amqplib",
"license": "MIT",

@@ -31,2 +32,7 @@ "contributors": [

"githubUsername": "XVincentX"
},
{
"name": "Seonggwon Yoon",
"url": "https://github.com/seonggwonyoon",
"githubUsername": "seonggwonyoon"
}

@@ -46,4 +52,4 @@ ],

},
"typesPublisherContentHash": "d10fb97e6754098d7a9147afd4d03f96477fc006dc9d5fa4a6d3f04b316ef8ef",
"typeScriptVersion": "3.3"
"typesPublisherContentHash": "d34798fa9dde9d6f504964dfce906a7d4c1fc4a64dbfc8d4a0998f8180ed3637",
"typeScriptVersion": "3.6"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Sun, 27 Dec 2020 01:46:50 GMT
* Last updated: Sat, 05 Jun 2021 01:01:25 GMT
* Dependencies: [@types/bluebird](https://npmjs.com/package/@types/bluebird), [@types/node](https://npmjs.com/package/@types/node)

@@ -17,2 +17,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/nickzelei), and [Vincenzo Chianese](https://github.com/XVincentX).
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/nickzelei), [Vincenzo Chianese](https://github.com/XVincentX), and [Seonggwon Yoon](https://github.com/seonggwonyoon).
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