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

cqrs-domain

Package Overview
Dependencies
Maintainers
2
Versions
215
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cqrs-domain - npm Package Compare versions

Comparing version 2.14.77 to 2.14.78

6

lib/definitions/aggregate.js

@@ -752,3 +752,7 @@ var Definition = require('../definitionBase'),

debug('handle command');
command.handle(cmd, aggregateModel);
try {
command.handle(cmd, aggregateModel);
} catch (e) {
return callback(e);
}

@@ -755,0 +759,0 @@ // remove apply function

2

package.json
{
"author": "adrai",
"name": "cqrs-domain",
"version": "2.14.77",
"version": "2.14.78",
"private": false,

@@ -6,0 +6,0 @@ "main": "index.js",

@@ -0,1 +1,4 @@

## [v2.14.78](https://github.com/adrai/node-cqrs-domain/compare/v2.14.77...v2.14.78)
- catch throwing errors during command handling
## [v2.14.77](https://github.com/adrai/node-cqrs-domain/compare/v2.14.76...v2.14.77)

@@ -2,0 +5,0 @@ - Fix for validation error(s) swallowing thanks to [ssipos90](https://github.com/ssipos90)

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