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
46
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.21 to 0.0.0-alpha.22

2

./index.js

@@ -276,5 +276,7 @@ import { encrypt, decrypt } from '@1auth/crypto'

value.attestationObject = credentialNormalize(value.attestationObject)
return value
}
const jsonParseSecret = (value) => {
if (typeof value !== 'string') value = JSON.stringify(value)
value = JSON.parse(value)

@@ -281,0 +283,0 @@

@@ -276,5 +276,7 @@ import { encrypt, decrypt } from '@1auth/crypto'

value.attestationObject = credentialNormalize(value.attestationObject)
return value
}
const jsonParseSecret = (value) => {
if (typeof value !== 'string') value = JSON.stringify(value)
value = JSON.parse(value)

@@ -281,0 +283,0 @@

8

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

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

"homepage": "https://github.com/willfarrell/1auth",
"gitHead": "a5a2516f415bb6f3fcbad1087c55cff9599ae3d9",
"gitHead": "831115b87f7c887cd25b5227f10ea16d99c6560c",
"dependencies": {
"@1auth/authn": "0.0.0-alpha.21",
"@1auth/crypto": "0.0.0-alpha.21",
"@1auth/authn": "0.0.0-alpha.22",
"@1auth/crypto": "0.0.0-alpha.22",
"@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