New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

express-mongoose-store

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-mongoose-store - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

0

index.js

@@ -0,0 +0,0 @@ 'use strict';

9

package.json
{
"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

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