Socket
Socket
Sign inDemoInstall

@digitalbazaar/lru-memoize

Package Overview
Dependencies
Maintainers
5
Versions
8
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 3.0.0 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",

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