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.9 to 3.1.10

2

index.js

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

/** @license Frontegg v3.1.9
/** @license Frontegg v3.1.10
*

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

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

/** @license Frontegg v3.1.9
/** @license Frontegg v3.1.10
*

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

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

RecommendationCode["REMOVE_STALE_USERS"] = "REMOVE_STALE_USERS";
RecommendationCode["CONFIGURE_SSO"] = "CONFIGURE_SSO";
})(RecommendationCode || (exports.RecommendationCode = RecommendationCode = {}));

@@ -30,0 +31,0 @@

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

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

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

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

@@ -58,0 +59,0 @@ export declare enum InsightCode {

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

RecommendationCode["REMOVE_STALE_USERS"] = "REMOVE_STALE_USERS";
RecommendationCode["CONFIGURE_SSO"] = "CONFIGURE_SSO";
})(RecommendationCode || (RecommendationCode = {}));

@@ -23,0 +24,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