Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

db64

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

db64 - npm Package Compare versions

Comparing version 0.8.3 to 0.8.4

2

examples/input-data/detect-platform.js

@@ -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).

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc