@simplewebauthn/typescript-types
Advanced tools
Comparing version 2.1.0 to 3.0.0
@@ -31,3 +31,3 @@ /** | ||
export interface PublicKeyCredentialUserEntityJSON extends Omit<PublicKeyCredentialUserEntity, 'id'> { | ||
id: Base64URLString; | ||
id: string; | ||
} | ||
@@ -81,3 +81,3 @@ /** | ||
signature: Base64URLString; | ||
userHandle?: Base64URLString; | ||
userHandle?: string; | ||
} | ||
@@ -84,0 +84,0 @@ /** |
{ | ||
"name": "@simplewebauthn/typescript-types", | ||
"version": "2.1.0", | ||
"version": "3.0.0", | ||
"description": "TypeScript types used by the @simplewebauthn series of libraries", | ||
@@ -29,3 +29,3 @@ "main": "dist/index.js", | ||
], | ||
"gitHead": "369b9717c2f81dcfe06eb5088a9f16d2b2513e84" | ||
"gitHead": "8324f1fff96fb08422e609aa91a646dc2b08d184" | ||
} |
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
14148