New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@simplewebauthn/types

Package Overview
Dependencies
Maintainers
0
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@simplewebauthn/types - npm Package Compare versions

Comparing version 10.0.0 to 11.0.0

2

package.json

@@ -6,3 +6,3 @@ {

"name": "@simplewebauthn/types",
"version": "10.0.0",
"version": "11.0.0",
"description": "TypeScript types used by the @simplewebauthn series of libraries",

@@ -9,0 +9,0 @@ "license": "MIT",

@@ -122,7 +122,7 @@ /**

/**
* A WebAuthn-compatible device and the information needed to verify assertions by it
* Public key credential information needed to verify authentication responses
*/
export type AuthenticatorDevice = {
credentialID: Base64URLString;
credentialPublicKey: Uint8Array;
export type WebAuthnCredential = {
id: Base64URLString;
publicKey: Uint8Array;
counter: number;

@@ -129,0 +129,0 @@ transports?: AuthenticatorTransportFuture[];

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