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

memory-cache-node

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

memory-cache-node - npm Package Compare versions

Comparing version

to
1.1.1

2

package.json
{
"name": "memory-cache-node",
"version": "1.1.0",
"version": "1.1.1",
"description": "Fast, modern and event loop non-blocking memory cache for Node.js and browse",

@@ -5,0 +5,0 @@ "author": {

@@ -116,3 +116,4 @@ # memory-cache-node

It clears the memory cache and also removes the timer for checking expired items.
**NOTE! You should NEVER use a destroyed cache again!**
**NOTE! You should NEVER use a destroyed cache again!**
If you try to use a destroyed memory cache, an exception will be thrown.
You should destroy your memory cache if it is not used in your application anymore.

@@ -119,0 +120,0 @@