Socket
Socket
Sign inDemoInstall

@nestjs/cqrs

Package Overview
Dependencies
1
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 10.2.0 to 10.2.1

4

dist/interfaces/events/event-publisher.interface.d.ts

@@ -8,3 +8,3 @@ import { IEvent } from './event.interface';

*/
publish<TEvent extends EventBase, TContext = unknown>(event: TEvent, context?: TContext): any;
publish<TEvent extends EventBase>(event: TEvent, context?: unknown): any;
/**

@@ -15,3 +15,3 @@ * Publishes multiple events.

*/
publishAll?<TEvent extends EventBase, TContext = unknown>(events: TEvent[], context?: TContext): any;
publishAll?<TEvent extends EventBase>(events: TEvent[], context?: unknown): any;
}
{
"name": "@nestjs/cqrs",
"version": "10.2.0",
"version": "10.2.1",
"description": "A lightweight CQRS module for Nest framework (node.js)",

@@ -5,0 +5,0 @@ "license": "MIT",

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