Socket
Socket
Sign inDemoInstall

eventstore

Package Overview
Dependencies
12
Maintainers
2
Versions
93
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.7.3 to 1.7.4

2

lib/databases/mongodb.js

@@ -95,2 +95,4 @@ 'use strict';

function (err) { if (err) { debug(err); } });
self.events.ensureIndex({ commitStamp: 1, streamRevision: 1, commitSequence: 1 },
function (err) { if (err) { debug(err); } });

@@ -97,0 +99,0 @@ self.snapshots = self.db.collection(options.snapshotsCollectionName);

2

package.json
{
"author": "adrai",
"name": "eventstore",
"version": "1.7.3",
"version": "1.7.4",
"contributors": [

@@ -6,0 +6,0 @@ {

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

#### [v1.7.4](https://github.com/adrai/node-eventstore/compare/v1.7.3...v1.7.4)
- MongoDb: Add index used when querying for all events for an aggregate type [#64](https://github.com/adrai/node-eventstore/pull/65) thanks to [HCanber](https://github.com/HCanber)
#### [v1.7.3](https://github.com/adrai/node-eventstore/compare/v1.7.2...v1.7.3)

@@ -6,3 +9,3 @@ - redis: added optional heartbeat

- update azure dependencies
- Adding getLastEvent support in azure table provider [#64](https://github.com/adrai/node-eventstore/pull/64) thanks to [rehia](https://github.com/sbiaudet)
- Adding getLastEvent support in azure table provider [#64](https://github.com/adrai/node-eventstore/pull/64) thanks to [sbiaudet](https://github.com/sbiaudet)

@@ -9,0 +12,0 @@ #### [v1.7.1](https://github.com/adrai/node-eventstore/compare/v1.7.0...v1.7.1)

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc