Comparing version 1.2.0 to 1.2.1
{ | ||
"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()); |
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
71
2
8017
1
1