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.16 to 0.5.17

16

amqplib/callback_api.d.ts

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

createConfirmChannel(callback: (err: any, confirmChannel: ConfirmChannel) => void): void;
serverProperties: ServerProperties;
connection: {
serverProperties: ServerProperties;
};
}

@@ -61,10 +63,10 @@

external(): {
mechanism: string;
response(): Buffer;
mechanism: string;
response(): Buffer;
};
plain(username: string, password: string): {
mechanism: string;
response(): Buffer;
username: string;
password: string;
mechanism: string;
response(): Buffer;
username: string;
password: string;
};

@@ -71,0 +73,0 @@ };

@@ -22,3 +22,5 @@ // Type definitions for amqplib 0.5

createConfirmChannel(): Promise<ConfirmChannel>;
serverProperties: ServerProperties;
connection: {
serverProperties: ServerProperties;
};
}

@@ -74,10 +76,10 @@

external(): {
mechanism: string;
response(): Buffer;
mechanism: string;
response(): Buffer;
};
plain(username: string, password: string): {
mechanism: string;
response(): Buffer;
username: string;
password: string;
mechanism: string;
response(): Buffer;
username: string;
password: string;
};

@@ -84,0 +86,0 @@ };

{
"name": "@types/amqplib",
"version": "0.5.16",
"version": "0.5.17",
"description": "TypeScript definitions for amqplib",

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

},
"typesPublisherContentHash": "3686542d1061e04c2afb4736fa425cd696e4a39e8e981c206b4460eff34d11d2",
"typeScriptVersion": "3.2"
"typesPublisherContentHash": "d10fb97e6754098d7a9147afd4d03f96477fc006dc9d5fa4a6d3f04b316ef8ef",
"typeScriptVersion": "3.3"
}

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

### Additional Details
* Last updated: Thu, 05 Nov 2020 18:15:51 GMT
* Last updated: Sun, 27 Dec 2020 01:46:50 GMT
* Dependencies: [@types/bluebird](https://npmjs.com/package/@types/bluebird), [@types/node](https://npmjs.com/package/@types/node)

@@ -14,0 +14,0 @@ * Global values: none

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