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 4.5.0 to 4.6.0

5

FronteggStoreOptions.d.ts

@@ -1,5 +0,6 @@

import { AuditsState, AuthState } from '@frontegg/redux-store';
export interface AuthOptions extends Partial<AuthState> {
import { AuditsState, AuthState, AuthPageRoutes } from '@frontegg/redux-store';
export interface AuthOptions extends Partial<Omit<AuthState, 'routes'>> {
keepSessionAlive?: boolean;
includeQueryParam?: boolean;
routes?: Partial<AuthPageRoutes>;
}

@@ -6,0 +7,0 @@ export interface AuditsOptions extends Partial<AuditsState> {

4

package.json
{
"name": "@frontegg/types",
"version": "4.5.0",
"version": "4.6.0",
"types": "index.d.ts",

@@ -15,4 +15,4 @@ "author": "Frontegg LTD",

"devDependencies": {
"@frontegg/redux-store": "4.5.0"
"@frontegg/redux-store": "4.6.0"
}
}
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