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.5 to 1.3.6

1

lib/databases/couchdb.js

@@ -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) {

2

lib/databases/mongodb.js

@@ -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

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