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

@1auth/authn-webauthn

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@1auth/authn-webauthn - npm Package Compare versions

Comparing version 0.0.0-alpha.20 to 0.0.0-alpha.21

2

./index.js

@@ -48,3 +48,3 @@ import { encrypt, decrypt } from '@1auth/crypto'

authenticator.counter = authenticationInfo.newCounter
return authenticator
return jsonEncodeSecret(authenticator)
} catch (e) {

@@ -51,0 +51,0 @@ console.error('webauthn.secret.verify', e)

@@ -48,3 +48,3 @@ import { encrypt, decrypt } from '@1auth/crypto'

authenticator.counter = authenticationInfo.newCounter
return authenticator
return jsonEncodeSecret(authenticator)
} catch (e) {

@@ -51,0 +51,0 @@ console.error('webauthn.secret.verify', e)

{
"name": "@1auth/authn-webauthn",
"version": "0.0.0-alpha.20",
"version": "0.0.0-alpha.21",
"description": "",

@@ -51,8 +51,8 @@ "type": "module",

"homepage": "https://github.com/willfarrell/1auth",
"gitHead": "2a1a01996c8becc8c1d1415d82bd29a71ef12d2e",
"gitHead": "a5a2516f415bb6f3fcbad1087c55cff9599ae3d9",
"dependencies": {
"@1auth/authn": "0.0.0-alpha.20",
"@1auth/crypto": "0.0.0-alpha.20",
"@1auth/authn": "0.0.0-alpha.21",
"@1auth/crypto": "0.0.0-alpha.21",
"@simplewebauthn/server": "7.3.0"
}
}
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