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.15 to 1.6.16

2

lib/definitions/saga.js

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

if (!doHandle) {
return callb(null, null);
return callb(null, sagaModel);
}

@@ -353,0 +353,0 @@

{
"author": "adrai",
"name": "cqrs-saga",
"version": "1.6.15",
"version": "1.6.16",
"private": false,

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

"dependencies": {
"async": "1.4.2",
"async": "1.5.2",
"debug": "2.2.0",

@@ -17,0 +17,0 @@ "dotty": "0.0.2",

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

## [v1.6.16](https://github.com/adrai/node-cqrs-saga/compare/v1.6.15...v1.6.16)
- fix defineShouldHandle
## [v1.6.15](https://github.com/adrai/node-cqrs-saga/compare/v1.6.14...v1.6.15)

@@ -2,0 +5,0 @@ - revisionGuard fix

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