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.4 to 8.0.5

2

module/src/topology/topologyManager.js

@@ -149,3 +149,3 @@ "use strict";

if (typeof eventName == "function") {
eventName = eventName(this.app);
eventName = eventName(define.definition.injector ? define.definition.injector.get("app") : this.app);
}

@@ -152,0 +152,0 @@ manager.register(eventName, options, define, propertyKey);

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

if (typeof eventName == "function") {
eventName = eventName(this.app);
eventName = eventName(define.definition.injector ? define.definition.injector.get("app") : this.app);
}

@@ -251,0 +251,0 @@

{
"name": "@appolo/bus",
"version": "8.0.4",
"version": "8.0.5",
"description": "appolo bus module",

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

@@ -42,3 +42,3 @@ "use strict";

let busProvider = app.injector.get(index_1.BusProvider);
// await busProvider.addHandlerClass(MessageHandler)
await busProvider.addHandlerClass(handler_1.MessageHandler);
let spy = sinon.spy(handler, "handle");

@@ -45,0 +45,0 @@ await publisher.publishMethod("aa");

@@ -61,3 +61,3 @@ import {createApp, App} from '@appolo/engine'

// await busProvider.addHandlerClass(MessageHandler)
await busProvider.addHandlerClass(MessageHandler)

@@ -64,0 +64,0 @@ let spy = sinon.spy(handler, "handle");

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