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.19 to 1.6.20

2

lib/revisionGuardStore/databases/mongodb.js

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

console.error(err.stack || err);
self.db.close(function () {});
self.disconnect();
}

@@ -125,0 +125,0 @@ });

@@ -126,5 +126,3 @@ 'use strict';

console.error((new Error ('Heartbeat timeouted after ' + gracePeriod + 'ms (redis)')).stack);
if (self.client) {
self.client.end(true);
}
self.disconnect();
}

@@ -131,0 +129,0 @@ }, gracePeriod);

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

console.error(err.stack || err);
self.db.close(function () {});
self.disconnect();
}

@@ -127,0 +127,0 @@ });

@@ -127,5 +127,3 @@ 'use strict';

console.error((new Error ('Heartbeat timeouted after ' + gracePeriod + 'ms (redis)')).stack);
if (self.client) {
self.client.end(true);
}
self.disconnect();
}

@@ -132,0 +130,0 @@ }, gracePeriod);

{
"author": "adrai",
"name": "cqrs-saga",
"version": "1.6.19",
"version": "1.6.20",
"private": false,

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

"jsondate": "0.0.1",
"lodash": "3.10.1",
"lodash": "4.11.1",
"node-uuid": "1.4.7",

@@ -21,0 +21,0 @@ "parent-require": "1.0.0",

@@ -1,2 +0,5 @@

## [v1.6.18](https://github.com/adrai/node-cqrs-saga/compare/v1.6.17...v1.6.19)
## [v1.6.20](https://github.com/adrai/node-cqrs-saga/compare/v1.6.19...v1.6.20)
- redis, mongodb: call disconnect on ping error
## [v1.6.19](https://github.com/adrai/node-cqrs-saga/compare/v1.6.17...v1.6.19)
- revisionGuard: optional startRevisionNumber

@@ -3,0 +6,0 @@

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