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
2
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.0 to 5.2.1

3

amqp-as-promised.d.ts

@@ -20,3 +20,2 @@ declare function amqp(conf: amqp.AmqpConfig): Promise<amqp.AmqpClient>

export interface AmqpClient {
on(event: 'error', callback: (err: Error) => void): void;

@@ -30,2 +29,4 @@ exchange(name: string, opts?: ExchangeOpts): Promise<Exchange>;

serve<T>(exchange: string, routingKey: string, callback: ServeCallback<T>): void;
bind<T>(exchange: string, topic: string, callback: SubscribeCallback<T>): Promise<void>;
bind<T>(exchange: string, queue: string, topic: string, callback: SubscribeCallback<T>): Promise<void>;
shutdown(): Promise<void>;

@@ -32,0 +33,0 @@ }

{
"name": "amqp-as-promised",
"description": "A promise-based AMQP API build on node-amqp",
"version": "5.2.0",
"version": "5.2.1",
"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