New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@frontegg/client

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.72 to 1.0.73

@@ -274,3 +274,5 @@ "use strict";

proxy.on('proxyReq', function (proxyReq, req, res, _) {
proxyReq.setHeader('frontegg-vendor-host', req.host);
if (req.hostname) {
proxyReq.setHeader('frontegg-vendor-host', req.hostname);
}
if (req.body) {

@@ -277,0 +279,0 @@ var bodyData = JSON.stringify(req.body);

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

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

Sorry, the diff of this file is not supported yet