@simplewebauthn/server
Advanced tools
Comparing version 0.2.4-alpha.0 to 0.3.0
@@ -11,2 +11,2 @@ import type { PublicKeyCredentialRequestOptionsJSON } from '@simplewebauthn/typescript-types'; | ||
*/ | ||
export default function generateAssertionOptions(challenge: string, allowedBase64CredentialIDs: string[], timeout?: number, suggestedTransports?: AuthenticatorTransport[]): PublicKeyCredentialRequestOptionsJSON; | ||
export default function generateAssertionOptions(challenge: string, timeout: number | undefined, allowedBase64CredentialIDs: string[], suggestedTransports?: AuthenticatorTransport[]): PublicKeyCredentialRequestOptionsJSON; |
@@ -12,3 +12,3 @@ "use strict"; | ||
*/ | ||
function generateAssertionOptions(challenge, allowedBase64CredentialIDs, timeout = 60000, suggestedTransports = ['usb', 'ble', 'nfc', 'internal']) { | ||
function generateAssertionOptions(challenge, timeout = 60000, allowedBase64CredentialIDs, suggestedTransports = ['usb', 'ble', 'nfc', 'internal']) { | ||
return { | ||
@@ -15,0 +15,0 @@ publicKey: { |
{ | ||
"name": "@simplewebauthn/server", | ||
"version": "0.2.4-alpha.0", | ||
"version": "0.3.0", | ||
"description": "SimpleWebAuthn for Servers", | ||
@@ -29,3 +29,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@simplewebauthn/typescript-types": "^0.2.4-alpha.0", | ||
"@simplewebauthn/typescript-types": "^0.3.0", | ||
"base64url": "^3.0.1", | ||
@@ -37,3 +37,3 @@ "cbor": "^5.0.2", | ||
}, | ||
"gitHead": "792b6f7c21a1f8c67b90f632976670ad9c7f8f91" | ||
"gitHead": "0c4a5f127cc66456a7f17c77926ce671e3535d43" | ||
} |
Sorry, the diff of this file is not supported yet
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
68571
+ Added@simplewebauthn/typescript-types@0.3.0(transitive)
- Removed@simplewebauthn/typescript-types@0.2.4-alpha.0(transitive)