bitwarden-estensione-browser/apps/desktop
Matt Gibson 36b7d30804
Fix failing crypto tests (#5948)
* Change everything to Uint8Array

related to https://github.com/jestjs/jest/issues/14379

* Work on failing type tests

* Revert changes to custom matcher setup

* Remove last BufferArrays from tests

* Fix custom matcher type errors in vscode

* Remove errant `.buffer` calls on Uint8Arrays

* Encryption Pair should serialize Array Buffer and Uint8Array

* Fix EncArrayBuffer encryption

---------

Co-authored-by: Thomas Rittson <trittson@bitwarden.com>
2023-08-04 02:13:33 +00:00
..
.vscode
config
desktop_native
native-messaging-test-runner Fix failing crypto tests (#5948) 2023-08-04 02:13:33 +00:00
resources
scripts
src Fix failing crypto tests (#5948) 2023-08-04 02:13:33 +00:00
stores
.eslintrc.json
.gitignore
README.md
crowdin.yml
electron-builder.json
installer.nsh
jest.config.js
package.json Bumped desktop version to 2023.7.2 (#5901) 2023-07-26 11:40:22 -04:00
postcss.config.js [PM-2237] Add tailwind to desktop & browser (#5326) 2023-07-14 15:03:42 -04:00
sign.js
tailwind.config.js [PM-2237] Add tailwind to desktop & browser (#5326) 2023-07-14 15:03:42 -04:00
test.setup.ts
tsconfig.json [PM-2237] Add tailwind to desktop & browser (#5326) 2023-07-14 15:03:42 -04:00
tsconfig.renderer.json
tsconfig.spec.json
webpack.main.js
webpack.renderer.js [PM-2237] Add tailwind to desktop & browser (#5326) 2023-07-14 15:03:42 -04:00

README.md

Github Workflow build on master Crowdin Join the chat at https://gitter.im/bitwarden/Lobby

Bitwarden Desktop Application

Platforms

The Bitwarden desktop app is written using Electron and Angular. The application installs on Windows, macOS, and Linux distributions.

Desktop Vault

Documentation

Please refer to the Desktop section of the Contributing Documentation for build instructions, recommended tooling, code style tips, and lots of other great information to get you started.