Socket
Socket
Sign inDemoInstall

@nestjs/cqrs

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nestjs/cqrs - npm Package Compare versions

Comparing version 7.0.0 to 7.0.1

2

dist/aggregate-root.d.ts

@@ -15,5 +15,5 @@ import { IEvent } from './interfaces';

apply<T extends EventBase = EventBase>(event: T, isFromHistory?: boolean): void;
private getEventHandler;
protected getEventHandler<T extends EventBase = EventBase>(event: T): Function | undefined;
protected getEventName(event: any): string;
}
export {};
{
"name": "@nestjs/cqrs",
"version": "7.0.0",
"version": "7.0.1",
"description": "A lightweight CQRS module for Nest framework (node.js)",

@@ -20,22 +20,22 @@ "license": "MIT",

"devDependencies": {
"@commitlint/cli": "8.3.5",
"@commitlint/config-angular": "8.3.4",
"@nestjs/common": "7.0.11",
"@nestjs/core": "7.0.11",
"@commitlint/cli": "9.1.2",
"@commitlint/config-angular": "9.1.2",
"@nestjs/common": "7.4.2",
"@nestjs/core": "7.4.2",
"@types/node": "11.15.2",
"@types/jest": "25.2.2",
"@typescript-eslint/eslint-plugin": "2.33.0",
"@typescript-eslint/parser": "2.33.0",
"eslint": "7.0.0",
"@types/jest": "26.0.10",
"@typescript-eslint/eslint-plugin": "3.9.1",
"@typescript-eslint/parser": "3.9.1",
"eslint": "7.7.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-import": "2.20.2",
"eslint-plugin-import": "2.22.0",
"husky": "4.2.5",
"jest": "26.0.1",
"lint-staged": "10.2.2",
"jest": "26.4.0",
"lint-staged": "10.2.11",
"prettier": "2.0.5",
"reflect-metadata": "0.1.13",
"release-it": "13.5.8",
"rxjs": "6.5.5",
"ts-jest": "25.5.1",
"typescript": "3.9.2"
"release-it": "13.6.8",
"rxjs": "6.6.2",
"ts-jest": "26.2.0",
"typescript": "3.9.7"
},

@@ -42,0 +42,0 @@ "peerDependencies": {

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