Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

webauthn-p256

Package Overview
Dependencies
Maintainers
0
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webauthn-p256 - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7-main.20240728T073445

8

_types/types.d.ts

@@ -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;

6

CHANGELOG.md
# 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc