mirror of
https://github.com/bitwarden/browser
synced 2026-01-28 23:33:27 +00:00
* Introduce bitwarden-encrypted-json-importer An effort to introduce type guards and split the logic between the differently protected bitwarden-json import-formats * Improved stricter types, but not quite ts-strict yet * Add guard to prevent passing password-protected exports to the wrong importer. * Only create one return object instead of multiple * Updated changes afer npm ci and npm run prettier --------- Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
Vault Export
This folder contains 2 packages that can be used to export a users or an organizational vault.
vault-export-core
Package name: @bitwarden/vault-export-core
Contains all types, models, and services to export a user or organization's vault.
Currently in use by the Bitwarden Web Vault, CLI, desktop app and browser extension
vault-export-ui
Package name: @bitwarden/vault-export-ui
Contains all UI components used for the vault-export