proxy-addr
Advanced tools
Comparing version 2.0.4 to 2.0.5
@@ -0,1 +1,6 @@ | ||
2.0.5 / 2019-04-16 | ||
================== | ||
* deps: ipaddr.js@1.9.0 | ||
2.0.4 / 2018-07-26 | ||
@@ -2,0 +7,0 @@ ================== |
{ | ||
"name": "proxy-addr", | ||
"description": "Determine address of proxied request", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"author": "Douglas Christopher Wilson <doug@somethingdoug.com>", | ||
@@ -15,3 +15,3 @@ "license": "MIT", | ||
"forwarded": "~0.1.2", | ||
"ipaddr.js": "1.8.0" | ||
"ipaddr.js": "1.9.0" | ||
}, | ||
@@ -21,11 +21,12 @@ "devDependencies": { | ||
"beautify-benchmark": "0.2.4", | ||
"eslint": "4.19.1", | ||
"eslint-config-standard": "11.0.0", | ||
"eslint-plugin-import": "2.13.0", | ||
"eslint-plugin-markdown": "1.0.0-beta.6", | ||
"eslint-plugin-node": "6.0.1", | ||
"eslint-plugin-promise": "3.8.0", | ||
"eslint-plugin-standard": "3.1.0", | ||
"mocha": "3.5.3", | ||
"nyc": "10.3.2" | ||
"deep-equal": "1.0.1", | ||
"eslint": "5.16.0", | ||
"eslint-config-standard": "12.0.0", | ||
"eslint-plugin-import": "2.17.1", | ||
"eslint-plugin-markdown": "1.0.0", | ||
"eslint-plugin-node": "8.0.1", | ||
"eslint-plugin-promise": "4.1.1", | ||
"eslint-plugin-standard": "4.0.0", | ||
"mocha": "6.1.3", | ||
"nyc": "13.3.0" | ||
}, | ||
@@ -32,0 +33,0 @@ "files": [ |
# proxy-addr | ||
[![NPM Version][npm-image]][npm-url] | ||
[![NPM Downloads][downloads-image]][downloads-url] | ||
[![Node.js Version][node-version-image]][node-version-url] | ||
[![NPM Version][npm-version-image]][npm-url] | ||
[![NPM Downloads][npm-downloads-image]][npm-url] | ||
[![Node.js Version][node-image]][node-url] | ||
[![Build Status][travis-image]][travis-url] | ||
@@ -147,11 +147,10 @@ [![Test Coverage][coveralls-image]][coveralls-url] | ||
[npm-image]: https://img.shields.io/npm/v/proxy-addr.svg | ||
[coveralls-image]: https://badgen.net/coveralls/c/github/jshttp/proxy-addr/master | ||
[coveralls-url]: https://coveralls.io/r/jshttp/proxy-addr?branch=master | ||
[node-image]: https://badgen.net/npm/node/proxy-addr | ||
[node-url]: https://nodejs.org/en/download | ||
[npm-downloads-image]: https://badgen.net/npm/dm/proxy-addr | ||
[npm-url]: https://npmjs.org/package/proxy-addr | ||
[node-version-image]: https://img.shields.io/node/v/proxy-addr.svg | ||
[node-version-url]: https://nodejs.org/en/download/ | ||
[travis-image]: https://img.shields.io/travis/jshttp/proxy-addr/master.svg | ||
[npm-version-image]: https://badgen.net/npm/v/proxy-addr | ||
[travis-image]: https://badgen.net/travis/jshttp/proxy-addr/master | ||
[travis-url]: https://travis-ci.org/jshttp/proxy-addr | ||
[coveralls-image]: https://img.shields.io/coveralls/jshttp/proxy-addr/master.svg | ||
[coveralls-url]: https://coveralls.io/r/jshttp/proxy-addr?branch=master | ||
[downloads-image]: https://img.shields.io/npm/dm/proxy-addr.svg | ||
[downloads-url]: https://npmjs.org/package/proxy-addr |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15475
12
156
+ Addedipaddr.js@1.9.0(transitive)
- Removedipaddr.js@1.8.0(transitive)
Updatedipaddr.js@1.9.0