mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 15:23:33 +00:00
79e6d012c5c4030d203479a04b38d5dd076ad3ab
* Create UserService for Api Keys * Limit scope request for organization keys * Expose necessary services for org key-based auth service * Linter fixes * Add public import models Since public import is tied tightly to the private api, constructors are provided to maintain coupling in case of changes * Do not parallelize file access This storage is sometims backed by lowdb files. Parallel writes can cause issues. * Match file name to class * Serialize storageService promises * Prefer multiple awaits to .then chains * Linter fixes
Bitwarden JavaScript Library
Common code referenced across Bitwarden JavaScript projects.
Requirements
- Node.js v14.17 or greater
- Git
- node-gyp
Windows
- Microsoft Build Tools 2015 in Visual Studio Installer
- Windows 10 SDK 17134 either by downloading it seperately or through the Visual Studio Installer.
Description
Languages
TypeScript
81.8%
HTML
12.6%
SCSS
2.3%
JavaScript
1.6%
MDX
0.9%
Other
0.7%