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
1
Versions
945
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.44.1 to 5.45.0

PrivateOptions.d.ts

22

FronteggAppOptions.d.ts

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

import { RedirectOptions } from '@frontegg/rest-api';
import { FronteggThemeOptions } from './ThemeOptions';

@@ -6,6 +5,6 @@ import { FronteggMetadata } from './FronteggMetadata';

import { FronteggStoreOptions } from './FronteggStoreOptions';
import { EnhancedStore } from '@reduxjs/toolkit';
import { LocalizationsOverrides } from './Localizations';
import { CustomEventsOptions } from '@frontegg/redux-store';
export interface FronteggAppOptions extends FronteggStoreOptions {
import { PrivateOptions } from './PrivateOptions';
export interface FronteggAppOptions extends FronteggStoreOptions, PrivateOptions {
withCompanyName?: boolean;

@@ -63,14 +62,2 @@ contextOptions: ContextOptions;

/**
* Option to open admin portal as Preview mode without HTTP requests for demo mode purpose
*/
previewMode?: boolean;
/**
* Option to display login box as Preview mode without HTTP requests for builder customization mode purpose
*/
builderMode?: boolean;
/**
* Connect AdminPortal redirects with the wrapper application router
*/
onRedirectTo?: (path: string, options?: RedirectOptions) => void;
/**
* Base name for LoginBox router

@@ -88,7 +75,2 @@ */

/**
* Pass Redux store object created by create Frontegg Store to manage actions and state of the frontegg application
* mostly used when building your own components.
*/
store?: EnhancedStore;
/**
* Option to support tracing from the Frontegg login box

@@ -95,0 +77,0 @@ */

{
"name": "@frontegg/types",
"version": "5.44.1",
"version": "5.45.0",
"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