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.0.11
to
1.0.12-dev.0
+4
-0
dist/index.d.cts

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

* Insforge User type
* Core fields (id, email, name, avatarUrl) are always present
* Additional profile fields are stored in the profile object
*/

@@ -12,2 +14,4 @@ interface InsforgeUser {

avatarUrl?: string;
/** Dynamic profile fields from backend (e.g., bio, birthday) */
profile?: Record<string, unknown>;
}

@@ -14,0 +18,0 @@ /**

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

* Insforge User type
* Core fields (id, email, name, avatarUrl) are always present
* Additional profile fields are stored in the profile object
*/

@@ -12,2 +14,4 @@ interface InsforgeUser {

avatarUrl?: string;
/** Dynamic profile fields from backend (e.g., bio, birthday) */
profile?: Record<string, unknown>;
}

@@ -14,0 +18,0 @@ /**

+1
-1
{
"name": "@insforge/shared",
"version": "1.0.11",
"version": "1.0.12-dev.0",
"description": "Shared utilities and React contexts for Insforge packages",

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