Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@frontegg/rest-api

Package Overview
Dependencies
Maintainers
2
Versions
610
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@frontegg/rest-api - npm Package Compare versions

Comparing version 3.1.25 to 3.1.26

5

auth/interfaces.d.ts

@@ -364,3 +364,6 @@ import { ITenantsResponse, IUserProfile, UserEntitlementsResponse } from "..";

}
export declare type IPasswordlessPreLogin = IEmailPasswordlessPreLogin | IUserIDPasswordlessPreLogin;
export interface IPhoneNumberPasswordlessPreLogin extends IBasePasswordlessPreLogin {
phoneNumber: string;
}
export declare type IPasswordlessPreLogin = IEmailPasswordlessPreLogin | IUserIDPasswordlessPreLogin | IPhoneNumberPasswordlessPreLogin;
export interface IPasswordlessPostLogin {

@@ -367,0 +370,0 @@ token: string;

3

auth/interfaces.js
export * from "./secutiry-poilicy/interfaces";
;
export let SecondaryAuthStrategy;

@@ -30,2 +29,2 @@

export const LOAD_AUTHORIZATION_FF = 'admin_portal_should_load_authorization';
export const LOAD_AUTHORIZATION_FF = "admin_portal_should_load_authorization";

@@ -1,2 +0,2 @@

/** @license Frontegg v3.1.25
/** @license Frontegg v3.1.26
*

@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the

@@ -27,3 +27,2 @@ "use strict";

});
;
let SecondaryAuthStrategy;

@@ -59,3 +58,3 @@ exports.SecondaryAuthStrategy = SecondaryAuthStrategy;

const LOAD_AUTHORIZATION_FF = 'admin_portal_should_load_authorization';
const LOAD_AUTHORIZATION_FF = "admin_portal_should_load_authorization";
exports.LOAD_AUTHORIZATION_FF = LOAD_AUTHORIZATION_FF;

@@ -1,2 +0,2 @@

/** @license Frontegg v3.1.25
/** @license Frontegg v3.1.26
*

@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the

{
"name": "@frontegg/rest-api",
"version": "3.1.25",
"version": "3.1.26",
"main": "./node/index.js",

@@ -5,0 +5,0 @@ "license": "MIT",

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