webauthn-p256
Advanced tools
Comparing version 0.0.6 to 0.0.7-main.20240728T073445
@@ -42,9 +42,3 @@ export type Hex = `0x${string}`; | ||
type BufferSource = ArrayBufferView | ArrayBuffer; | ||
type PrfExtension = { | ||
prf: { | ||
eval: { | ||
first: Uint8Array; | ||
}; | ||
}; | ||
}; | ||
type PrfExtension = Record<'prf', Record<'eval', Record<'first', Uint8Array>>>; | ||
interface AuthenticationExtensionsClientInputs { | ||
@@ -51,0 +45,0 @@ appid?: string; |
# webauthn-p256 | ||
## 0.0.7 | ||
### Patch Changes | ||
- [`39626bc`](https://github.com/wevm/webauthn-p256/commit/39626bc7b6ea6fee6503f78a19e495b3e4bee7b5) Thanks [@jxom](https://github.com/jxom)! - Fixed prf type. | ||
## 0.0.6 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "webauthn-p256", | ||
"description": "P256 signature utilities for WebAuthn", | ||
"version": "0.0.6", | ||
"version": "0.0.7-main.20240728T073445", | ||
"type": "module", | ||
@@ -36,2 +36,2 @@ "main": "./_cjs/index.js", | ||
"keywords": [] | ||
} | ||
} |
@@ -77,9 +77,3 @@ export type Hex = `0x${string}` | ||
type BufferSource = ArrayBufferView | ArrayBuffer | ||
type PrfExtension = { | ||
prf: { | ||
eval: { | ||
first: Uint8Array | ||
} | ||
} | ||
} | ||
type PrfExtension = Record<'prf', Record<'eval', Record<'first', Uint8Array>>> | ||
interface AuthenticationExtensionsClientInputs { | ||
@@ -86,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
189206
3106