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.1.0 to 1.2.0

lib/databases/elasticsearch.js

5

lib/databases/memcached.js

@@ -113,7 +113,2 @@ 'use strict';

length: function (callback) {
// memjs doesn't have this function
if (callback) callback(null);
},
clear: function (callback) {

@@ -120,0 +115,0 @@ this.client.flush(callback || function() {});

7

package.json
{
"author": "adrai",
"name": "sessionstore",
"version": "1.1.0",
"version": "1.2.0",
"private": false,

@@ -14,5 +14,5 @@ "main": "index.js",

"dependencies": {
"async": "1.2.1",
"async": "1.3.0",
"jsondate": "0.0.1",
"lodash": "3.9.3",
"lodash": "3.10.0",
"tolerance": "1.0.0"

@@ -22,2 +22,3 @@ },

"cradle": ">=0.2.7",
"elasticsearch": "^5.0.0",
"expect.js": ">= 0.1.2",

@@ -24,0 +25,0 @@ "express": ">= 2.5.0",

@@ -144,2 +144,3 @@ # Introduction

6. memcached ([memjs] (https://github.com/alevy/memjs))
7. elasticsearch ([elasticsearch] (https://github.com/elastic/elasticsearch-js))

@@ -146,0 +147,0 @@

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

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

@@ -2,0 +5,0 @@ - session expiration comes from cookie now

Sorry, the diff of this file is not supported yet

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