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

@digitalbazaar/lru-memoize

Package Overview
Dependencies
Maintainers
5
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@digitalbazaar/lru-memoize - npm Package Compare versions

Comparing version

to
3.0.1

5

lib/LruCache.js

@@ -69,5 +69,4 @@ /*!

let result;
try {
result = await promise;
await promise;
} catch(e) {

@@ -83,4 +82,4 @@ // if the promise rejects, delete it

return result;
return promise;
}
}

2

package.json
{
"name": "@digitalbazaar/lru-memoize",
"version": "3.0.0",
"version": "3.0.1",
"description": "LRU Memoize",

@@ -5,0 +5,0 @@ "license": "BSD-3-Clause",