New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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

to
1.10.2

1

lib/revisionGuardStore/databases/redis.js

@@ -17,3 +17,2 @@ var util = require('util'),

prefix: 'readmodel_revision',
max_attempts: 1,
retry_strategy: function (options) {

@@ -20,0 +19,0 @@ return undefined;

@@ -18,3 +18,2 @@ var util = require('util'),

prefix: 'saga',
max_attempts: 1,
retry_strategy: function (options) {

@@ -21,0 +20,0 @@ return undefined;

2

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

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

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

## [v1.10.2](https://github.com/adrai/node-cqrs-saga/compare/v1.10.1...v1.10.2)
- remove deprecated option max_attempts from redis options
## [v1.10.1](https://github.com/adrai/node-cqrs-saga/compare/v1.9.1...v1.10.1)

@@ -2,0 +5,0 @@ - compatibility with new mongodb version (3.x)