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.17 to 3.1.18

2

index.js

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

/** @license Frontegg v3.1.17
/** @license Frontegg v3.1.18
*

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

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

/** @license Frontegg v3.1.17
/** @license Frontegg v3.1.18
*

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

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

RecommendationCode["CHANGE_DOMAIN_TO_ALLOWLIST"] = "CHANGE_DOMAIN_TO_ALLOWLIST";
RecommendationCode["REMOVE_STALE_USERS"] = "REMOVE_STALE_USERS";
RecommendationCode["CONFIGURE_SSO"] = "CONFIGURE_SSO";

@@ -46,4 +45,2 @@ })(RecommendationCode || (exports.RecommendationCode = RecommendationCode = {}));

InsightCode["FULL_SESSION_SETTINGS"] = "FULL_SESSION_SETTINGS";
InsightCode["STALE_USERS_EXIST"] = "STALE_USERS_EXIST";
InsightCode["NO_STALE_USERS_EXIST"] = "NO_STALE_USERS_EXIST";
InsightCode["NO_IP_RESTRICTIONS"] = "NO_IP_RESTRICTIONS";

@@ -66,3 +63,2 @@ InsightCode["IP_ALLOWLIST"] = "IP_ALLOWLIST";

RecommendationActionKey["ADJUST_IDLE_TIMEOUT"] = "ADJUST_IDLE_TIMEOUT";
RecommendationActionKey["REMOVE_STALE_USERS"] = "REMOVE_STALE_USERS";
})(RecommendationActionKey || (exports.RecommendationActionKey = RecommendationActionKey = {}));

@@ -69,0 +65,0 @@

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

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

@@ -55,3 +55,2 @@ export interface Recommendation {

CHANGE_DOMAIN_TO_ALLOWLIST = "CHANGE_DOMAIN_TO_ALLOWLIST",
REMOVE_STALE_USERS = "REMOVE_STALE_USERS",
CONFIGURE_SSO = "CONFIGURE_SSO"

@@ -70,4 +69,2 @@ }

FULL_SESSION_SETTINGS = "FULL_SESSION_SETTINGS",
STALE_USERS_EXIST = "STALE_USERS_EXIST",
NO_STALE_USERS_EXIST = "NO_STALE_USERS_EXIST",
NO_IP_RESTRICTIONS = "NO_IP_RESTRICTIONS",

@@ -88,4 +85,3 @@ IP_ALLOWLIST = "IP_ALLOWLIST",

ADJUST_MAX_CONCURRENT_SESSIONS = "ADJUST_MAX_CONCURRENT_SESSIONS",
ADJUST_IDLE_TIMEOUT = "ADJUST_IDLE_TIMEOUT",
REMOVE_STALE_USERS = "REMOVE_STALE_USERS"
ADJUST_IDLE_TIMEOUT = "ADJUST_IDLE_TIMEOUT"
}

@@ -92,0 +88,0 @@ export declare enum RecommendationSeverity {

@@ -20,3 +20,2 @@ export let RecommendationCode;

RecommendationCode["CHANGE_DOMAIN_TO_ALLOWLIST"] = "CHANGE_DOMAIN_TO_ALLOWLIST";
RecommendationCode["REMOVE_STALE_USERS"] = "REMOVE_STALE_USERS";
RecommendationCode["CONFIGURE_SSO"] = "CONFIGURE_SSO";

@@ -38,4 +37,2 @@ })(RecommendationCode || (RecommendationCode = {}));

InsightCode["FULL_SESSION_SETTINGS"] = "FULL_SESSION_SETTINGS";
InsightCode["STALE_USERS_EXIST"] = "STALE_USERS_EXIST";
InsightCode["NO_STALE_USERS_EXIST"] = "NO_STALE_USERS_EXIST";
InsightCode["NO_IP_RESTRICTIONS"] = "NO_IP_RESTRICTIONS";

@@ -57,3 +54,2 @@ InsightCode["IP_ALLOWLIST"] = "IP_ALLOWLIST";

RecommendationActionKey["ADJUST_IDLE_TIMEOUT"] = "ADJUST_IDLE_TIMEOUT";
RecommendationActionKey["REMOVE_STALE_USERS"] = "REMOVE_STALE_USERS";
})(RecommendationActionKey || (RecommendationActionKey = {}));

@@ -60,0 +56,0 @@

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