🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →

@codefresh-io/eventbus

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codefresh-io/eventbus - npm Package Compare versions

Comparing version

to
0.0.15

@@ -49,3 +49,3 @@ 'use strict';

init(options = {}) {
this.microServiceName = options.microServiceName || `eventBus_client_${uuid()}`;
this.microServiceName = options.microServiceName || options.serviceName || `eventBus_client_${uuid()}`;

@@ -104,3 +104,3 @@ this.bus = new Bus(this.microServiceName, options.bus);

await this.readyPromise;
await this.bus.subscribe(eventName, handler);
return await this.bus.subscribe(eventName, handler);
}

@@ -107,0 +107,0 @@

{
"name": "@codefresh-io/eventbus",
"version": "0.0.14",
"version": "0.0.15",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",