You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
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

to
1.11.11

1

lib/definitions/saga.js

@@ -185,3 +185,2 @@ var Definition = require('../definitionBase'),

this.shouldHandleEvent(evt, function (err, doHandle) {
console.log('doHandle', doHandle);
if (err) {

@@ -188,0 +187,0 @@ return callback(err);

2

package.json
{
"author": "adrai",
"name": "cqrs-saga",
"version": "1.11.1",
"version": "1.11.11",
"private": false,

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

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

## [v1.11.11](https://github.com/adrai/node-cqrs-saga/compare/v1.11.1...v1.11.11)
- remove debug forgotten console messages
## [v1.11.1](https://github.com/adrai/node-cqrs-saga/compare/v1.11.0...v1.11.1)

@@ -2,0 +5,0 @@ - replace deprecated mongo methods ( ensureIndex, insert, remove, update )