Skip to content

Commit ccd0f03

Browse files
fix: typo and links
1 parent 24b4976 commit ccd0f03

File tree

4 files changed

+49
-4
lines changed

4 files changed

+49
-4
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,11 +215,21 @@ The below example is found in the included demo.js.
215215
"securityThreat": "unknown",
216216
"hazardReport": {
217217
"isKnownAsTorServer": false,
218+
"isKnownAsVpn": false,
218219
"isKnownAsProxy": false,
220+
"isSpamhausDrop": false,
221+
"isSpamhausEdrop": false,
222+
"isSpamhausAsnDrop": false,
223+
"isBlacklistedUceprotect": false,
224+
"isBlacklistedBlocklistDe": false,
219225
"isKnownAsMailServer": false,
220226
"isKnownAsPublicRouter": false,
221227
"isBogon": false,
222-
"isUnreachable": false
228+
"isUnreachable": false,
229+
"hostingLikelihood": 0,
230+
"isHostingAsn": false,
231+
"isCellular": false,
232+
"iCloudPrivateRelay": false
223233
}
224234
}
225235
```

demo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const client = require('./index')('XXX'); // XXX being your api key found at: https://www.bigdatacloud.net/customer/account
1+
const client = require('./index')('XXX'); // XXX being your api key found at: https://www.bigdatacloud.com/account
22

33
/*
44
* All api endpoints can be accessed via magic methods in the following camelised format:

package-lock.json

Lines changed: 35 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@bigdatacloudapi/client",
3-
"version": "1.1.1",
4-
"description": "A NodeJS client for BigDataCloud API connectivity (https://www.bigdatacloud.net)",
3+
"version": "1.1.3",
4+
"description": "A NodeJS client for BigDataCloud API connectivity (https://www.bigdatacloud.com)",
55
"main": "index.js",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)