@simplewebauthn/typescript-types
Advanced tools
Comparing version 1.0.0 to 2.0.0
@@ -5,2 +5,3 @@ /** | ||
*/ | ||
/// <reference types="node" /> | ||
import type { AuthenticatorAssertionResponse, AuthenticatorAttestationResponse, AuthenticatorTransport, COSEAlgorithmIdentifier, PublicKeyCredential, PublicKeyCredentialCreationOptions, PublicKeyCredentialDescriptor, PublicKeyCredentialRequestOptions, PublicKeyCredentialUserEntity } from './dom'; | ||
@@ -82,4 +83,4 @@ export * from './dom'; | ||
export declare type AuthenticatorDevice = { | ||
publicKey: Base64URLString; | ||
credentialID: Base64URLString; | ||
credentialPublicKey: Buffer; | ||
credentialID: Buffer; | ||
counter: number; | ||
@@ -86,0 +87,0 @@ transports?: AuthenticatorTransport[]; |
{ | ||
"name": "@simplewebauthn/typescript-types", | ||
"version": "1.0.0", | ||
"version": "2.0.0", | ||
"description": "TypeScript types used by the @simplewebauthn series of libraries", | ||
@@ -29,3 +29,3 @@ "main": "dist/index.js", | ||
], | ||
"gitHead": "0ae228320e2c2120022958c0d5abb78d070fa0aa" | ||
"gitHead": "7ffbefc50b0f4009777c68b4cc338362bce29931" | ||
} |
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
13802
270