@apiverve/ipblacklistlookup 1.0.3 → 1.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
IP Blacklist Lookup API
|
|
2
2
|
============
|
|
3
3
|
|
|
4
|
-
IP Blacklist Lookup is a simple tool for looking up if an IP address is in a blacklist. It returns the
|
|
4
|
+
IP Blacklist Lookup is a simple tool for looking up if an IP address is in a blacklist. It returns if the IP is found in a blacklist.
|
|
5
5
|
|
|
6
6
|

|
|
7
7
|

|
|
@@ -76,7 +76,7 @@ api.execute(query, function (error, data) {
|
|
|
76
76
|
"ipDetails": {
|
|
77
77
|
"range": [
|
|
78
78
|
3373776896,
|
|
79
|
-
|
|
79
|
+
3373785087
|
|
80
80
|
],
|
|
81
81
|
"country": "BR",
|
|
82
82
|
"region": "",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@apiverve/ipblacklistlookup",
|
|
3
|
-
"version": "1.
|
|
4
|
-
"description": "IP Blacklist Lookup is a simple tool for looking up if an IP address is in a blacklist. It returns the
|
|
3
|
+
"version": "1.1.2",
|
|
4
|
+
"description": "IP Blacklist Lookup is a simple tool for looking up if an IP address is in a blacklist. It returns if the IP is found in a blacklist.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"test": "mocha"
|