New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@skylab/lru

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@skylab/lru - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "@skylab/lru",
"version": "1.0.0",
"version": "1.0.1",
"description": "Basic LRU cache library.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -28,2 +28,7 @@ # node-lru

const key = 10;
console.log(cache.get(10)); // getValue function is called to get value and stored in cache , if the cache is full the oldest accessed value is purged
console.log(cache.get(10)); // the value is retrieved from cache.
```

@@ -36,3 +41,3 @@

- [X] Complete Documentation
- [X] Documentation
- [ ] Add Test

@@ -39,0 +44,0 @@

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