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-9 to 0.1.1-10

9

dist/types.d.ts

@@ -140,2 +140,5 @@ declare global {

}
export interface ClerkOptionalParams {
noEmit?: boolean | null;
}
export interface ClerkResource {

@@ -159,3 +162,3 @@ provider: string;

signUpAttempt: SignUpResource;
destroy: () => Promise<void>;
destroy: (opts?: ClerkOptionalParams) => Promise<void>;
lastActiveUserSessionID: string | null;

@@ -311,4 +314,4 @@ }

user: UserResource;
end: () => Promise<UserSessionResource>;
remove: () => Promise<UserSessionResource>;
end: (opts?: ClerkOptionalParams) => Promise<UserSessionResource>;
remove: (opts?: ClerkOptionalParams) => Promise<UserSessionResource>;
touch: () => Promise<UserSessionResource>;

@@ -315,0 +318,0 @@ }

{
"version": "0.1.1-9",
"version": "0.1.1-10",
"license": "MIT",

@@ -4,0 +4,0 @@ "main": "dist/index.js",

@@ -163,2 +163,6 @@ declare global {

export interface ClerkOptionalParams {
noEmit?: boolean | null;
}
/////////////////////////////

@@ -187,3 +191,3 @@

signUpAttempt: SignUpResource;
destroy: () => Promise<void>;
destroy: (opts?: ClerkOptionalParams) => Promise<void>;
lastActiveUserSessionID: string | null;

@@ -385,4 +389,4 @@ }

user: UserResource;
end: () => Promise<UserSessionResource>;
remove: () => Promise<UserSessionResource>;
end: (opts?: ClerkOptionalParams) => Promise<UserSessionResource>;
remove: (opts?: ClerkOptionalParams) => Promise<UserSessionResource>;
touch: () => Promise<UserSessionResource>;

@@ -389,0 +393,0 @@ }

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