@simplewebauthn/server
Advanced tools
Comparing version 7.3.0 to 7.3.1
@@ -25,3 +25,3 @@ /** | ||
get(key: 'pubArea'): Uint8Array | undefined; | ||
get size(): number; | ||
readonly size: number; | ||
}; |
{ | ||
"name": "@simplewebauthn/server", | ||
"version": "7.3.0", | ||
"version": "7.3.1", | ||
"description": "SimpleWebAuthn for Servers", | ||
@@ -65,3 +65,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "0ab19d8f8319ff6a36dbb53d14750bd345947eb8" | ||
"gitHead": "9757b8172d8d025eade46bd62be0e6c3c2216ea3" | ||
} |
@@ -7,2 +7,3 @@ <!-- omit in toc --> | ||
![node-lts (scoped)](https://img.shields.io/node/v/@simplewebauthn/server?style=for-the-badge&logo=Node.js) | ||
![typescript minimum version 4.4](https://img.shields.io/badge/TypeScript-%3E%3D_4.4-3178C6?style=for-the-badge&logo=TypeScript) | ||
@@ -29,8 +30,8 @@ - [Installation](#installation) | ||
- **Packed** | ||
- **TPM** | ||
- **Android Key** | ||
- **Android SafetyNet** | ||
- **Apple** | ||
- **FIDO U2F** | ||
- **Packed** | ||
- **TPM** | ||
- **None** | ||
- **Apple** |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
332461
36