Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@clerk/clerk-react

Package Overview
Dependencies
Maintainers
1
Versions
2312
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clerk/clerk-react - npm Package Compare versions

Comparing version 0.1.1-7 to 0.1.1-8

2

dist/types.d.ts

@@ -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[];

2

package.json
{
"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[];

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc