webauthn-p256
Advanced tools
Comparing version 0.0.7-main.20240728T073445 to 0.0.7-main.20240728T230926
@@ -42,3 +42,3 @@ export type Hex = `0x${string}`; | ||
type BufferSource = ArrayBufferView | ArrayBuffer; | ||
type PrfExtension = Record<'prf', Record<'eval', Record<'first', Uint8Array>>>; | ||
type PrfExtension = Record<'eval', Record<'first', Uint8Array>>; | ||
interface AuthenticationExtensionsClientInputs { | ||
@@ -45,0 +45,0 @@ appid?: string; |
{ | ||
"name": "webauthn-p256", | ||
"description": "P256 signature utilities for WebAuthn", | ||
"version": "0.0.7-main.20240728T073445", | ||
"version": "0.0.7-main.20240728T230926", | ||
"type": "module", | ||
@@ -6,0 +6,0 @@ "main": "./_cjs/index.js", |
@@ -77,3 +77,3 @@ export type Hex = `0x${string}` | ||
type BufferSource = ArrayBufferView | ArrayBuffer | ||
type PrfExtension = Record<'prf', Record<'eval', Record<'first', Uint8Array>>> | ||
type PrfExtension = Record<'eval', Record<'first', Uint8Array>> | ||
interface AuthenticationExtensionsClientInputs { | ||
@@ -80,0 +80,0 @@ appid?: string |
Sorry, the diff of this file is not supported yet
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
189152