Gathering detailed insights and metrics for @simplewebauthn/iso-webcrypto
Gathering detailed insights and metrics for @simplewebauthn/iso-webcrypto
Gathering detailed insights and metrics for @simplewebauthn/iso-webcrypto
Gathering detailed insights and metrics for @simplewebauthn/iso-webcrypto
WebAuthn, Simplified. A collection of TypeScript-first libraries for simpler WebAuthn integration. Supports modern browsers, Node, Deno, and more.
npm install @simplewebauthn/iso-webcrypto
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 12, 2025
Latest Version
7.4.0
Package Id
@simplewebauthn/iso-webcrypto@7.4.0
Unpacked Size
4.86 kB
Size
2.53 kB
File Count
9
NPM Version
lerna/6.0.3/node@v18.16.1+arm64 (darwin)
Node Version
18.16.1
Published on
Jul 27, 2023
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
2
A small library for accessing a runtime's WebCrypto API. Supports browsers, and Node projects using ESM and/or CommonJS.
This library is not officially supported for use outside of SimpleWebAuthn!
1npm install --save @simplewebauthn/iso-webcrypto
1import WebCrypto from '@simplewebauthn/iso-webcrypto'; 2 3WebCrypto.randomUUID (); // => '43e16416-7a2a-4c00-b2e8-1ea7a57adfb9'
Thank you to Fabio Spampinato and their tiny-webcrypto project that all but solves the issue of isomorphic WebCrypto use across browsers and Node. I forked that project and made this one to add in support for Node libraries written in TypeScript that transpile to CommonJS modules.
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