New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@frontegg/rest-api

Package Overview
Dependencies
Maintainers
3
Versions
638
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 7.55.0 to 7.56.0-alpha.0

2

auth/index.d.ts

@@ -52,2 +52,4 @@ export * from './secutiry-poilicy';

* and then `loginWithMfa` should be called with the mfaToken and generated code.
* If the password is expired, the server will return resetPasswordToken.
* If password rotation configuration is enabled and password not expired, the server will return passwordExpiresIn and notificationPeriod.
* Otherwise, the server will accessToken and refreshToken.

@@ -54,0 +56,0 @@ * The refresh token should be used to renew your access token by calling `refreshToken`.

@@ -57,2 +57,6 @@ import { UserEntitlementsContext as UserEntitlementsResponseV2 } from '@frontegg/entitlements-javascript-commons';

auth_time?: number;
resetPasswordToken?: string;
passwordExpiresIn?: number;
notificationPeriod?: number;
userId?: string;
};

@@ -59,0 +63,0 @@ export type ILoginResponseV2 = {

2

index.js

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

/** @license Frontegg v7.55.0
/** @license Frontegg v7.56.0-alpha.0
*

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

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

/** @license Frontegg v7.55.0
/** @license Frontegg v7.56.0-alpha.0
*

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

{
"name": "@frontegg/rest-api",
"version": "7.55.0",
"version": "7.56.0-alpha.0",
"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