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 3.5.0 to 3.6.0

3

History.md

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

- 3.6.0 2021-11-12
- Added keyCount() method to memory store (#173). - @css-master
- 3.5.0 2021-11-11

@@ -2,0 +5,0 @@ - Added dump() and load() methods to memory store (#171). - @jeoy

@@ -192,2 +192,9 @@ /*eslint no-unused-vars:0*/

*/
self.keyCount = function() {
return lruCache.length;
};
/**
* This method is not available in the caching modules.
*/
self.dump = function() {

@@ -194,0 +201,0 @@ var args = Array.prototype.slice.apply(arguments);

2

package.json
{
"name": "cache-manager",
"version": "3.5.0",
"version": "3.6.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