@simplewebauthn/server
Advanced tools
Comparing version 9.0.0 to 9.0.1
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"); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
541979