sessionstore
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -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; |
{ | ||
"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) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
45259
1136