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.2.0 to 1.2.1

9

lib/databases/elasticsearch.js

@@ -17,3 +17,3 @@ 'use strict';

prefix: '',
ttl: 1000 * 60 * 60 * 24 * 14, // 14 days
ttl: 60 * 60 * 24 * 14, // 14 days
pingInterval: 1000

@@ -135,8 +135,3 @@ };

body: sess
}, function (err) {
if (err) {
console.log(err.stack);
}
if (callback) callback(err);
});
}, callback || function () {});
},

@@ -143,0 +138,0 @@

{
"author": "adrai",
"name": "sessionstore",
"version": "1.2.0",
"version": "1.2.1",
"private": false,

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

@@ -1,2 +0,2 @@

#### v1.2.0
#### v1.2.1
- added elasticsearch support

@@ -3,0 +3,0 @@

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