Socket
Socket
Sign inDemoInstall

lru-cache-for-clusters-as-promised

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lru-cache-for-clusters-as-promised - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

2

package.json
{
"name": "lru-cache-for-clusters-as-promised",
"version": "1.0.5",
"version": "1.0.6",
"description": "LRU Cache that is safe for clusters",

@@ -5,0 +5,0 @@ "main": "./lru-cache-for-clusters-as-promised.js",

@@ -68,5 +68,6 @@ # lru-cache-for-clusters-as-promised

const LRUCache = require('lru-cache-for-clusters-as-promised').init();
```
```javascript
// worker code
const LRUCache = require('lru-cache-for-clusters-as-promised');

@@ -73,0 +74,0 @@ const cache = new LRUCache({

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