proxy-addr
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -0,1 +1,9 @@ | ||
1.0.9 / 2015-12-01 | ||
================== | ||
* deps: ipaddr.js@1.0.4 | ||
- Fix accepting some invalid IPv6 addresses | ||
- Reject CIDRs with negative or overlong masks | ||
* perf: enable strict mode | ||
1.0.8 / 2015-05-10 | ||
@@ -2,0 +10,0 @@ ================== |
@@ -7,2 +7,4 @@ /*! | ||
'use strict' | ||
/** | ||
@@ -9,0 +11,0 @@ * Module exports. |
{ | ||
"name": "proxy-addr", | ||
"description": "Determine address of proxied request", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"author": "Douglas Christopher Wilson <doug@somethingdoug.com>", | ||
@@ -15,3 +15,3 @@ "license": "MIT", | ||
"forwarded": "~0.1.0", | ||
"ipaddr.js": "1.0.1" | ||
"ipaddr.js": "1.0.4" | ||
}, | ||
@@ -21,3 +21,3 @@ "devDependencies": { | ||
"beautify-benchmark": "0.2.4", | ||
"istanbul": "0.3.9", | ||
"istanbul": "0.4.1", | ||
"mocha": "~1.21.5" | ||
@@ -24,0 +24,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
13640
277
+ Addedipaddr.js@1.0.4(transitive)
- Removedipaddr.js@1.0.1(transitive)
Updatedipaddr.js@1.0.4