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

@frontegg/types

Package Overview
Dependencies
Maintainers
3
Versions
955
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 7.55.0 to 7.56.0-alpha.0

2

index.js

@@ -1,2 +0,2 @@

/** @license Frontegg v7.55.0
/** @license Frontegg v7.56.0-alpha.0
*

@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the

@@ -11,2 +11,27 @@ export interface ResetPasswordLocalization {

/**
* Title displayed when password expired
*/
passwordExpiredTitle: string;
/**
* Subtitle displayed when password expired
*/
passwordExpiredSubtitle: string;
/**
* Title displayed when password is about to expire
* EX: Your password will expire in {{days}} days
*/
passwordNotificationTitle: string;
/**
* Current password input label
*/
currentPasswordInputLabel: string;
/**
* Error to be displayed if current password is empty
*/
currentPasswordIsRequired: string;
/**
* Remind me later button text
*/
remindMeLater: string;
/**
* Text displayed in reset password form before password inputs

@@ -48,2 +73,6 @@ */

/**
* Change password button text
*/
changePasswordButton: string;
/**
* Title to be displayed if reset password succeeded

@@ -57,2 +86,6 @@ */

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

@@ -59,0 +92,0 @@ */

@@ -1,2 +0,2 @@

/** @license Frontegg v7.55.0
/** @license Frontegg v7.56.0-alpha.0
*

@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the

{
"name": "@frontegg/types",
"version": "7.55.0",
"version": "7.56.0-alpha.0",
"main": "./node/index.js",

@@ -9,3 +9,3 @@ "author": "Frontegg LTD",

"@babel/runtime": "^7.18.6",
"@frontegg/redux-store": "7.55.0",
"@frontegg/redux-store": "7.56.0-alpha.0",
"csstype": "^3.0.9",

@@ -12,0 +12,0 @@ "deepmerge": "^4.2.2"

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