request-filtering-agent
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "request-filtering-agent", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "An http(s).Agent implementation that block request Private IP address.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/azu/request-filtering-agent", |
@@ -171,2 +171,4 @@ # request-filtering-agent [![Build Status](https://travis-ci.org/azu/request-filtering-agent.svg?branch=master)](https://travis-ci.org/azu/request-filtering-agent) | ||
- It provide only high level wrapper | ||
- It only handle Private IP address that is definition in [node-ip](https://github.com/indutny/node-ip/blob/43e442366bf5a93493c8c4c36736f87d675b0c3d/lib/ip.js#L302-L314) | ||
- Missing Meta IP Address like `0.0.0.0` | ||
@@ -173,0 +175,0 @@ ## Changelog |
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
25673
204