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.4.0 to 1.4.1

4

lib/memorystore.js

@@ -264,7 +264,7 @@ /*!

var ms = Ms || this.options.checkPeriod
if (ms && Number.isInteger(ms)) {
if (ms && typeof ms === 'number') {
this._checkInterval = setInterval(function () {
debug('Pruning old entries')
prune(self.store) // iterates over the entire cache proactively pruning old entries
}, ms)
}, Math.floor(ms))
}

@@ -271,0 +271,0 @@ }

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

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

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