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

@simplewebauthn/server

Package Overview
Dependencies
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@simplewebauthn/server - npm Package Compare versions

Comparing version 0.2.4-alpha.0 to 0.3.0

2

dist/assertion/generateAssertionOptions.d.ts

@@ -11,2 +11,2 @@ import type { PublicKeyCredentialRequestOptionsJSON } from '@simplewebauthn/typescript-types';

*/
export default function generateAssertionOptions(challenge: string, allowedBase64CredentialIDs: string[], timeout?: number, suggestedTransports?: AuthenticatorTransport[]): PublicKeyCredentialRequestOptionsJSON;
export default function generateAssertionOptions(challenge: string, timeout: number | undefined, allowedBase64CredentialIDs: string[], suggestedTransports?: AuthenticatorTransport[]): PublicKeyCredentialRequestOptionsJSON;

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

*/
function generateAssertionOptions(challenge, allowedBase64CredentialIDs, timeout = 60000, suggestedTransports = ['usb', 'ble', 'nfc', 'internal']) {
function generateAssertionOptions(challenge, timeout = 60000, allowedBase64CredentialIDs, suggestedTransports = ['usb', 'ble', 'nfc', 'internal']) {
return {

@@ -15,0 +15,0 @@ publicKey: {

{
"name": "@simplewebauthn/server",
"version": "0.2.4-alpha.0",
"version": "0.3.0",
"description": "SimpleWebAuthn for Servers",

@@ -29,3 +29,3 @@ "main": "dist/index.js",

"dependencies": {
"@simplewebauthn/typescript-types": "^0.2.4-alpha.0",
"@simplewebauthn/typescript-types": "^0.3.0",
"base64url": "^3.0.1",

@@ -37,3 +37,3 @@ "cbor": "^5.0.2",

},
"gitHead": "792b6f7c21a1f8c67b90f632976670ad9c7f8f91"
"gitHead": "0c4a5f127cc66456a7f17c77926ce671e3535d43"
}

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