@apiverve/ipblacklistlookup 1.1.7 → 1.1.8

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.
Files changed (2) hide show
  1. package/README.md +19 -19
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -67,24 +67,24 @@ api.execute(query, function (error, data) {
67
67
  ###### Example Response
68
68
 
69
69
  ```
70
- {
71
- "status": "ok",
72
- "error": null,
73
- "data": {
74
- "ipAddress": "201.23.192.173",
75
- "isIPBlacklisted": true,
76
- "ipDetails": {
77
- "range": [
78
- 3373776896,
79
- 3373785087
80
- ],
81
- "country": "BR",
82
- "region": "",
83
- "timezone": "America/Sao_Paulo"
84
- },
85
- "parsed": true
86
- },
87
- "code": 200
70
+ {
71
+ "status": "ok",
72
+ "error": null,
73
+ "data": {
74
+ "ipAddress": "201.23.192.173",
75
+ "isIPBlacklisted": true,
76
+ "ipDetails": {
77
+ "range": [
78
+ 3373776896,
79
+ 3373785087
80
+ ],
81
+ "country": "BR",
82
+ "region": "",
83
+ "timezone": "America/Sao_Paulo"
84
+ },
85
+ "parsed": true
86
+ },
87
+ "code": 200
88
88
  }
89
89
  ```
90
90
 
@@ -110,7 +110,7 @@ All usage of the APIVerve website, API, and services is subject to the [APIVerve
110
110
  ## License
111
111
  Licensed under the The MIT License (MIT)
112
112
 
113
- Copyright (©) 2024 APIVerve, and Evlar LLC
113
+ Copyright (©) 2025 APIVerve, and EvlarSoft LLC
114
114
 
115
115
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
116
116
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apiverve/ipblacklistlookup",
3
- "version": "1.1.7",
3
+ "version": "1.1.8",
4
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": {