Socket
Socket
Sign inDemoInstall

cache-manager

Package Overview
Dependencies
Maintainers
1
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cache-manager - npm Package Compare versions

Comparing version 0.18.0 to 0.19.0

3

History.md

@@ -0,1 +1,4 @@

- 0.19.0 2015-03-29
- Pass dispose, length & stale options to lru-cache (#22). - @gmaclennan
- 0.18.0 2015-02-12

@@ -2,0 +5,0 @@ - Minor changes and refactorings including:

5

lib/stores/memory.js

@@ -10,3 +10,6 @@ var Lru = require("lru-cache");

max: args.max || 500,
maxAge: ttl ? ttl * 1000 : null
maxAge: ttl ? ttl * 1000 : null,
dispose: args.dispose,
length: args.length,
stale: args.stale
};

@@ -13,0 +16,0 @@

{
"name": "cache-manager",
"version": "0.18.0",
"version": "0.19.0",
"description": "Cache module for Node.js",

@@ -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