🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

cache-io

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

cache-io - npm Package Compare versions

Comparing version

to
1.0.3

4

index.js

@@ -47,3 +47,3 @@ 'use strict';

return this.cache[key] = {
this.cache[key] = {
timeout: setTimeout(this._remove(key),time),

@@ -54,2 +54,4 @@ time: time,

};
return this.cache[key].value;
};

@@ -56,0 +58,0 @@

{
"name": "cache-io",
"version": "1.0.2",
"version": "1.0.3",
"description": "Memory cache for node js",

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