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.6.0 to 4.7.0

6

FronteggAppOptions.d.ts

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

import { FronteggStoreOptions } from './FronteggStoreOptions';
import { EnhancedStore } from '@reduxjs/toolkit';
export interface FronteggAppOptions extends FronteggStoreOptions {

@@ -71,2 +72,7 @@ contextOptions: ContextOptions;

urlStrategy?: 'path' | 'hash';
/**
* Pass Redux store object created by createFronteggStore to manage actions and state of the frontegg application
* mostly used when building your own components.
*/
store?: EnhancedStore;
}

4

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

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

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