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.14 to 3.1.15

2

index.js

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

/** @license Frontegg v3.1.14
/** @license Frontegg v3.1.15
*

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

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

/** @license Frontegg v3.1.14
/** @license Frontegg v3.1.15
*

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

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

InsightCode["DOMAIN_DENYLIST"] = "DOMAIN_DENYLIST";
InsightCode["FULL_PASSWORD_SETTINGS"] = "FULL_PASSWORD_SETTINGS";
})(InsightCode || (exports.InsightCode = InsightCode = {}));

@@ -55,0 +56,0 @@

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

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

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

DOMAIN_ALLOWLIST = "DOMAIN_ALLOWLIST",
DOMAIN_DENYLIST = "DOMAIN_DENYLIST"
DOMAIN_DENYLIST = "DOMAIN_DENYLIST",
FULL_PASSWORD_SETTINGS = "FULL_PASSWORD_SETTINGS"
}

@@ -79,0 +80,0 @@ export interface RecommendationAction {

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

InsightCode["DOMAIN_DENYLIST"] = "DOMAIN_DENYLIST";
InsightCode["FULL_PASSWORD_SETTINGS"] = "FULL_PASSWORD_SETTINGS";
})(InsightCode || (InsightCode = {}));

@@ -47,0 +48,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