@keyvhq/memoize
Advanced tools
Comparing version 1.6.28 to 2.0.0-beta.0
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://keyv.js.org", | ||
"version": "1.6.28", | ||
"version": "2.0.0-beta.0", | ||
"main": "src/index.js", | ||
@@ -19,3 +19,3 @@ "author": { | ||
"bugs": { | ||
"url": "https://github.com/microlinkhq/keyv/issues" | ||
"url": "https://github.com/microlinkhq/keyvhq/issues" | ||
}, | ||
@@ -25,2 +25,3 @@ "keywords": [ | ||
"key", | ||
"keyv", | ||
"memo", | ||
@@ -33,3 +34,3 @@ "memoize", | ||
"dependencies": { | ||
"@keyvhq/core": "^1.6.26", | ||
"@keyvhq/core": "^2.0.0-beta.0", | ||
"mimic-fn": "~3.0.0" | ||
@@ -42,3 +43,3 @@ }, | ||
"engines": { | ||
"node": ">= 14" | ||
"node": ">= 16" | ||
}, | ||
@@ -55,3 +56,3 @@ "files": [ | ||
}, | ||
"gitHead": "69f95c41789d2a7fb83fbcc80e120e9f2a15274c" | ||
"gitHead": "0dd985847a08f779bbc1845f46e0388be62e02b6" | ||
} |
@@ -1,2 +0,2 @@ | ||
# @keyvhq/memoize [<img width="100" align="right" src="https://keyv.js.org/media/logo-sunset.svg" alt="keyv">](https://github.com/microlinkhq/keyv) | ||
# @keyvhq/memoize [<img width="100" align="right" src="https://keyvhq.js.org/media/logo-sunset.svg" alt="keyv">](https://github.com/microlinkhq/keyv/packages/memoize) | ||
@@ -185,5 +185,5 @@ > Memoize any function using Keyv as storage backend. | ||
**@keyvhq/memoize** © [Dieter Luypaert](https://moeriki.com), released under the [MIT](https://github.com/microlinkhq/keyv/blob/master/LICENSE.md) License.<br/> | ||
Maintained by [Microlink](https://microlink.io) with help from [contributors](https://github.com/microlinkhq/keyv/contributors). | ||
**@keyvhq/memoize** © [Dieter Luypaert](https://moeriki.com), released under the [MIT](https://github.com/microlinkhq/keyvhq/blob/master/LICENSE.md) License.<br/> | ||
Maintained by [Microlink](https://microlink.io) with help from [contributors](https://github.com/microlinkhq/keyvhq/contributors). | ||
> [microlink.io](https://microlink.io) · GitHub [microlinkhq](https://github.com/microlinkhq) · Twitter [@microlinkhq](https://twitter.com/microlinkhq) |
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
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
10202
1
+ Added@keyvhq/core@2.1.1(transitive)
- Removed@keyvhq/core@1.6.26(transitive)
Updated@keyvhq/core@^2.0.0-beta.0