dexie-encrypted
dexie-encrypted copied to clipboard
Transparent encryption for IndexedDB using Dexie
Hi! I'm trying to build dexie-encrypted locally but am failing to npm install the library. It fails with 401. I tried to remove the "repository" field as it seemed to...
Hi, Can you please provide a typescript example for this library? Best regards, Anuradha
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...
I use dexie-encryped to query data that has not been encrypted before, and an error will be reported. The error message is Error utf8: invalid string, as shown in the...
Importing from a ESM module with Node v15.14.0 fails. ``` import { applyEncryptionMiddleware } from "dexie-encrypted"; ``` Output: ``` node:internal/process/esm_loader:74 internalBinding('errors').triggerUncaughtException( ^ Error [ERR_REQUIRE_ESM]: Must use import to load ES...
I'm using electron, dexie, and dexie-encrypted. After building the electron app I get the above error. I'm importing like so: ``` import Dexie from "dexie"; import encrypt from "dexie-encrypted"; ```...
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.0.0 to 5.1.2. Release notes Sourced from glob-parent's releases. v5.1.2 Bug Fixes eliminate ReDoS (#36) (f923116) v5.1.1 Bug Fixes unescape exclamation mark (#26) (a98874f) v5.1.0 Features add...
Bumps [ws](https://github.com/websockets/ws) from 5.2.2 to 7.4.6. Release notes Sourced from ws's releases. 7.4.6 Bug fixes Fixed a ReDoS vulnerability (00c425ec). A specially crafted value of the Sec-Websocket-Protocol header could be...