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

cache-manager-memory-store

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cache-manager-memory-store - npm Package Compare versions

Comparing version 1.0.3 to 1.1.0

.idea/inspectionProfiles/Project_Default.xml

6

build/lib/MemoryClient.js

@@ -79,2 +79,8 @@ 'use strict';

value: function getClient(cb) {
if (!cb) {
return {
client: this
};
}
return cb(null, {

@@ -81,0 +87,0 @@ client: this

4

package.json
{
"name": "cache-manager-memory-store",
"version": "1.0.3",
"version": "1.1.0",
"description": "Extremely simple in-memory store for node-cache-manager. Primarily used for testing purposes.",

@@ -45,2 +45,2 @@ "main": "build/index.js",

}
}
}
# node-cache-manager-memory-store
Note: `node-cache-manager` already has a built-in memory store as a default when no stores are used.
Simple in-memory store for [node-cache-manager](https://github.com/BryanDonovan/node-cache-manager). Mainly used for unit testing purposes.

@@ -4,0 +6,0 @@

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