New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 2.0.11 to 2.0.12

2

dist/src/middleware/fronteggMiddleware.js

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

var utils_1 = require("./utils");
var proxy = httpProxy.createProxyServer({ secure: false, changeOrigin: true });
var proxy = httpProxy.createProxyServer({ secure: false, changeOrigin: true, xfwd: true });
var target = process.env.FRONTEGG_API_GATEWAY_URL || 'https://api.frontegg.com/';

@@ -48,0 +48,0 @@ var pjson = getPackageJSON_1.getPackageJson() || { version: 'unknown' };

{
"name": "@frontegg/client",
"version": "2.0.11",
"version": "2.0.12",
"description": "Frontegg Javascript Library for backend",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is not supported yet

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