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

@frontegg/types

Package Overview
Dependencies
Maintainers
1
Versions
927
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@frontegg/types - npm Package Compare versions

Comparing version 5.16.1 to 5.16.2

12

Localizations/LoginBoxLocalization/acceptInvitation.d.ts

@@ -15,14 +15,6 @@ export interface AcceptInvitationLocalization {

/**
* Title to be displayed if accept invitation failed
* Description message to be displayed if accept invitation succeeded
*/
failedTitle: string;
successMessage: string;
/**
* Description message to be displayed if accept invitation failed
*/
failedMessage: string;
/**
* Back to login button text in accept invitation failed section
*/
failedBackToLoginButton: string;
/**
* Title to be displayed if invalid query params

@@ -29,0 +21,0 @@ */

4

Localizations/LoginBoxLocalization/activateAccount.d.ts

@@ -47,2 +47,6 @@ export interface ActivateAccountLocalization {

/**
* Message to be displayed if activate account succeeded
*/
successMessage: string;
/**
* Error displayed if link is invalid as title

@@ -49,0 +53,0 @@ */

@@ -32,4 +32,5 @@ export interface ForgetPasswordLocalization {

backToLogin: string;
resetEmailSentTitle: string;
resetEmailSentMessage: string;
};
}

@@ -64,2 +64,6 @@ export interface LoginLocalization {

/**
* String displayed as invalid title for Oid, and saml
*/
invalidTitle: string;
/**
* String displayed as separator for sign in with social login

@@ -184,2 +188,6 @@ */

/**
* Text `the OTC has a wrong length`
*/
otcInvalidLengthCode: string;
/**
* Text to be displayed when redirecting to SSO provider url

@@ -186,0 +194,0 @@ */

@@ -51,2 +51,6 @@ export interface ResetPasswordLocalization {

/**
* Message to be displayed if reset password succeeded
*/
successMessage: string;
/**
* Title to be displayed if reset password failed

@@ -53,0 +57,0 @@ */

@@ -105,2 +105,6 @@ export interface SignupLocalization {

/**
* Redirect to login
*/
backToLoginLink: string;
/**
* Go to login message in signup page header

@@ -107,0 +111,0 @@ */

@@ -22,2 +22,6 @@ export interface SocialLoginsLocalization {

/**
* String displayed as invalid title
*/
invalidTitle: string;
/**
* Error title if social login callback is invalid

@@ -24,0 +28,0 @@ */

{
"name": "@frontegg/types",
"version": "5.16.1",
"version": "5.16.2",
"main": "./node/index.js",

@@ -5,0 +5,0 @@ "module": "./index.js",

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