abuseipdb-client 0.1.3 → 0.1.5
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 +4 -2
- package/package.json +1 -1
- package/CHANGELOG.md +0 -13
package/README.md
CHANGED
|
@@ -8,7 +8,9 @@
|
|
|
8
8
|
</h1>
|
|
9
9
|
|
|
10
10
|

|
|
11
|
-
](https://codecov.io/gh/arthur-melo/abuseipdb-client)
|
|
12
|
+

|
|
13
|
+

|
|
12
14
|
|
|
13
15
|
Unofficial [AbuseIPDB](https://www.abuseipdb.com/) Node.js client library.
|
|
14
16
|
|
|
@@ -187,4 +189,4 @@ I'll keep an eye whether the team behind AbuseIPDB adds support for this use cas
|
|
|
187
189
|
|
|
188
190
|
## License
|
|
189
191
|
|
|
190
|
-
abuseipdb-client is released under the [MIT license](https://github.com/arthur-melo/abuseipdb-client/LICENSE).
|
|
192
|
+
abuseipdb-client is released under the [MIT license](https://github.com/arthur-melo/abuseipdb-client/blob/main/LICENSE).
|
package/package.json
CHANGED
package/CHANGELOG.md
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
## [0.1.3](https://github.com/arthur-melo/abuseipdb-client/compare/v0.1.2...v0.1.3) (2022-12-21)
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
### Bug Fixes
|
|
5
|
-
|
|
6
|
-
* **semantic-release:** Using engines package.json field ([#4](https://github.com/arthur-melo/abuseipdb-client/issues/4)) ([f22d3f1](https://github.com/arthur-melo/abuseipdb-client/commit/f22d3f1e4fd7fb12dfda620ed14d88f02e485e2c))
|
|
7
|
-
|
|
8
|
-
## [0.1.2](https://github.com/arthur-melo/abuseipdb-client/compare/v0.1.1...v0.1.2) (2022-12-21)
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
### Bug Fixes
|
|
12
|
-
|
|
13
|
-
* **ci:** Added missing semantic-release config ([#3](https://github.com/arthur-melo/abuseipdb-client/issues/3)) ([e32f07d](https://github.com/arthur-melo/abuseipdb-client/commit/e32f07d6ef5591983c370b1629606350821533db))
|