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.4.0 to 1.4.1

lib/api-rss.js

2

lib/bfn-proxy.js

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

var doAPI = require('./api-functions')
var doRSS = require('./api-rss')

@@ -16,2 +17,3 @@ module.exports = function (opts) {

return function (request, response) {
if (/^\/?api\/1\/rss\.json\?/.test(request.url)) return doRSS(request, response)
var uriMatch = request.url.match('^/?(?://(https?):)?/?(/[a-zA-Z0-9.-]+\\.[a-zA-Z]{2,}/.*)$')

@@ -18,0 +20,0 @@ var setReferer = null

2

package.json
{
"name": "bfn-proxy",
"version": "1.4.0",
"version": "1.4.1",
"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