New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@clerk/types

Package Overview
Dependencies
Maintainers
9
Versions
2462
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clerk/types - npm Package Compare versions

Comparing version

to
2.0.1-alpha.3

3

dist/json.d.ts

@@ -14,4 +14,4 @@ /**

import { UserSettingsJSON } from './userSettings';
import { CamelToSnake } from './utils';
import { VerificationStatus } from './verification';
import { CamelToSnake } from './utils';
export interface ClerkResourceJSON {

@@ -82,2 +82,3 @@ id: string;

created_session_id: string | null;
created_user_id: string | null;
abandon_at: number | null;

@@ -84,0 +85,0 @@ verifications: SignUpVerificationsJSON | null;

@@ -8,5 +8,5 @@ import { BirthdayAttribute, FirstNameAttribute, GenderAttribute, LastNameAttribute, PasswordAttribute } from './attributes';

import { EmailCodeStrategy, EmailLinkStrategy, OAuthStrategy, PhoneCodeStrategy, TicketStrategy, Web3Strategy } from './strategies';
import type { SnakeToCamel } from './utils';
import { CreateMagicLinkFlowReturn, StartMagicLinkFlowParams, VerificationResource } from './verification';
import { AuthenticateWithWeb3Params, GenerateSignature } from './web3Wallet';
import type { SnakeToCamel } from './utils';
export interface SignUpResource extends ClerkResource {

@@ -28,2 +28,3 @@ status: SignUpStatus | null;

createdSessionId: string | null;
createdUserId: string | null;
abandonAt: number | null;

@@ -30,0 +31,0 @@ create: (params: SignUpCreateParams) => Promise<SignUpResource>;

{
"name": "@clerk/types",
"version": "2.0.1-alpha.2",
"version": "2.0.1-alpha.3",
"license": "MIT",

@@ -51,3 +51,3 @@ "description": "Typings for Clerk libraries.",

"homepage": "https://clerk.dev/",
"gitHead": "afd03b019ab74e0a81c8325d474cbd03f52f5ce8"
"gitHead": "05c0dcbbfddd8df949a2bd8df460feab9efcd065"
}

@@ -15,4 +15,4 @@ /**

import { UserSettingsJSON } from './userSettings';
import { CamelToSnake } from './utils';
import { VerificationStatus } from './verification';
import { CamelToSnake } from './utils';

@@ -90,2 +90,3 @@ export interface ClerkResourceJSON {

created_session_id: string | null;
created_user_id: string | null;
abandon_at: number | null;

@@ -92,0 +93,0 @@ verifications: SignUpVerificationsJSON | null;

@@ -27,5 +27,5 @@ import {

} from './strategies';
import type { SnakeToCamel } from './utils';
import { CreateMagicLinkFlowReturn, StartMagicLinkFlowParams, VerificationResource } from './verification';
import { AuthenticateWithWeb3Params, GenerateSignature } from './web3Wallet';
import type { SnakeToCamel } from './utils';

@@ -49,2 +49,3 @@ export interface SignUpResource extends ClerkResource {

createdSessionId: string | null;
createdUserId: string | null;
abandonAt: number | null;

@@ -51,0 +52,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet