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 6.0.1 to 6.1.0

2

dist/aggregate-root.d.ts

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

private getEventHandler;
private getEventName;
protected getEventName(event: any): string;
}
export {};
{
"name": "@nestjs/cqrs",
"version": "6.0.1",
"version": "6.1.0",
"description": "A lightweight CQRS module for Nest framework (node.js)",

@@ -15,12 +15,12 @@ "license": "MIT",

"devDependencies": {
"@nestjs/common": "6.5.2",
"@types/node": "11.13.18",
"@types/jest": "24.0.15",
"@nestjs/common": "6.8.5",
"@types/node": "11.15.0",
"@types/jest": "24.0.20",
"husky": "1.3.1",
"jest": "24.8.0",
"lint-staged": "9.2.0",
"jest": "24.9.0",
"lint-staged": "9.4.2",
"prettier": "1.18.2",
"rxjs": "6.5.2",
"ts-jest": "24.0.2",
"typescript": "3.5.3"
"rxjs": "6.5.3",
"ts-jest": "24.1.0",
"typescript": "3.6.4"
},

@@ -27,0 +27,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