sessionstore
Advanced tools
Comparing version 1.3.5 to 1.3.6
@@ -129,2 +129,3 @@ var util = require('util'), | ||
} | ||
if (this.options.ignoreConcurrency) delete sess._rev; | ||
this.db.save(hash, sess._rev, sess, function(err) { | ||
@@ -131,0 +132,0 @@ if (err && err.error === 'conflict' && err.reason.indexOf('update conflict') >= 0) { |
@@ -96,3 +96,2 @@ var util = require('util'), | ||
if (err) { | ||
debug(err); | ||
if (callback) callback(err); | ||
@@ -112,3 +111,2 @@ return; | ||
if (err) { | ||
debug(err); | ||
if (callback) callback(err); | ||
@@ -115,0 +113,0 @@ return; |
{ | ||
"author": "adrai", | ||
"name": "sessionstore", | ||
"version": "1.3.5", | ||
"version": "1.3.6", | ||
"private": false, | ||
@@ -6,0 +6,0 @@ "main": "index.js", |
@@ -0,1 +1,4 @@ | ||
### [v1.3.6](https://github.com/adrai/sessionstore/compare/v1.3.5...v1.3.6) | ||
- mongodb: remove unwanted debug call | ||
### [v1.3.5](https://github.com/adrai/sessionstore/compare/v1.3.4...v1.3.5) | ||
@@ -2,0 +5,0 @@ - mongodb: add ignoreConcurrency flag |
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
46310
1139