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
616
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.140 to 3.0.141

2

index.js

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

/** @license Frontegg v3.0.140
/** @license Frontegg v3.0.141
*

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

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

/** @license Frontegg v3.0.140
/** @license Frontegg v3.0.141
*

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

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

RecommendationCode["CHANGE_IP_TO_ALLOWLIST"] = "CHANGE_IP_TO_ALLOWLIST";
RecommendationCode["ENABLE_DOMAIN_RESTRICTION"] = "ENABLE_DOMAIN_RESTRICTIONS";
RecommendationCode["ENABLE_DOMAIN_RESTRICTIONS"] = "ENABLE_DOMAIN_RESTRICTIONS";
RecommendationCode["CHANGE_DOMAIN_TO_ALLOWLIST"] = "CHANGE_DOMAIN_TO_ALLOWLIST";

@@ -28,0 +28,0 @@ RecommendationCode["REMOVE_STALE_USERS"] = "REMOVE_STALE_USERS";

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

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

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

category: SecurityCategory;
actions?: RecommendationAction[];
metadata?: RecommendationMetadata;

@@ -12,2 +11,3 @@ }

metadata?: InsightsMetadata;
category: SecurityCategory;
}

@@ -55,3 +55,3 @@ interface BaseRecommendationMetadata {

CHANGE_IP_TO_ALLOWLIST = "CHANGE_IP_TO_ALLOWLIST",
ENABLE_DOMAIN_RESTRICTION = "ENABLE_DOMAIN_RESTRICTIONS",
ENABLE_DOMAIN_RESTRICTIONS = "ENABLE_DOMAIN_RESTRICTIONS",
CHANGE_DOMAIN_TO_ALLOWLIST = "CHANGE_DOMAIN_TO_ALLOWLIST",

@@ -58,0 +58,0 @@ REMOVE_STALE_USERS = "REMOVE_STALE_USERS"

@@ -18,3 +18,3 @@ export let RecommendationCode;

RecommendationCode["CHANGE_IP_TO_ALLOWLIST"] = "CHANGE_IP_TO_ALLOWLIST";
RecommendationCode["ENABLE_DOMAIN_RESTRICTION"] = "ENABLE_DOMAIN_RESTRICTIONS";
RecommendationCode["ENABLE_DOMAIN_RESTRICTIONS"] = "ENABLE_DOMAIN_RESTRICTIONS";
RecommendationCode["CHANGE_DOMAIN_TO_ALLOWLIST"] = "CHANGE_DOMAIN_TO_ALLOWLIST";

@@ -21,0 +21,0 @@ RecommendationCode["REMOVE_STALE_USERS"] = "REMOVE_STALE_USERS";

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