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.7.2 to 7.7.3

2

index.js

@@ -130,3 +130,3 @@ const perf = typeof performance === 'object' && performance &&

if (typeof this.sizeCalculation !== 'function') {
throw new TypeError('sizeCalculating set to non-function')
throw new TypeError('sizeCalculation set to non-function')
}

@@ -133,0 +133,0 @@ }

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

@@ -6,0 +6,0 @@ "keywords": [

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