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
927
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.16.5 to 5.17.0

2

package.json
{
"name": "@frontegg/types",
"version": "5.16.5",
"version": "5.17.0",
"main": "./node/index.js",

@@ -5,0 +5,0 @@ "module": "./index.js",

import { BaseTheme, BaseThemeOptions } from './index';
import { Color, CSSProperties } from '../Common';
import { Color, CSSProperties, ExtendedCSSProperties } from '../Common';
export interface NavigationThemeOptionsState {

@@ -46,4 +46,4 @@ color?: Color;

export interface PageThemeOptions extends BaseThemeOptions {
header?: BaseThemeOptions;
content?: BaseThemeOptions;
header?: ExtendedCSSProperties;
content?: ExtendedCSSProperties;
}

@@ -50,0 +50,0 @@ export interface ProfilePageThemeOptions extends Omit<PageThemeOptions, 'content'> {

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