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

@medusajs/types

Package Overview
Dependencies
Maintainers
2
Versions
3504
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@medusajs/types - npm Package Compare versions

Comparing version

to
1.8.3-next-20230420102356

3

dist/event-bus/event-bus-module.d.ts

@@ -1,3 +0,4 @@

import { EmitData, Subscriber, SubscriberContext } from "./common";
import { EmitData, Subscriber, SubscriberContext, SubscriberDescriptor } from "./common";
export interface IEventBusModuleService {
retrieveSubscribers(event: string | symbol): SubscriberDescriptor[] | undefined;
emit<T>(eventName: string, data: T, options: Record<string, unknown>): Promise<void>;

@@ -4,0 +5,0 @@ emit<T>(data: EmitData<T>[]): Promise<void>;

{
"name": "@medusajs/types",
"version": "1.8.2",
"version": "1.8.3-next-20230420102356",
"description": "Medusa Types definition",

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