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

@lo-fi/webauthn-local-client

Package Overview
Dependencies
Maintainers
3
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lo-fi/webauthn-local-client - npm Package Compare versions

Comparing version 0.2000.0 to 0.2000.1

2

dist/auto/external.js
/*! WebAuthn-Local-Client: external.js
v0.2000.0 (c) 2024 Kyle Simpson
v0.2000.1 (c) 2025 Kyle Simpson
MIT License: http://getify.mit-license.org

@@ -4,0 +4,0 @@ */

/*! WebAuthn-Local-Client: walc.js
v0.2000.0 (c) 2024 Kyle Simpson
v0.2000.1 (c) 2025 Kyle Simpson
MIT License: http://getify.mit-license.org

@@ -4,0 +4,0 @@ */

{
"name": "@lo-fi/webauthn-local-client",
"description": "Browser-only utils for locally managing WebAuthn (passkey) API",
"version": "0.2000.0",
"version": "0.2000.1",
"exports": {

@@ -6,0 +6,0 @@ ".": "./dist/bundlers/walc.mjs",

@@ -10,3 +10,3 @@ # WebAuthn Local Client

Check out [vella.ai/auth](https://vella.ai/auth/) for a demo app using this library for local-only authentication with WebAuthn and local encryption.
Check out [next.vella.ai/auth](https://next.vella.ai/auth/) for a demo app using this library for local-only authentication with WebAuthn and local encryption.

@@ -21,3 +21,3 @@ [Library Tests (Demo)](https://mylofi.github.io/webauthn-local-client/)

**Note:** This package *may* be used in combination with a traditional FIDO2 server application architecture, but does not include any specific functionality for that purpose. For server integration with `WebAuthn`, you may instead consider alternative libraries, like [this one](https://github.com/passwordless-id/webauthn) or [this one](https://github.com/raohwork/webauthn-client).
**Note:** This package *may* be used in combination with a traditional FIDO2 server application architecture, but does not include any specific functionality for that purpose. For server integration with `WebAuthn`, you may instead consider alternative libraries, like [this one](https://github.com/passwordless-id/webauthn).

@@ -201,3 +201,3 @@ ## Deployment / Import

If `auth()` completes completes successfully, the return value (`authResult` above) will be an object that includes `request` and `response` properties:
If `auth()` completes successfully, the return value (`authResult` above) will be an object that includes `request` and `response` properties:

@@ -204,0 +204,0 @@ * The `request` property includes all relevant configurations that were applied to the authentication request, and is provided mostly for debugging purposes.

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