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

@appolo/bus

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@appolo/bus - npm Package Compare versions

Comparing version 8.0.11 to 8.0.12

3

module/src/topology/topologyManager.js

@@ -110,5 +110,6 @@ "use strict";

queue: handler.queue,
keys: [handler.eventName]
keys: [handler.routingKey || handler.eventName]
});
});
bindings = utils_1.Arrays.uniqBy(bindings, handler => handler.exchange + handler.queue + handler.keys.join());
return bindings;

@@ -115,0 +116,0 @@ }

@@ -18,3 +18,3 @@ import {define, inject, singleton, Util, Define} from "@appolo/inject";

import {HandlerSymbol, ReplySymbol, RequestSymbol} from "../common/decorators";
import {Reflector, Strings} from "@appolo/utils";
import {Reflector, Strings, Arrays} from "@appolo/utils";

@@ -179,6 +179,8 @@ @define()

queue: handler.queue,
keys: [handler.eventName]
keys: [handler.routingKey || handler.eventName]
})
});
bindings = Arrays.uniqBy(bindings, handler => handler.exchange + handler.queue + handler.keys.join());
return bindings;

@@ -185,0 +187,0 @@ }

{
"name": "@appolo/bus",
"version": "8.0.11",
"version": "8.0.12",
"description": "appolo bus module",

@@ -5,0 +5,0 @@ "publishConfig": {

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