Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eventstore

Package Overview
Dependencies
Maintainers
2
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eventstore - npm Package Compare versions

Comparing version 1.13.2 to 1.13.3

1

lib/databases/redis.js

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

snapshotsCollectionName: 'snapshots',
max_attempts: 1,
retry_strategy: function (options) {

@@ -24,0 +23,0 @@ return undefined;

2

package.json
{
"author": "adrai",
"name": "eventstore",
"version": "1.13.2",
"version": "1.13.3",
"contributors": [

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

@@ -216,3 +216,3 @@ # Introduction

ex.init(); // callback is optional
es.init(); // callback is optional

@@ -219,0 +219,0 @@

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

#### [v1.13.3](https://github.com/adrai/node-eventstore/compare/v1.13.2...v1.13.3)
- remove deprecated option max_attempts from redis options
#### [v1.13.2](https://github.com/adrai/node-eventstore/compare/v1.13.0...v1.13.2)

@@ -2,0 +5,0 @@ - Fix concurrency issue in createTableIfNotExists (DynamoDB) [#118](https://github.com/adrai/node-eventstore/pull/118) thanks to [DannyRyman](https://github.com/DannyRyman)

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