idb-keyval
Advanced tools
Comparing version 3.0.0 to 3.0.1
{ | ||
"name": "idb-keyval", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "A super-simple-small keyval store built on top of IndexedDB", | ||
@@ -16,14 +16,14 @@ "main": "./dist/idb-keyval-cjs.js", | ||
"keywords": [ | ||
"idb", | ||
"indexeddb", | ||
"store", | ||
"keyval", | ||
"localstorage", | ||
"storage", | ||
"promise" | ||
], | ||
"idb", | ||
"indexeddb", | ||
"store", | ||
"keyval", | ||
"localstorage", | ||
"storage", | ||
"promise" | ||
], | ||
"author": "Jake Archibald", | ||
"contributors": [ | ||
"Benny Powers" | ||
], | ||
"Benny Powers" | ||
], | ||
"license": "Apache-2.0", | ||
@@ -30,0 +30,0 @@ "bugs": { |
@@ -8,3 +8,3 @@ # IDB-Keyval | ||
[localForage](https://github.com/localForage/localForage) offers similar functionality, but supports older browsers with broken/absent IDB implementations. Because of that, it's 7.4k, whereas idb-keyval is ~550 bytes. Also, it's tree-shaking friendly, so you'll probably end up using few than Pick whichever works best for you! | ||
[localForage](https://github.com/localForage/localForage) offers similar functionality, but supports older browsers with broken/absent IDB implementations. Because of that, it's 7.4k, whereas idb-keyval is ~550 bytes. Also, it's tree-shaking friendly, so you'll probably end up using few than 450 bytes. Pick whichever works best for you! | ||
@@ -11,0 +11,0 @@ This is only a keyval store. If you need to do more complex things like iteration & indexing, check out [IDB on NPM](https://www.npmjs.com/package/idb) (a little heavier at 1.7k). The first example in its README is how to recreate this library. |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
16242