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

bfn-proxy

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bfn-proxy - npm Package Compare versions

Comparing version 1.3.6 to 1.3.7

5

lib/bfn-proxy.js

@@ -52,3 +52,6 @@ 'use strict'

if (res.statusCode && res.headers) {
if (opts.enableCORS && request.headers.origin) res.headers['access-control-allow-origin'] = '*'
if (opts.enableCORS && request.headers.origin) {
res.headers['access-control-allow-origin'] = '*'
res.headers['access-control-expose-headers'] = 'Content-Length, X-Bfs-Responseurl'
}
res.headers['X-Bfs-Responseurl'] = (request.headers['x-forwarded-proto'] || 'http') + '://' + request.headers.host + '//http' + (scheme === 'http' ? '' : 's') + ':' + options.href

@@ -55,0 +58,0 @@ if ((res.statusCode >= 200 && res.statusCode <= 299) || res.statusCode === 304) {

2

package.json
{
"name": "bfn-proxy",
"version": "1.3.6",
"version": "1.3.7",
"description": "HTTP request proxy middleware for node.js",

@@ -5,0 +5,0 @@ "author": "Blue Fidelity Inc. (https://www.bluefidelity.com/)",

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