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

req-caching

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

req-caching - npm Package Compare versions

Comparing version

to
1.1.6

2

package.json
{
"name": "req-caching",
"version": "1.1.5",
"version": "1.1.6",
"type": "module",

@@ -5,0 +5,0 @@ "types": "lib",

@@ -54,3 +54,3 @@ import {

let temp = await this.driver.get(key)
if (temp === null) {
if (temp === undefined || temp === null) {
let indexer: CACHE_ELEMENT | undefined = this.bunch.find(

@@ -57,0 +57,0 @@ (item) => item.key === key