@clerk/clerk-react
Advanced tools
Comparing version 0.1.1-7 to 0.1.1-8
@@ -264,2 +264,3 @@ declare global { | ||
primary_phone_number: string; | ||
profile_image_url: string | null; | ||
username: string; | ||
@@ -285,2 +286,3 @@ name_full: string; | ||
lastName: string | null; | ||
profileImageUrl: string | null; | ||
emailAddresses: EmailAddressResource[]; | ||
@@ -287,0 +289,0 @@ phoneNumbers: PhoneNumberResource[]; |
{ | ||
"version": "0.1.1-7", | ||
"version": "0.1.1-8", | ||
"license": "MIT", | ||
@@ -4,0 +4,0 @@ "main": "dist/index.js", |
@@ -336,2 +336,3 @@ declare global { | ||
primary_phone_number: string; | ||
profile_image_url: string | null; | ||
username: string; | ||
@@ -357,2 +358,3 @@ name_full: string; | ||
lastName: string | null; | ||
profileImageUrl: string | null; | ||
emailAddresses: EmailAddressResource[]; | ||
@@ -359,0 +361,0 @@ phoneNumbers: PhoneNumberResource[]; |
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
217242
2709