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

@dynamic-labs/webauthn

Package Overview
Dependencies
Maintainers
1
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dynamic-labs/webauthn - npm Package Compare versions

Comparing version 3.3.0 to 3.4.0

package.cjs

5

package.json
{
"name": "@dynamic-labs/webauthn",
"version": "3.3.0",
"version": "3.4.0",
"repository": {

@@ -31,5 +31,6 @@ "type": "git",

"@simplewebauthn/types": "9.0.1",
"@dynamic-labs/logger": "3.3.0"
"@dynamic-labs/assert-package-version": "3.4.0",
"@dynamic-labs/logger": "3.4.0"
},
"peerDependencies": {}
}

4

src/index.js
'use client'
import { assertPackageVersion } from '@dynamic-labs/assert-package-version';
import { version } from '../package.js';
export { WebauthnNotSupportedError } from './lib/errors/WebauthnNotSupportedError.js';

@@ -7,1 +9,3 @@ export { createWebauthnCredential } from './lib/createWebauthnCredential.js';

export { getWebAuthnAttestationTurnkeyAdapter } from './lib/adapters/getWebAuthnAttestationTurnkeyAdapter.js';
assertPackageVersion('@dynamic-labs/webauthn', version);

Sorry, the diff of this file is too big to display

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