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.7-main.20240728T073445 to 0.0.7-main.20240728T230926

2

_types/types.d.ts

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

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