@frontegg/client
Advanced tools
Comparing version 1.0.23-1 to 1.0.23-2
@@ -42,3 +42,3 @@ "use strict"; | ||
var proxy = httpProxy.createProxyServer({ secure: false, changeOrigin: true }); | ||
var target = "https://api.frontegg.com/"; | ||
var target = process.env.FRONTEGG_API_GATEWAY_URL || "https://api.frontegg.com/"; | ||
var authenticator = new authenticator_1.FronteggAuthenticator(); | ||
@@ -45,0 +45,0 @@ var MAX_RETRIES = 3; |
{ | ||
"name": "@frontegg/client", | ||
"version": "1.0.23-1", | ||
"version": "1.0.23-2", | ||
"description": "Frontegg Javascript Library for backend", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -6,3 +6,3 @@ import * as httpProxy from 'http-proxy'; | ||
const proxy = httpProxy.createProxyServer({ secure: false, changeOrigin: true }); | ||
const target = "https://api.frontegg.com/"; | ||
const target = process.env.FRONTEGG_API_GATEWAY_URL || "https://api.frontegg.com/"; | ||
const authenticator = new FronteggAuthenticator(); | ||
@@ -9,0 +9,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
65038
2