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

sessionstore

Package Overview
Dependencies
Maintainers
2
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sessionstore - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

1

lib/databases/redis.js

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

ttl: 60 * 60 * 24 * 14, // 14 days
max_attempts: 1,
retry_strategy: function (options) {

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

2

package.json
{
"author": "adrai",
"name": "sessionstore",
"version": "1.3.0",
"version": "1.3.1",
"private": false,

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

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

### [v1.3.1](https://github.com/adrai/sessionstore/compare/v1.3.0...v1.3.1)
- remove deprecated option max_attempts from redis options
### [v1.3.0](https://github.com/adrai/sessionstore/compare/v1.2.18...v1.3.0)

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

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