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.3.0 to 5.3.1

2

amqp-as-promised.d.ts

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

export class RpcError extends Error {}
export interface AmqpConfig {

@@ -7,0 +9,0 @@ connection: {

Changelog
=========
# 5.3.1 - 2020-12-08
* Bug fix: RpcError was missing from the TypeScript declarations
# 5.3.0 - 2020-10-23

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

2

package.json
{
"name": "amqp-as-promised",
"description": "A promise-based AMQP API build on node-amqp",
"version": "5.3.0",
"version": "5.3.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