Gathering detailed insights and metrics for @simplewebauthn/browser
Gathering detailed insights and metrics for @simplewebauthn/browser
Gathering detailed insights and metrics for @simplewebauthn/browser
Gathering detailed insights and metrics for @simplewebauthn/browser
WebAuthn, Simplified. A collection of TypeScript-first libraries for simpler WebAuthn integration. Supports modern browsers, Node, Deno, and more.
npm install @simplewebauthn/browser
Typescript
Module System
Node Version
NPM Version
v13.1.2
Updated on Jul 05, 2025
v13.1.1
Updated on Jan 26, 2025
v13.1.0
Updated on Jan 13, 2025
v13.0.0 - The one where they share a type
Updated on Dec 09, 2024
v12.0.0 - The one that claims a JSR scope
Updated on Nov 25, 2024
v11.0.0 - The one that auto-registers
Updated on Oct 13, 2024
TypeScript (99.62%)
HTML (0.33%)
CSS (0.05%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
1,927 Stars
2,427 Commits
168 Forks
24 Watchers
1 Branches
21 Contributors
Updated on Jul 10, 2025
Latest Version
13.1.2
Package Id
@simplewebauthn/browser@13.1.2
Unpacked Size
192.25 kB
Size
30.42 kB
File Count
109
NPM Version
10.9.0
Node Version
22.11.0
Published on
Jul 05, 2025
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
1
This package can be installed from NPM and JSR:
1npm install @simplewebauthn/browser
1deno add jsr:@simplewebauthn/browser
This package can also be installed via unpkg by including the following script in your page's
<head>
element. The library's methods will be available on the global SimpleWebAuthnBrowser
object.
NOTE: The only difference between the two packages below is that the ES5 bundle includes some polyfills for older browsers. This adds some bundle size overhead, but does enable use of
browserSupportsWebAuthn()
in older browsers to show appropriate UI when WebAuthn is unavailable.
If you only need to support modern browsers, include the ES2021
version:
1<script src="https://unpkg.com/@simplewebauthn/browser/dist/bundle/index.umd.min.js"></script>
If you need to support WebAuthn feature detection in deprecated browsers like IE11 and Edge Legacy,
include the ES5
version:
1<script src="https://unpkg.com/@simplewebauthn/browser/dist/bundle/index.es5.umd.min.js"></script>
You can find in-depth documentation on this package here: https://simplewebauthn.dev/docs/packages/browser
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
8 commit(s) and 7 issue activity found in the last 90 days -- score normalized to 10
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
1 existing vulnerabilities detected
Details
Reason
Found 0/16 approved changesets -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More