lru-cache-for-clusters-as-promised
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"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({ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31285
144