virgil-e3kit-js icon indicating copy to clipboard operation
virgil-e3kit-js copied to clipboard

E3Kit is a security framework that simplifies work with Virgil services and presents the easiest way to add full end-to-end security to your chat application to become HIPAA and GDPR compliant and mor...

Results 12 virgil-e3kit-js issues
Sort by recently updated
recently updated
newest added

…s, no errors, add some new packeges, for correct building and easy updating

I keep getting this error and the one about multiple cards am i doing something wrong in my code? I'm using firebase ```import React, { useState, useEffect, useContext, createContext }...

**Describe the bug** Version: `"@virgilsecurity/e3kit": "^0.7.0-beta.2"` Import: `import { EThree } from '@virgilsecurity/e3kit-native';` After following the installation steps, a type error is shown related to AsyncStorage. When using AsyncStorage from...

There's no way to close the levelup database. I have a situation where multiple instances of my application can be ran at once. I'm having to hack in support for...

**Is your feature request related to a problem? Please describe.** I'm using e3kit in situations where the initial setup requires an active internet connection, but the devices may go offline...

**Describe the bug** When you attempt to initialize eThree in a Web Worker you'll get a `document is not defined` error: ``` ReferenceError: document is not defined at new n...

**Describe the bug** I'm trying to use this with webpack, and I get the following error. ``` This dependency was not found: * a in ./node_modules/@virgilsecurity/e3kit-browser/dist/libfoundation.browser.wasm, ./node_modules/@virgilsecurity/e3kit-browser/dist/libpythia.browser.wasm To install it,...

**Describe the bug** I'm trying to upgrade my React 18 app using `@virgilsecurity/e3kit-browser": "3.0.5"` coming from v3.0.0 but now I've updated the package, I'm getting the following error when running...

**Describe the bug** TSC error when trying to compile for deployment using node v18.18.2. ```node_modules/@virgilsecurity/e3kit-node/dist/types/src/index.d.ts:2:29 - error TS7016: Could not find a declaration file for module 'virgil-crypto/dist/node.es.js'.``` Package dependencies ```...