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
85
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 9.0.0 to 9.0.1

2

esm/deps.d.ts
export type { AttestationConveyancePreference, AuthenticationExtensionsClientInputs, AuthenticationResponseJSON, AuthenticatorDevice, AuthenticatorSelectionCriteria, Base64URLString, COSEAlgorithmIdentifier, CredentialDeviceType, Crypto, PublicKeyCredentialCreationOptionsJSON, PublicKeyCredentialDescriptorFuture, PublicKeyCredentialParameters, PublicKeyCredentialRequestOptionsJSON, RegistrationResponseJSON, UserVerificationRequirement, } from '@simplewebauthn/types';
export * as cborx from 'cbor-x/encode';
export * as cborx from 'cbor-x/index-no-eval';
export { default as base64 } from '@hexagon/base64';

@@ -4,0 +4,0 @@ export { fetch as crossFetch } from 'cross-fetch';

// cbor (a.k.a. cbor-x in Node land)
export * as cborx from 'cbor-x/encode';
export * as cborx from 'cbor-x/index-no-eval';
// b64 (a.k.a. @hexagon/base64 in Node land)

@@ -4,0 +4,0 @@ export { default as base64 } from '@hexagon/base64';

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

"name": "@simplewebauthn/server",
"version": "9.0.0",
"version": "9.0.1",
"description": "SimpleWebAuthn for Servers",

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

export type { AttestationConveyancePreference, AuthenticationExtensionsClientInputs, AuthenticationResponseJSON, AuthenticatorDevice, AuthenticatorSelectionCriteria, Base64URLString, COSEAlgorithmIdentifier, CredentialDeviceType, Crypto, PublicKeyCredentialCreationOptionsJSON, PublicKeyCredentialDescriptorFuture, PublicKeyCredentialParameters, PublicKeyCredentialRequestOptionsJSON, RegistrationResponseJSON, UserVerificationRequirement, } from '@simplewebauthn/types';
export * as cborx from 'cbor-x/encode';
export * as cborx from 'cbor-x/index-no-eval';
export { default as base64 } from '@hexagon/base64';

@@ -4,0 +4,0 @@ export { fetch as crossFetch } from 'cross-fetch';

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

// cbor (a.k.a. cbor-x in Node land)
exports.cborx = __importStar(require("cbor-x/encode"));
exports.cborx = __importStar(require("cbor-x/index-no-eval"));
// b64 (a.k.a. @hexagon/base64 in Node land)

@@ -34,0 +34,0 @@ var base64_1 = require("@hexagon/base64");

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