Socket
Socket
Sign inDemoInstall

lru-cache

Package Overview
Dependencies
2
Maintainers
2
Versions
134
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.0 to 4.0.1

1

lib/lru-cache.js

@@ -15,2 +15,3 @@ module.exports = LRUCache

var makeSymbol
/* istanbul ignore if */
if (hasSymbol) {

@@ -17,0 +18,0 @@ makeSymbol = function (key) {

11

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

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

"scripts": {
"test": "tap test --cov",
"test": "tap test --branches=100 --functions=100 --lines=100 --statements=100",
"posttest": "standard test/*.js lib/*.js"

@@ -20,3 +20,3 @@ },

"standard": "^5.4.1",
"tap": "^2.3.3"
"tap": "^5.1.1"
},

@@ -27,3 +27,6 @@ "license": "ISC",

"yallist": "^2.0.0"
}
},
"files": [
"lib/lru-cache.js"
]
}

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

* `length()`
* `length`

@@ -122,0 +122,0 @@ Return total length of objects in cache taking into account

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