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 4.42.1 to 4.42.2

4

FronteggAppOptions.d.ts

@@ -12,6 +12,2 @@ import { RedirectOptions } from '@frontegg/rest-api';

themeOptions?: FronteggThemeOptions;
/**
* Authentication header logo image
* @deprecated, use components.authPage.headerImage
*/
headerImage?: string;

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

4

Localizations/AdminPortalLocalizations/security.d.ts

@@ -129,2 +129,6 @@ export interface SecurityLocalization {

/**
* Max attempts before lockout user input error message
*/
attemptsInputErrorMessage: string;
/**
* Cancel editing lockout policy button text

@@ -131,0 +135,0 @@ */

@@ -76,2 +76,10 @@ export interface LoginLocalization {

/**
* Error displayed if two factor code input is empty
*/
twoFactorCodeIsRequired: string;
/**
* Error displayed if two code length less than 8 characters
*/
twoFactorCodeLengthAtLeast8: string;
/**
* text of remember device CheckBox If MFA is enabled

@@ -78,0 +86,0 @@ * EX: "Don't ask again on this device for {{count}} day"

{
"name": "@frontegg/types",
"version": "4.42.1",
"version": "4.42.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