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

memorystore

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

memorystore - npm Package Compare versions

Comparing version 1.6.6 to 1.6.7

2

lib/memorystore.js

@@ -271,3 +271,3 @@ /*!

prune(self.store) // iterates over the entire cache proactively pruning old entries
}, Math.floor(ms))
}, Math.floor(ms)).unref()
}

@@ -274,0 +274,0 @@ }

{
"name": "memorystore",
"version": "1.6.6",
"version": "1.6.7",
"description": "express-session full featured MemoryStore layer without leaks!",

@@ -37,3 +37,3 @@ "main": "index.js",

"devDependencies": {
"mocha": "8.2.0"
"mocha": "9.2.0"
},

@@ -40,0 +40,0 @@ "standard": {

@@ -18,4 +18,4 @@ # memorystore [![NPM Version](https://img.shields.io/npm/v/memorystore.svg)](https://www.npmjs.com/package/memorystore) ![node](https://img.shields.io/node/v/memorystore.svg) [![Build Status](https://travis-ci.org/roccomuso/memorystore.svg?branch=master)](https://travis-ci.org/roccomuso/memorystore) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

```javascript
var session = require('express-session')
var MemoryStore = require('memorystore')(session)
const session = require('express-session')
const MemoryStore = require('memorystore')(session)

@@ -22,0 +22,0 @@ app.use(session({

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