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.53.0 to 7.54.0

Localizations/LoginBoxLocalization/prestep.d.ts

2

index.js

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

/** @license Frontegg v7.53.0
/** @license Frontegg v7.54.0
*

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

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

import { PrestepLocalization } from './prestep';
export interface AcceptInvitationLocalization {

@@ -38,3 +39,3 @@ /**

acceptInvitationOtcMessage: string;
};
} & PrestepLocalization;
}

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

import { PrestepLocalization } from './prestep';
export interface ActivateAccountLocalization {

@@ -104,3 +105,3 @@ /**

activateAccountOTCMessage: string;
};
} & PrestepLocalization;
}

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

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

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

export * from './unlockAccount';
export * from './prestep';
export {};
import { TestimonialComponentLocalization, TitleDescriptionComponentLocalization, ValuesComponentLocalization } from './SplitPageTypes';
import { PrestepLocalization } from './prestep';
export interface LoginLocalization {

@@ -533,3 +534,3 @@ /**

genericErrorPageTitle: string;
};
} & PrestepLocalization;
}

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

import { PrestepLocalization } from './prestep';
export interface UnlockAccountLocalization {

@@ -26,3 +27,3 @@ /**

successMessage: string;
};
} & PrestepLocalization;
}

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

/** @license Frontegg v7.53.0
/** @license Frontegg v7.54.0
*

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

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

});
});
var _prestep = require("./prestep");
Object.keys(_prestep).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (key in exports && exports[key] === _prestep[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _prestep[key];
}
});
});
{
"name": "@frontegg/types",
"version": "7.53.0",
"version": "7.54.0",
"main": "./node/index.js",

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

"@babel/runtime": "^7.18.6",
"@frontegg/redux-store": "7.53.0",
"@frontegg/redux-store": "7.54.0",
"csstype": "^3.0.9",

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

@@ -29,2 +29,4 @@ import { ExtendedCSSProperties } from '../../Common';

mode: 'eventually';
showEventuallyButtonsWithText?: boolean;
eventuallyButtonsStyle?: Omit<ButtonThemeOptions, 'disabled'>;
};

@@ -31,0 +33,0 @@ export type SocialLoginsLayout = SocialLoginsLayoutStacked | SocialLoginsLayoutEventually;

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