Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@frontegg/client

Package Overview
Dependencies
Maintainers
1
Versions
184
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@frontegg/client - npm Package Compare versions

Comparing version 1.0.23-1 to 1.0.23-2

2

dist/src/middleware/index.js

@@ -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 @@

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