@simplewebauthn/server 7.3.0 → 7.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|

|
|
5
5
|
[](https://www.npmjs.com/package/@simplewebauthn/server)
|
|
6
6
|

|
|
7
|
+

|
|
7
8
|
|
|
8
9
|
- [Installation](#installation)
|
|
9
10
|
- [Usage](#usage)
|
|
@@ -25,10 +26,10 @@ You can find in-depth documentation on this package here: https://simplewebauthn
|
|
|
25
26
|
|
|
26
27
|
SimpleWebAuthn supports [all current WebAuthn attestation formats](https://w3c.github.io/webauthn/#sctn-defined-attestation-formats), including:
|
|
27
28
|
|
|
28
|
-
- **Packed**
|
|
29
|
-
- **TPM**
|
|
30
29
|
- **Android Key**
|
|
31
30
|
- **Android SafetyNet**
|
|
31
|
+
- **Apple**
|
|
32
32
|
- **FIDO U2F**
|
|
33
|
+
- **Packed**
|
|
34
|
+
- **TPM**
|
|
33
35
|
- **None**
|
|
34
|
-
- **Apple**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplewebauthn/server",
|
|
3
|
-
"version": "7.3.
|
|
3
|
+
"version": "7.3.1",
|
|
4
4
|
"description": "SimpleWebAuthn for Servers",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
"cross-fetch": "^3.1.5",
|
|
63
63
|
"debug": "^4.3.2"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "9757b8172d8d025eade46bd62be0e6c3c2216ea3"
|
|
66
66
|
}
|