New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ivfuture/ecomm-event-bus-local

Package Overview
Dependencies
Maintainers
1
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ivfuture/ecomm-event-bus-local - npm Package Compare versions

Comparing version 1.2.3-marketplace to 1.2.4-cibo.0

LICENSE

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.2.3-marketplace",
"version": "1.2.4-cibo.0",
"description": "Local Event Bus Module for Medusa",

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

"devDependencies": {
"@ivfuture/ecomm-types": "1.0.1-marketplace",
"@ivfuture/ecomm-types": "1.1.2-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,6 +35,7 @@ "clean": "rm -rf dist"

"dependencies": {
"@ivfuture/ecomm-modules-sdk": "^1.1.3-marketplace",
"@ivfuture/ecomm-utils": "^1.2.3-marketplace",
"@ivfuture/ecomm-modules-sdk": "1.1.4-cibo.0",
"@ivfuture/ecomm-utils": "1.2.3-cibo.0",
"ulid": "^2.3.0"
}
},
"gitHead": "57764f52c49c8821ee40d2f28a3ba23aaa015640"
}

Sorry, the diff of this file is not supported yet

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