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.35 to 3.1.36

1

auth/interfaces.d.ts

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

export * from "./secutiry-poilicy/interfaces";
export { USE_ENTITLEMENTS_V2_ENDPOINT_FF } from './constants';
export declare type IPreLogin = {

@@ -8,0 +9,0 @@ email: string;

export * from "./secutiry-poilicy/interfaces";
export { USE_ENTITLEMENTS_V2_ENDPOINT_FF } from './constants';
export let SecondaryAuthStrategy;

@@ -3,0 +4,0 @@

2

index.js

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

/** @license Frontegg v3.1.35
/** @license Frontegg v3.1.36
*

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

@@ -10,5 +10,13 @@ "use strict";

MFAStrategyEnum: true,
LOAD_AUTHORIZATION_FF: true
LOAD_AUTHORIZATION_FF: true,
USE_ENTITLEMENTS_V2_ENDPOINT_FF: true
};
exports.WebAuthnDeviceType = exports.SecondaryAuthStrategy = exports.MFAStrategyEnum = exports.LOAD_AUTHORIZATION_FF = void 0;
exports.SecondaryAuthStrategy = exports.MFAStrategyEnum = exports.LOAD_AUTHORIZATION_FF = void 0;
Object.defineProperty(exports, "USE_ENTITLEMENTS_V2_ENDPOINT_FF", {
enumerable: true,
get: function () {
return _constants.USE_ENTITLEMENTS_V2_ENDPOINT_FF;
}
});
exports.WebAuthnDeviceType = void 0;

@@ -28,2 +36,5 @@ var _interfaces = require("./secutiry-poilicy/interfaces");

});
var _constants = require("./constants");
let SecondaryAuthStrategy;

@@ -30,0 +41,0 @@ exports.SecondaryAuthStrategy = SecondaryAuthStrategy;

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

/** @license Frontegg v3.1.35
/** @license Frontegg v3.1.36
*

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

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