proxy-addr
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -0,1 +1,8 @@ | ||
2.0.2 / 2017-09-24 | ||
================== | ||
* deps: forwarded@~0.1.2 | ||
- perf: improve header parsing | ||
- perf: reduce overhead when no `X-Forwarded-For` header | ||
2.0.1 / 2017-09-10 | ||
@@ -2,0 +9,0 @@ ================== |
{ | ||
"name": "proxy-addr", | ||
"description": "Determine address of proxied request", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"author": "Douglas Christopher Wilson <doug@somethingdoug.com>", | ||
@@ -14,3 +14,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"forwarded": "~0.1.1", | ||
"forwarded": "~0.1.2", | ||
"ipaddr.js": "1.5.2" | ||
@@ -28,3 +28,3 @@ }, | ||
"eslint-plugin-standard": "3.0.1", | ||
"mocha": "3.5.2", | ||
"mocha": "3.5.3", | ||
"nyc": "10.3.2" | ||
@@ -31,0 +31,0 @@ }, |
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
15351
Updatedforwarded@~0.1.2