@digitalbazaar/lru-memoize
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -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; | ||
} | ||
} |
{ | ||
"name": "@digitalbazaar/lru-memoize", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "LRU Memoize", | ||
@@ -5,0 +5,0 @@ "license": "BSD-3-Clause", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
6110
80