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

43

package.json
{
"name": "bfn-proxy",
"version": "1.2.0",
"description": "Boot Fidelity NodeJS-Proxy",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"version": "1.2.1",
"description": "HTTP request proxy middleware for node.js",
"author": "Blue Fidelity Inc. (https://www.bluefidelity.com/)",
"license": "MIT",
"keywords": [
"proxy",
"endpoint",
"middleware",
"http",
"https",
"express",
"request",
"response",
"stream",
"server"
],
"homepage": "https://www.bluefidelity.com/",

@@ -18,9 +26,3 @@ "maintainers": [

],
"repository": {
"type": "git",
"url": "git://github.com/BlueFidelity/bfn-proxy.git"
},
"bugs": {
"url": "https://github.com/BlueFidelity/bfn-proxy/issues"
},
"repository": "BlueFidelity/bfn-proxy",
"dependencies": {

@@ -33,14 +35,5 @@ "lodash.omit": "^4.5.0"

},
"keywords": [
"proxy",
"endpoint",
"middleware",
"http",
"https",
"express",
"request",
"response",
"stream",
"server"
]
"scripts": {
"test": "mocha"
}
}
# bfn-proxy
[![Build Status](https://secure.travis-ci.org/BlueFidelity/bfn-proxy.png)](http://travis-ci.org/BlueFidelity/bfn-proxy)
[![NPM Version][npm-image]][npm-url]
[![Build Status][travis-image]][travis-url]

@@ -5,0 +6,0 @@ ## Super simple to use

var assert = require('assert');
var pxy = require('../index');
describe('pxy', function() {
describe('pxy()', function() {
describe('bfn-proxy', function() {
describe('bfn-proxy()', function() {
it('should return function', function () {

@@ -7,0 +7,0 @@ assert.equal('function', typeof pxy());

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