proxy-addr
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -0,1 +1,6 @@ | ||
2.0.3 / 2018-02-19 | ||
================== | ||
* deps: ipaddr.js@1.6.0 | ||
2.0.2 / 2017-09-24 | ||
@@ -2,0 +7,0 @@ ================== |
@@ -145,4 +145,4 @@ /*! | ||
: len === 1 | ||
? trustSingle(rangeSubnets[0]) | ||
: trustMulti(rangeSubnets) | ||
? trustSingle(rangeSubnets[0]) | ||
: trustMulti(rangeSubnets) | ||
} | ||
@@ -149,0 +149,0 @@ |
{ | ||
"name": "proxy-addr", | ||
"description": "Determine address of proxied request", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"author": "Douglas Christopher Wilson <doug@somethingdoug.com>", | ||
@@ -15,3 +15,3 @@ "license": "MIT", | ||
"forwarded": "~0.1.2", | ||
"ipaddr.js": "1.5.2" | ||
"ipaddr.js": "1.6.0" | ||
}, | ||
@@ -21,8 +21,8 @@ "devDependencies": { | ||
"beautify-benchmark": "0.2.4", | ||
"eslint": "3.19.0", | ||
"eslint-config-standard": "10.2.1", | ||
"eslint-plugin-import": "2.7.0", | ||
"eslint": "4.18.0", | ||
"eslint-config-standard": "11.0.0", | ||
"eslint-plugin-import": "2.8.0", | ||
"eslint-plugin-markdown": "1.0.0-beta.6", | ||
"eslint-plugin-node": "5.1.1", | ||
"eslint-plugin-promise": "3.5.0", | ||
"eslint-plugin-node": "6.0.0", | ||
"eslint-plugin-promise": "3.6.0", | ||
"eslint-plugin-standard": "3.0.1", | ||
@@ -29,0 +29,0 @@ "mocha": "3.5.3", |
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
15421
+ Addedipaddr.js@1.6.0(transitive)
- Removedipaddr.js@1.5.2(transitive)
Updatedipaddr.js@1.6.0