express-mongoose-store
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -0,0 +0,0 @@ 'use strict'; |
{ | ||
"name": "express-mongoose-store", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "Session store for people who want to use MongoDB sessions, and already have a MongooseJS connection for their backend.", | ||
@@ -13,2 +13,3 @@ "main": "./index.js", | ||
}, | ||
"license": "MIT", | ||
"keywords": [ | ||
@@ -28,3 +29,4 @@ "mongoosejs", | ||
"dependencies": { | ||
"debug": "*" | ||
"debug": "*", | ||
"node-cache": "^4.1.0" | ||
}, | ||
@@ -38,5 +40,4 @@ "scripts": { | ||
"express-session": "^1.0.4", | ||
"mongoose": "^3.8.9", | ||
"node-cache": "^4.1.0" | ||
"mongoose": "^3.8.9" | ||
} | ||
} |
@@ -16,2 +16,3 @@ ##Express Mongoose Store | ||
```ttl``` - how long a session should last from last page view. Defaults to 1 day. | ||
```cache_ttl``` - how long a session will be cached in memory | ||
@@ -71,2 +72,6 @@ ###Usage | ||
#####v1.0.6 - Add memory caching to limit number of database queries | ||
#####v1.0.5 - Fix for destroy callback | ||
#####v1.0.4 - Bug fix | ||
@@ -76,2 +81,2 @@ | ||
#####v1.0.2 - Configurable Model Name for Session via @rubenstolk | ||
#####v1.0.2 - Configurable Model Name for Session via @rubenstolk |
@@ -0,0 +0,0 @@ var chai = require('chai') |
Sorry, the diff of this file is not supported yet
4
80
9904
2
+ Addednode-cache@^4.1.0
+ Addedclone@2.1.2(transitive)
+ Addedlodash@4.17.21(transitive)
+ Addednode-cache@4.2.1(transitive)