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

@frontegg/rest-api

Package Overview
Dependencies
Maintainers
1
Versions
621
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.0.124 to 3.0.125

2

auth/index.js

@@ -214,3 +214,3 @@ import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose";

export async function verifyMFAEmailCode(body) {
return Post(`${urls.identity.users.v1}/user/mfa/emailcode/verify`, body);
return Post(`${urls.identity.auth.v1}/user/mfa/emailcode/verify`, body);
}

@@ -217,0 +217,0 @@ export async function preEnrollMFASMSForLogin(body) {

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

/** @license Frontegg v3.0.124
/** @license Frontegg v3.0.125
*

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

@@ -560,3 +560,3 @@ "use strict";

async function verifyMFAEmailCode(body) {
return (0, _fetch.Post)(`${_constants.urls.identity.users.v1}/user/mfa/emailcode/verify`, body);
return (0, _fetch.Post)(`${_constants.urls.identity.auth.v1}/user/mfa/emailcode/verify`, body);
}

@@ -563,0 +563,0 @@

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

/** @license Frontegg v3.0.124
/** @license Frontegg v3.0.125
*

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

{
"name": "@frontegg/rest-api",
"version": "3.0.124",
"version": "3.0.125",
"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