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

@golevelup/nestjs-rabbitmq

Package Overview
Dependencies
Maintainers
3
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@golevelup/nestjs-rabbitmq - npm Package Compare versions

Comparing version 1.7.2 to 1.7.3

6

CHANGELOG.md

@@ -6,2 +6,8 @@ # Change Log

## [1.7.3](https://github.com/golevelup/nestjs/compare/@golevelup/nestjs-rabbitmq@1.7.2...@golevelup/nestjs-rabbitmq@1.7.3) (2019-12-19)
### Bug Fixes
- **rabbitmq:** add missing queue options ([0f37fb6](https://github.com/golevelup/nestjs/commit/0f37fb6))
## [1.7.2](https://github.com/golevelup/nestjs/compare/@golevelup/nestjs-rabbitmq@1.7.1...@golevelup/nestjs-rabbitmq@1.7.2) (2019-12-18)

@@ -8,0 +14,0 @@

@@ -20,2 +20,10 @@ import * as amqplib from 'amqplib';

exclusive?: boolean;
autoDelete?: boolean;
arguments?: any;
messageTtl?: number;
expires?: number;
deadLetterExchange?: string;
deadLetterRoutingKey?: string;
maxLength?: number;
maxPriority?: number;
}

@@ -22,0 +30,0 @@ export declare enum MessageHandlerErrorBehavior {

4

package.json
{
"name": "@golevelup/nestjs-rabbitmq",
"version": "1.7.2",
"version": "1.7.3",
"description": "Badass RabbitMQ addons for NestJS",

@@ -62,3 +62,3 @@ "author": "Jesse Carter <jesse.r.carter@gmail.com>",

},
"gitHead": "bd4e4c27ba0b4be6e4e199111913297ac410f18c"
"gitHead": "a0b57c1dd425df5667bd75f7073ad2994159b04c"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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