Socket
Socket
Sign inDemoInstall

lru-cache

Package Overview
Dependencies
0
Maintainers
2
Versions
133
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.6.4 to 2.6.5

.travis.yml

4

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

@@ -17,3 +17,3 @@ "keywords": [

"devDependencies": {
"tap": "^0.7.1",
"tap": "^1.2.0",
"weak": ""

@@ -20,0 +20,0 @@ },

@@ -57,3 +57,3 @@ # lru cache

* `set(key, value, max)`
* `set(key, value, maxAge)`
* `get(key) => value`

@@ -60,0 +60,0 @@

@@ -111,3 +111,2 @@ var test = require('tap').test

t.equal(i, order.length);
t.end()

@@ -114,0 +113,0 @@ setTimeout(function () {

#!/usr/bin/env node --expose_gc
var weak = require('weak');

@@ -4,0 +5,0 @@ var test = require('tap').test

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