Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

lru-cache

Package Overview
Dependencies
Maintainers
2
Versions
143
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lru-cache - npm Package Compare versions

Comparing version 4.1.2 to 4.1.3

2

index.js

@@ -18,3 +18,3 @@ 'use strict'

makeSymbol = function (key) {
return Symbol.for(key)
return Symbol(key)
}

@@ -21,0 +21,0 @@ } else {

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

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

"standard": "^5.4.1",
"tap": "^10.3.3"
"tap": "^11.1.4"
},

@@ -26,0 +26,0 @@ "license": "ISC",

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc