Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@medusajs/types

Package Overview
Dependencies
Maintainers
2
Versions
2866
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 1.8.2 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",

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