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.18.1 to 5.18.2

2

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

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

import { CustomComponent, LoginBoxCommonTheme, LoginBoxCommonThemeOptions } from '../index';
import { ExtendedCSSProperties } from '../../Common';
import { ReactNode } from 'react';
interface TitleProps {

@@ -8,3 +7,3 @@ title: string;

interface MessageProps {
message: ReactNode;
message: string;
}

@@ -11,0 +10,0 @@ interface ActivateAccountComponentsTheme {

import { CustomComponent, LoginBoxCommonTheme, LoginBoxCommonThemeOptions } from '../index';
import { ExtendedCSSProperties } from '../../Common';
import { ReactNode } from 'react';
interface TitleProps {

@@ -8,3 +7,3 @@ title: string;

interface MessageProps {
message: ReactNode;
message: string;
}

@@ -11,0 +10,0 @@ interface ForgotPasswordComponentsTheme {

import { LoginBoxCommonTheme, LoginBoxCommonThemeOptions } from '../index';
import { ExtendedCSSProperties } from '../../Common';
import { CustomComponent } from '../ComponentsOptions';
import { ReactNode } from 'react';
interface TitleProps {

@@ -9,3 +8,3 @@ title: string;

interface MessageProps {
message: ReactNode;
message: string;
}

@@ -12,0 +11,0 @@ export interface GoToSignupMessageProps {

import { CustomComponent, LoginBoxCommonTheme, LoginBoxCommonThemeOptions } from '../index';
import { ExtendedCSSProperties } from '../../Common';
import { ReactNode } from 'react';
interface TitleProps {

@@ -8,3 +7,3 @@ title: string;

interface MessageProps {
message: ReactNode;
message: string;
}

@@ -11,0 +10,0 @@ interface ResetPasswordComponentsTheme {

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