Socket
Socket
Sign inDemoInstall

lru-cache

Package Overview
Dependencies
0
Maintainers
1
Versions
134
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.10.0 to 7.10.1

4

index.d.ts

@@ -265,3 +265,3 @@ // Type definitions for lru-cache 7.10.0

key: K,
options?: LRUCache.FetchOptions
options?: LRUCache.FetchOptions<K, V>
): Promise<ExpectedValue | undefined>

@@ -304,3 +304,3 @@

*/
length?: SizeCalculator
length?: SizeCalculator<K, V>

@@ -307,0 +307,0 @@ /**

{
"name": "lru-cache",
"description": "A cache object that deletes the least-recently-used items.",
"version": "7.10.0",
"version": "7.10.1",
"author": "Isaac Z. Schlueter <i@izs.me>",

@@ -58,2 +58,5 @@ "keywords": [

"tap": {
"nyc-arg": [
"--include=index.js"
],
"node-arg": [

@@ -60,0 +63,0 @@ "--expose-gc",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc