Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sessionstore

Package Overview
Dependencies
Maintainers
1
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 0.2.5 to 0.2.6

lib/databases/couchdb.js

3

lib/sessionstore.js

@@ -7,2 +7,5 @@ function getSpecificStore(options) {

} else {
options.type = options.type.toLowerCase();
var dbPath = __dirname + "/databases/" + options.type + ".js";

@@ -9,0 +12,0 @@

2

package.json
{
"author": "adrai",
"name": "sessionstore",
"version": "0.2.5",
"version": "0.2.6",
"private": false,

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

@@ -60,10 +60,10 @@ # Introduction

1. inMemory
2. mongoDb ([node-mongodb-native] (https://github.com/mongodb/node-mongodb-native))
3. nStore ([nstore] (https://github.com/creationix/nstore))
4. couchDb ([cradle] (https://github.com/cloudhead/cradle))
5. tingoDb ([tingodb] (https://github.com/sergeyksv/tingodb))
2. mongodb ([node-mongodb-native] (https://github.com/mongodb/node-mongodb-native))
3. nstore ([nstore] (https://github.com/creationix/nstore))
4. couchdb ([cradle] (https://github.com/cloudhead/cradle))
5. tingodb ([tingodb] (https://github.com/sergeyksv/tingodb))
# License
Copyright (c) 2013 Adriano Raiano
Copyright (c) 2014 Adriano Raiano

@@ -70,0 +70,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy

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