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 8.3.6 to 8.3.7

4

esm/helpers/index.d.ts

@@ -20,4 +20,4 @@ import { convertAAGUIDToString } from './convertAAGUIDToString.js';

import type { ClientDataJSON } from './decodeClientDataJSON.js';
import type { COSEPublicKey } from './cose.js';
import type { COSEPublicKey, COSEPublicKeyEC2, COSEPublicKeyOKP, COSEPublicKeyRSA } from './cose.js';
import type { ParsedAuthenticatorData } from './parseAuthenticatorData.js';
export type { AttestationFormat, AttestationObject, AttestationStatement, CertificateInfo, ClientDataJSON, COSEPublicKey, ParsedAuthenticatorData, };
export type { AttestationFormat, AttestationObject, AttestationStatement, CertificateInfo, ClientDataJSON, COSEPublicKey, COSEPublicKeyEC2, COSEPublicKeyOKP, COSEPublicKeyRSA, ParsedAuthenticatorData, };

@@ -116,3 +116,3 @@ import { generateChallenge } from '../helpers/generateChallenge.js';

if (typeof _challenge === 'string') {
_challenge = isoUint8Array.fromASCIIString(_challenge);
_challenge = isoUint8Array.fromUTF8String(_challenge);
}

@@ -119,0 +119,0 @@ return {

@@ -5,3 +5,3 @@ {

"name": "@simplewebauthn/server",
"version": "8.3.6",
"version": "8.3.7",
"description": "SimpleWebAuthn for Servers",

@@ -8,0 +8,0 @@ "license": "MIT",

@@ -20,4 +20,4 @@ import { convertAAGUIDToString } from './convertAAGUIDToString.js';

import type { ClientDataJSON } from './decodeClientDataJSON.js';
import type { COSEPublicKey } from './cose.js';
import type { COSEPublicKey, COSEPublicKeyEC2, COSEPublicKeyOKP, COSEPublicKeyRSA } from './cose.js';
import type { ParsedAuthenticatorData } from './parseAuthenticatorData.js';
export type { AttestationFormat, AttestationObject, AttestationStatement, CertificateInfo, ClientDataJSON, COSEPublicKey, ParsedAuthenticatorData, };
export type { AttestationFormat, AttestationObject, AttestationStatement, CertificateInfo, ClientDataJSON, COSEPublicKey, COSEPublicKeyEC2, COSEPublicKeyOKP, COSEPublicKeyRSA, ParsedAuthenticatorData, };

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

if (typeof _challenge === 'string') {
_challenge = index_js_1.isoUint8Array.fromASCIIString(_challenge);
_challenge = index_js_1.isoUint8Array.fromUTF8String(_challenge);
}

@@ -122,0 +122,0 @@ return {

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