Socket
Socket
Sign inDemoInstall

lru-cache

Package Overview
Dependencies
0
Maintainers
0
Versions
135
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 1.0.4

LICENSE

7

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

@@ -8,2 +8,7 @@ , "scripts" : { "test" : "node lib/lru-cache.js" }

, "repository" : "git://github.com/isaacs/node-lru-cache.git"
, "licenses" :
[ { "type" : "MIT"
, "url" : "http://github.com/isaacs/node-lru-cache/raw/master/LICENSE"
}
]
}
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc