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 2.0.0 to 2.0.1

2

lib/lru-cache.js

@@ -30,3 +30,3 @@ ;(function () { // closure for web browsers

lengthCalculator = options.length || naiveLength
var lengthCalculator = options.length || naiveLength

@@ -33,0 +33,0 @@ if (typeof lengthCalculator !== "function") {

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

@@ -6,0 +6,0 @@ "scripts": {

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