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
938
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.39.2 to 5.40.0

2

ContextOptions.d.ts

@@ -6,3 +6,3 @@ import { KeyValuePair, LogLevel } from '@frontegg/rest-api';

*/
baseUrl: string;
baseUrl: string | ((url: string) => string);
/**

@@ -9,0 +9,0 @@ * Frontegg clientId. Identifier from your Frontegg workspace account.

@@ -8,5 +8,7 @@ import { RedirectOptions } from '@frontegg/rest-api';

import { LocalizationsOverrides } from './Localizations';
import { CustomEventsOptions } from '@frontegg/redux-store';
export interface FronteggAppOptions extends FronteggStoreOptions {
withCompanyName?: boolean;
contextOptions: ContextOptions;
events?: CustomEventsOptions;
themeOptions?: FronteggThemeOptions;

@@ -13,0 +15,0 @@ /**

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