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

@firebase-web-authn/api

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@firebase-web-authn/api - npm Package Compare versions

Comparing version 9.6.6 to 10.0.0

2

package.json
{
"name": "@firebase-web-authn/api",
"version": "9.6.6",
"version": "10.0.0",
"homepage": "https://firebase-web-authn.dev",

@@ -5,0 +5,0 @@ "author": {

@@ -11,5 +11,5 @@ /**

export interface FirebaseWebAuthnConfig {
authenticatorAttachment: AuthenticatorAttachment;
relyingPartyName: string;
userVerificationRequirement?: UserVerificationRequirement;
"authenticatorAttachment": AuthenticatorAttachment;
"relyingPartyName": string;
"userVerificationRequirement"?: UserVerificationRequirement;
}

@@ -383,3 +383,3 @@ "use strict";

id: verifiedRegistrationResponse.registrationInfo.credentialID,
publicKey: verifiedRegistrationResponse.registrationInfo.credentialPublicKey
publicKey: verifiedRegistrationResponse.registrationInfo.credentialPublicKey,
},

@@ -386,0 +386,0 @@ lastPresent: firestore_1.Timestamp.fromDate(new Date()),

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