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.6.3 to 1.6.4

2

lib/bfn-proxy.js

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

var omit = require('lodash.omit')
var pickBy = require('lodash.pickby')
var res404 = require('./not-found')

@@ -56,2 +57,3 @@ var doAPI = require('./api-functions')

if (setReferer) headers['referer'] = 'http' + (scheme === 'http' ? '' : 's') + ':' + setReferer
if (opts.pickByHeaders) headers = pickBy(headers, opts.pickByHeaders)
options.headers = headers

@@ -58,0 +60,0 @@ options.method = request.method

3

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

@@ -28,2 +28,3 @@ "author": "Blue Fidelity Inc. (https://www.bluefidelity.com/)",

"lodash.omit": "^4.5.0",
"lodash.pickby": "^4.5.0",
"request": "^2.88.0"

@@ -30,0 +31,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