abuseipdb-client 0.1.63 → 0.1.64

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.
@@ -69,6 +69,7 @@ interface APICheckEndpointResponse {
69
69
  countryName?: string | null;
70
70
  usageType: UsageType;
71
71
  isp: string;
72
+ isTor: boolean;
72
73
  domain: string | null;
73
74
  hostnames: Array<string>;
74
75
  totalReports: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "abuseipdb-client",
3
- "version": "0.1.63",
3
+ "version": "0.1.64",
4
4
  "private": false,
5
5
  "description": "AbuseIPDB Node.js API client.",
6
6
  "author": "Arthur Melo <contact@arthurmelo.com>",
@@ -32,7 +32,7 @@
32
32
  "build": "npm run clean && rollup --config rollup.config.js",
33
33
  "test": "cross-env NODE_OPTIONS='--experimental-vm-modules --no-warnings' jest --coverage",
34
34
  "lint": "prettier -w '{lib,test}/**/*.ts' && eslint --fix '{lib,test}/**/*.ts'",
35
- "docs": "typedoc",
35
+ "docs": "typedoc --plugin typedoc-plugin-replace-text",
36
36
  "prepublishOnly": "npm run test && npm run build",
37
37
  "prepare": "is-ci || husky install",
38
38
  "semantic-release": "semantic-release"
@@ -84,7 +84,7 @@
84
84
  "tslib": "^2.4.1",
85
85
  "typedoc": "^0.24.4",
86
86
  "typedoc-plugin-replace-text": "^2.1.0",
87
- "typescript": "^4.9.4"
87
+ "typescript": "^5.0.4"
88
88
  },
89
89
  "repository": {
90
90
  "type": "git",