proxy-addr
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -0,1 +1,9 @@ | ||
2.0.1 / 2017-09-10 | ||
================== | ||
* deps: forwarded@~0.1.1 | ||
- Fix trimming leading / trailing OWS | ||
- perf: hoist regular expression | ||
* deps: ipaddr.js@1.5.2 | ||
2.0.0 / 2017-08-08 | ||
@@ -2,0 +10,0 @@ ================== |
{ | ||
"name": "proxy-addr", | ||
"description": "Determine address of proxied request", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"author": "Douglas Christopher Wilson <doug@somethingdoug.com>", | ||
@@ -14,4 +14,4 @@ "license": "MIT", | ||
"dependencies": { | ||
"forwarded": "~0.1.0", | ||
"ipaddr.js": "1.4.0" | ||
"forwarded": "~0.1.1", | ||
"ipaddr.js": "1.5.2" | ||
}, | ||
@@ -28,3 +28,3 @@ "devDependencies": { | ||
"eslint-plugin-standard": "3.0.1", | ||
"mocha": "3.5.0", | ||
"mocha": "3.5.2", | ||
"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
15188
+ Addedipaddr.js@1.5.2(transitive)
- Removedipaddr.js@1.4.0(transitive)
Updatedforwarded@~0.1.1
Updatedipaddr.js@1.5.2