Comparing version 0.7.7 to 0.7.8
{ | ||
"name": "db64", | ||
"version": "0.7.7", | ||
"version": "0.7.8", | ||
"description": "A Practical IndexedDB API", | ||
@@ -5,0 +5,0 @@ "main": "db64.js", |
@@ -6,3 +6,3 @@ # db64 | ||
A more practcal alternative to [localStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage). db64 supports [all major browsers](https://caniuse.com/indexeddb). | ||
A more practical alternative to [localStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage). db64 supports [all major browsers](https://caniuse.com/indexeddb). | ||
@@ -29,3 +29,3 @@ | ||
// Set multiple entries into Super Nintendo | ||
await snes.setEntries({ adventure: 'Mario Wrold', rpg: 'Zelda', fighting: 'Street Fighter II' }) | ||
await snes.setEntries({ adventure: 'Mario World', rpg: 'Zelda', fighting: 'Street Fighter II' }) | ||
@@ -32,0 +32,0 @@ // Get multiple entries from Super Nintendo |
@@ -6,3 +6,3 @@ # db64 | ||
A more practcal alternative to [localStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage). db64 supports [all major browsers](https://caniuse.com/indexeddb). | ||
A more practical alternative to [localStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage). db64 supports [all major browsers](https://caniuse.com/indexeddb). | ||
@@ -29,3 +29,3 @@ | ||
// Set multiple entries into Super Nintendo | ||
await snes.setEntries({ adventure: 'Mario Wrold', rpg: 'Zelda', fighting: 'Street Fighter II' }) | ||
await snes.setEntries({ adventure: 'Mario World', rpg: 'Zelda', fighting: 'Street Fighter II' }) | ||
@@ -32,0 +32,0 @@ // Get multiple entries from Super Nintendo |
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
39915
10