Comparing version 0.3.2 to 1.0.0
{ | ||
"name": "lru.min", | ||
"version": "0.3.2", | ||
"version": "1.0.0", | ||
"description": "🔥 An extremely fast and efficient LRU cache for JavaScript (Browser compatible) — 6.7KB.", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
@@ -201,3 +201,3 @@ <h1 align="center">lru.min</h1> | ||
```ts | ||
LRU.forEach((key, value) => { | ||
LRU.forEach((value, key) => { | ||
// do something | ||
@@ -228,3 +228,3 @@ }); | ||
- See detailed results and how the tests are run and compared in the [benchmark](https://github.com/wellwelwel/lru.min/tree/main/benchmark) directory. | ||
- See detailed results and how the tests are run and compared in the [**benchmark**](https://github.com/wellwelwel/lru.min/tree/main/benchmark) directory. | ||
@@ -231,0 +231,0 @@ --- |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
30058
1