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

cqrs-saga

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cqrs-saga - npm Package Compare versions

Comparing version 1.6.4 to 1.6.5

.editorconfig

4

lib/eventDispatcher.js

@@ -112,3 +112,3 @@ 'use strict';

}
if (sagaModel) {

@@ -118,3 +118,3 @@ sagaModels.push(sagaModel);

callback(null);
})
});
}, function () {

@@ -121,0 +121,0 @@ if (errs.length === 0) {

@@ -364,3 +364,8 @@ 'use strict';

if (callback) {
callback(errs, cmds, sagaModels);
try {
callback(errs, cmds, sagaModels);
} catch (e) {
debug(e);
console.log(e.stack);
}
}

@@ -367,0 +372,0 @@ });

{
"author": "adrai",
"name": "cqrs-saga",
"version": "1.6.4",
"version": "1.6.5",
"private": false,

@@ -14,7 +14,7 @@ "main": "index.js",

"dependencies": {
"async": "1.2.1",
"async": "1.3.0",
"debug": "2.2.0",
"dotty": "0.0.2",
"jsondate": "0.0.1",
"lodash": "3.9.3",
"lodash": "3.10.0",
"node-uuid": "1.4.3",

@@ -21,0 +21,0 @@ "tolerance": "1.0.0",

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

## [v1.6.5](https://github.com/adrai/node-cqrs-saga/compare/v1.6.4...v1.6.5)
- catch throwing errors when calling callback
## [v1.6.4](https://github.com/adrai/node-cqrs-saga/compare/v1.6.3...v1.6.4)

@@ -2,0 +5,0 @@ - expose warnings during initialization

Sorry, the diff of this file is not supported yet

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