@simplewebauthn/server
Advanced tools
Comparing version 8.3.6 to 8.3.7
@@ -20,4 +20,4 @@ import { convertAAGUIDToString } from './convertAAGUIDToString.js'; | ||
import type { ClientDataJSON } from './decodeClientDataJSON.js'; | ||
import type { COSEPublicKey } from './cose.js'; | ||
import type { COSEPublicKey, COSEPublicKeyEC2, COSEPublicKeyOKP, COSEPublicKeyRSA } from './cose.js'; | ||
import type { ParsedAuthenticatorData } from './parseAuthenticatorData.js'; | ||
export type { AttestationFormat, AttestationObject, AttestationStatement, CertificateInfo, ClientDataJSON, COSEPublicKey, ParsedAuthenticatorData, }; | ||
export type { AttestationFormat, AttestationObject, AttestationStatement, CertificateInfo, ClientDataJSON, COSEPublicKey, COSEPublicKeyEC2, COSEPublicKeyOKP, COSEPublicKeyRSA, ParsedAuthenticatorData, }; |
@@ -116,3 +116,3 @@ import { generateChallenge } from '../helpers/generateChallenge.js'; | ||
if (typeof _challenge === 'string') { | ||
_challenge = isoUint8Array.fromASCIIString(_challenge); | ||
_challenge = isoUint8Array.fromUTF8String(_challenge); | ||
} | ||
@@ -119,0 +119,0 @@ return { |
@@ -5,3 +5,3 @@ { | ||
"name": "@simplewebauthn/server", | ||
"version": "8.3.6", | ||
"version": "8.3.7", | ||
"description": "SimpleWebAuthn for Servers", | ||
@@ -8,0 +8,0 @@ "license": "MIT", |
@@ -20,4 +20,4 @@ import { convertAAGUIDToString } from './convertAAGUIDToString.js'; | ||
import type { ClientDataJSON } from './decodeClientDataJSON.js'; | ||
import type { COSEPublicKey } from './cose.js'; | ||
import type { COSEPublicKey, COSEPublicKeyEC2, COSEPublicKeyOKP, COSEPublicKeyRSA } from './cose.js'; | ||
import type { ParsedAuthenticatorData } from './parseAuthenticatorData.js'; | ||
export type { AttestationFormat, AttestationObject, AttestationStatement, CertificateInfo, ClientDataJSON, COSEPublicKey, ParsedAuthenticatorData, }; | ||
export type { AttestationFormat, AttestationObject, AttestationStatement, CertificateInfo, ClientDataJSON, COSEPublicKey, COSEPublicKeyEC2, COSEPublicKeyOKP, COSEPublicKeyRSA, ParsedAuthenticatorData, }; |
@@ -119,3 +119,3 @@ "use strict"; | ||
if (typeof _challenge === 'string') { | ||
_challenge = index_js_1.isoUint8Array.fromASCIIString(_challenge); | ||
_challenge = index_js_1.isoUint8Array.fromUTF8String(_challenge); | ||
} | ||
@@ -122,0 +122,0 @@ return { |
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
541984