@simplewebauthn/server
Advanced tools
Comparing version 8.3.7 to 9.0.0
@@ -1,2 +0,2 @@ | ||
export type { AttestationConveyancePreference, AuthenticationExtensionsClientInputs, AuthenticationResponseJSON, AuthenticatorDevice, AuthenticatorSelectionCriteria, Base64URLString, COSEAlgorithmIdentifier, CredentialDeviceType, Crypto, PublicKeyCredentialCreationOptionsJSON, PublicKeyCredentialDescriptorFuture, PublicKeyCredentialParameters, PublicKeyCredentialRequestOptionsJSON, RegistrationResponseJSON, UserVerificationRequirement, } from '@simplewebauthn/typescript-types'; | ||
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'; | ||
@@ -3,0 +3,0 @@ export { default as base64 } from '@hexagon/base64'; |
@@ -5,3 +5,3 @@ { | ||
"name": "@simplewebauthn/server", | ||
"version": "8.3.7", | ||
"version": "9.0.0", | ||
"description": "SimpleWebAuthn for Servers", | ||
@@ -59,3 +59,3 @@ "license": "MIT", | ||
"@peculiar/asn1-x509": "^2.3.8", | ||
"@simplewebauthn/typescript-types": "^8.3.4", | ||
"@simplewebauthn/types": "^9.0.0", | ||
"cbor-x": "^1.5.2", | ||
@@ -62,0 +62,0 @@ "cross-fetch": "^4.0.0" |
@@ -1,2 +0,2 @@ | ||
export type { AttestationConveyancePreference, AuthenticationExtensionsClientInputs, AuthenticationResponseJSON, AuthenticatorDevice, AuthenticatorSelectionCriteria, Base64URLString, COSEAlgorithmIdentifier, CredentialDeviceType, Crypto, PublicKeyCredentialCreationOptionsJSON, PublicKeyCredentialDescriptorFuture, PublicKeyCredentialParameters, PublicKeyCredentialRequestOptionsJSON, RegistrationResponseJSON, UserVerificationRequirement, } from '@simplewebauthn/typescript-types'; | ||
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'; | ||
@@ -3,0 +3,0 @@ export { default as base64 } from '@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
541951
+ Added@simplewebauthn/types@^9.0.0
+ Added@simplewebauthn/types@9.0.1(transitive)
- Removed@simplewebauthn/typescript-types@8.3.4(transitive)