Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@golevelup/nestjs-rabbitmq

Package Overview
Dependencies
Maintainers
3
Versions
58
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.14.0 to 1.14.1

4

CHANGELOG.md

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

## [1.14.1](https://github.com/golevelup/nestjs/compare/@golevelup/nestjs-rabbitmq@1.14.0...@golevelup/nestjs-rabbitmq@1.14.1) (2020-04-04)
**Note:** Version bump only for package @golevelup/nestjs-rabbitmq
# [1.14.0](https://github.com/golevelup/nestjs/compare/@golevelup/nestjs-rabbitmq@1.13.0...@golevelup/nestjs-rabbitmq@1.14.0) (2020-03-28)

@@ -8,0 +12,0 @@

2

lib/rabbitmq.decorators.d.ts
import { RabbitHandlerConfig } from './rabbitmq.interfaces';
export declare const makeRabbitDecorator: <T extends Partial<RabbitHandlerConfig>>(input: T) => (config: Pick<RabbitHandlerConfig, Exclude<"type", keyof T> | Exclude<"exchange", keyof T> | Exclude<"routingKey", keyof T> | Exclude<"queue", keyof T> | Exclude<"queueOptions", keyof T> | Exclude<"errorBehavior", keyof T>>) => (target: any, key: any, descriptor: any) => any;
export declare const makeRabbitDecorator: <T extends Partial<RabbitHandlerConfig>>(input: T) => (config: Pick<RabbitHandlerConfig, Exclude<"exchange", keyof T> | Exclude<"routingKey", keyof T> | Exclude<"queue", keyof T> | Exclude<"type", keyof T> | Exclude<"queueOptions", keyof T> | Exclude<"errorBehavior", keyof T>>) => (target: any, key: any, descriptor: any) => any;
export declare const RabbitHandler: (config: RabbitHandlerConfig) => (target: any, key: any, descriptor: any) => any;

@@ -4,0 +4,0 @@ export declare const RabbitSubscribe: (config: Pick<RabbitHandlerConfig, "exchange" | "routingKey" | "queue" | "queueOptions" | "errorBehavior">) => (target: any, key: any, descriptor: any) => any;

{
"name": "@golevelup/nestjs-rabbitmq",
"version": "1.14.0",
"version": "1.14.1",
"description": "Badass RabbitMQ addons for NestJS",

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

"dependencies": {
"@golevelup/nestjs-common": "^1.4.0",
"@golevelup/nestjs-common": "^1.4.1",
"@golevelup/nestjs-discovery": "^2.3.0",

@@ -67,3 +67,3 @@ "@golevelup/nestjs-modules": "^0.4.0",

},
"gitHead": "a92c6c89c203143b6da4c55a1815be5b7a1a5b5d"
"gitHead": "4adc481154427ff6396d845b6afb1accd2bb03d4"
}
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