New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

amqp-as-promised

Package Overview
Dependencies
Maintainers
3
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amqp-as-promised - npm Package Compare versions

Comparing version 5.2.2 to 5.2.3

4

amqp-as-promised.d.ts

@@ -26,4 +26,4 @@ declare function amqp(conf: amqp.AmqpConfig): Promise<amqp.AmqpClient>

rpc<T>(exchange: string | Exchange, routingKey: string, msg: object | Buffer, headers?: MessageHeaders, opts?: RpcOpts): Promise<T>;
serve<T>(exchange: string | Exchange, routingKey: string, opts: SubscribeOpts, callback: ServeCallback<T>): void;
serve<T>(exchange: string | Exchange, routingKey: string, callback: ServeCallback<T>): void;
serve<T>(exchange: string | Exchange, routingKey: string, opts: SubscribeOpts, callback: ServeCallback<T>): Promise<void>;
serve<T>(exchange: string | Exchange, routingKey: string, callback: ServeCallback<T>): Promise<void>;
bind<T>(exchange: string | Exchange, topic: string, callback: SubscribeCallback<T>): Promise<void>;

@@ -30,0 +30,0 @@ bind<T>(exchange: string | Exchange, queue: string | Queue<T>, topic: string, callback: SubscribeCallback<T>): Promise<void>;

Changelog
=========
# 5.2.3 - 2020-09-28
* Bug fix: there was an error in the typescript definition for `serve()`
## 5.2.2 - 2020-07-07

@@ -5,0 +9,0 @@

{
"name": "amqp-as-promised",
"description": "A promise-based AMQP API build on node-amqp",
"version": "5.2.2",
"version": "5.2.3",
"repository": {

@@ -6,0 +6,0 @@ "type": "git",

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