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

@frontegg/types

Package Overview
Dependencies
Maintainers
3
Versions
933
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.2.0 to 7.3.0-alpha.0

Localizations/LoginBoxLocalization/unlockAccount.d.ts

2

index.js

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

/** @license Frontegg v7.2.0
/** @license Frontegg v7.3.0-alpha.0
*

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

@@ -13,2 +13,3 @@ import { LoginLocalization } from './login';

import { OpenAppLocalization } from './openApp';
import { UnlockAccountLocalization } from './unlockAccount';
export * from './login';

@@ -27,2 +28,3 @@ export * from './stepUp';

export * from './openApp';
export type LoginBoxLocalization = LoginLocalization & StepUpLocalization & SignupLocalization & ForgetPasswordLocalization & ResetPhoneNumberLocalization & ResetPasswordLocalization & SocialLoginsLocalization & AcceptInvitationLocalization & ActivateAccountLocalization & ImpersonateLocalization & RecoveryMfaLocalization & OpenAppLocalization;
export * from './unlockAccount';
export type LoginBoxLocalization = LoginLocalization & StepUpLocalization & SignupLocalization & ForgetPasswordLocalization & ResetPhoneNumberLocalization & ResetPasswordLocalization & SocialLoginsLocalization & AcceptInvitationLocalization & ActivateAccountLocalization & ImpersonateLocalization & RecoveryMfaLocalization & UnlockAccountLocalization & OpenAppLocalization;

@@ -14,2 +14,3 @@ export * from './login';

export * from './openApp';
export * from './unlockAccount';
export {};

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

/** @license Frontegg v7.2.0
/** @license Frontegg v7.3.0-alpha.0
*

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

@@ -148,2 +148,13 @@ "use strict";

});
});
var _unlockAccount = require("./unlockAccount");
Object.keys(_unlockAccount).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (key in exports && exports[key] === _unlockAccount[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _unlockAccount[key];
}
});
});

@@ -39,2 +39,13 @@ "use strict";

});
var _UnlockAccountPageTheme = require("./UnlockAccountPageTheme");
Object.keys(_UnlockAccountPageTheme).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (key in exports && exports[key] === _UnlockAccountPageTheme[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _UnlockAccountPageTheme[key];
}
});
});
var _CustomLoginComponents = require("./CustomLoginComponents");

@@ -41,0 +52,0 @@ Object.keys(_CustomLoginComponents).forEach(function (key) {

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

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

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

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

@@ -14,5 +14,7 @@ import { AcceptInvitationPageTheme, AcceptInvitationPageThemeOptions } from './AcceptInvitationTheme';

import { OpenAppPageTheme, OpenAppPageThemeOptions } from './OpenAppPageTheme';
import { UnlockAccountPageTheme, UnlockAccountPageThemeOptions } from './UnlockAccountPageTheme';
export * from './LoginBoxCommon';
export * from './LoginPageTheme';
export * from './SignupPageTheme';
export * from './UnlockAccountPageTheme';
export * from './CustomLoginComponents';

@@ -40,2 +42,3 @@ export * from './SocialLoginsTheme';

activateAccount?: ActivateAccountPageThemeOptions;
unlockAccount?: UnlockAccountPageThemeOptions;
forgotPassword?: ForgotPasswordPageThemeOptions;

@@ -54,2 +57,3 @@ resetPhoneNumber?: ResetPhoneNumberPageThemeOptions;

activateAccount: ActivateAccountPageTheme;
unlockAccount: UnlockAccountPageTheme;
forgotPassword: ForgotPasswordPageTheme;

@@ -56,0 +60,0 @@ resetPhoneNumber: ResetPhoneNumberPageTheme;

export * from './LoginBoxCommon';
export * from './LoginPageTheme';
export * from './SignupPageTheme';
export * from './UnlockAccountPageTheme';
export * from './CustomLoginComponents';

@@ -5,0 +6,0 @@ export * from './SocialLoginsTheme';

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