Sign In

@insforge/shared

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@insforge/shared - npm Package Compare versions

Comparing version
1.1.1-dev.1
to
1.1.1-dev.2
+6
-2
dist/index.d.cts

@@ -35,3 +35,5 @@ import { UserSchema, CreateSessionResponse, CreateUserResponse, ResetPasswordResponse, VerifyEmailResponse, OAuthProvidersSchema, GetPublicAuthConfigResponse } from '@insforge/shared-schemas';

}>;
signUp: (email: string, password: string) => Promise<CreateUserResponse | {
signUp: (email: string, password: string, options?: {
emailRedirectTo?: string;
}) => Promise<CreateUserResponse | {
error: string;

@@ -49,3 +51,5 @@ statusCode?: number;

}>;
resendVerificationEmail: (email: string) => Promise<{
resendVerificationEmail: (email: string, options?: {
emailRedirectTo?: string;
}) => Promise<{
success: boolean;

@@ -52,0 +56,0 @@ message: string;

@@ -35,3 +35,5 @@ import { UserSchema, CreateSessionResponse, CreateUserResponse, ResetPasswordResponse, VerifyEmailResponse, OAuthProvidersSchema, GetPublicAuthConfigResponse } from '@insforge/shared-schemas';

}>;
signUp: (email: string, password: string) => Promise<CreateUserResponse | {
signUp: (email: string, password: string, options?: {
emailRedirectTo?: string;
}) => Promise<CreateUserResponse | {
error: string;

@@ -49,3 +51,5 @@ statusCode?: number;

}>;
resendVerificationEmail: (email: string) => Promise<{
resendVerificationEmail: (email: string, options?: {
emailRedirectTo?: string;
}) => Promise<{
success: boolean;

@@ -52,0 +56,0 @@ message: string;

{
"name": "@insforge/shared",
"version": "1.1.1-dev.1",
"version": "1.1.1-dev.2",
"description": "Shared utilities and React contexts for Insforge packages",

@@ -5,0 +5,0 @@ "type": "module",