Socket
Socket
Sign inDemoInstall

@nestjs/cqrs

Package Overview
Dependencies
209
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 10.2.4 to 10.2.5

4

dist/aggregate-root.d.ts

@@ -61,3 +61,3 @@ import { Type } from '@nestjs/common';

*/
apply<T extends EventBase = EventBase>(event: T, isFromHistory: boolean): void;
apply<T extends EventBase = EventBase>(event: T, isFromHistory?: boolean): void;
/**

@@ -73,3 +73,3 @@ * Applies an event.

*/
apply<T extends EventBase = EventBase>(event: T, options: {
apply<T extends EventBase = EventBase>(event: T, options?: {
fromHistory?: boolean;

@@ -76,0 +76,0 @@ skipHandler?: boolean;

{
"name": "@nestjs/cqrs",
"version": "10.2.4",
"version": "10.2.5",
"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