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
0
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.6.2 to 5.7.0

1

amqp-as-promised.d.ts

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

}
publisherConfirm?: boolean
logLevel?: 'error' | 'warn' | 'info' | 'debug' | 'trace'

@@ -21,0 +22,0 @@ }

3

package.json
{
"name": "amqp-as-promised",
"description": "A promise-based AMQP API build on node-amqp",
"version": "5.6.2",
"version": "5.7.0",
"repository": {

@@ -38,3 +38,2 @@ "type": "git",

"devDependencies": {
"@ttab/coffeescript-style": "^0.2.2",
"chai": "^4",

@@ -41,0 +40,0 @@ "chai-as-promised": "^7.0.0",

@@ -91,2 +91,11 @@ AMQP as Promised

### `publisherConfirm`
*Since 5.7.0*
* `publisherConfirm`: boolean that enables or disables the RabbitMQ
[Publisher Confirms](https://www.rabbitmq.com/docs/confirms) extension.
Default: false.
### `logLevel`

@@ -121,2 +130,3 @@

},
"publisherConfirm": true,
"logLevel": "warn",

@@ -415,1 +425,2 @@ "rpc": {

```
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