Comparing version 0.8.3 to 0.8.4
@@ -28,3 +28,3 @@ // https://gist.github.com/julienetie/af1c6cb289047cbcbdfd4b7e2f9b1492 | ||
const detectPlatform = () => { | ||
if (userAgent === false) { | ||
if (userAgent) { | ||
const ua = userAgent.toLowerCase().replace(removeExcessMozillaAndVersion, empty) | ||
@@ -31,0 +31,0 @@ |
{ | ||
"name": "db64", | ||
"version": "0.8.3", | ||
"version": "0.8.4", | ||
"description": "A Practical IndexedDB API", | ||
@@ -5,0 +5,0 @@ "main": "db64.js", |
@@ -5,2 +5,3 @@ # db64 | ||
## A Practical IndexedDB API | ||
### [Example](https://julienetie.github.io/db64/examples/input-data/) | ||
@@ -7,0 +8,0 @@ 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). |
@@ -5,2 +5,3 @@ # db64 | ||
## A Practical IndexedDB API | ||
### [Example](https://julienetie.github.io/db64/examples/input-data/) | ||
@@ -7,0 +8,0 @@ 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). |
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
64233
199