Socket
Socket
Sign inDemoInstall

@ivfuture/ecomm-event-bus-local

Package Overview
Dependencies
1
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.0 to 1.3.1-cibo.0

2

dist/index.d.ts
import { ModuleExports } from "@ivfuture/ecomm-modules-sdk";
import LocalEventBus from "./services/event-bus-local";
export declare const service: typeof LocalEventBus;
export declare const loaders: (({ logger }: import("@ivfuture/ecomm-modules-sdk").LoaderOptions) => Promise<void>)[];
export declare const loaders: (({ logger }: import("@ivfuture/ecomm-modules-sdk").LoaderOptions<Record<string, unknown>>) => Promise<void>)[];
declare const moduleDefinition: ModuleExports;
export default moduleDefinition;
export * from "./initialize";

@@ -16,6 +16,3 @@ "use strict";

const serviceKey = ecomm_modules_sdk_1.Modules.EVENT_BUS;
const loaded = yield ecomm_modules_sdk_1.MedusaModule.bootstrap({
moduleKey: serviceKey,
defaultPath: "@ivfuture/ecomm-event-bus-local",
});
const loaded = yield ecomm_modules_sdk_1.MedusaModule.bootstrap(serviceKey, "@ivfuture/ecomm-event-bus-local");
return loaded[serviceKey];

@@ -22,0 +19,0 @@ });

@@ -6,3 +6,3 @@ /// <reference types="node" />

import { EventEmitter } from "events";
type InjectedDependencies = {
declare type InjectedDependencies = {
logger: Logger;

@@ -9,0 +9,0 @@ };

{
"name": "@ivfuture/ecomm-event-bus-local",
"version": "1.3.0",
"version": "1.3.1-cibo.0",
"description": "Local Event Bus Module for Medusa",

@@ -20,13 +20,12 @@ "main": "dist/index.js",

"devDependencies": {
"@ivfuture/ecomm-types": "^1.3.0",
"@ivfuture/ecomm-types": "1.2.1-cibo.0",
"cross-env": "^5.2.1",
"jest": "^29.6.3",
"rimraf": "^5.0.1",
"ts-jest": "^29.1.1",
"typescript": "^5.1.6"
"jest": "^25.5.2",
"ts-jest": "^25.5.1",
"typescript": "^4.4.4"
},
"scripts": {
"watch": "tsc --build --watch",
"prepublishOnly": "cross-env NODE_ENV=production tsc --build",
"build": "rimraf dist && tsc --build",
"build:prod": "cross-env NODE_ENV=production yarn run build",
"build": "tsc --build",
"test": "jest --passWithNoTests",

@@ -36,7 +35,7 @@ "clean": "rm -rf dist"

"dependencies": {
"@ivfuture/ecomm-modules-sdk": "^1.2.0",
"@ivfuture/ecomm-utils": "^1.3.0",
"@ivfuture/ecomm-modules-sdk": "1.2.1-cibo.0",
"@ivfuture/ecomm-utils": "1.3.1-cibo.0",
"ulid": "^2.3.0"
},
"gitHead": "822cee006eeb1a8226075ab5e2aaf1eba7e68568"
"gitHead": "5f31a93d531fff9a2edd57520e3f988825f8cac8"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc