Skip to content

Commit 8a774a1

Browse files
committed
Update @maxmind/geoip2-node
1 parent 8d9cef5 commit 8a774a1

File tree

3 files changed

+17
-20
lines changed

3 files changed

+17
-20
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ CHANGELOG
77
* **Breaking** Drop Node 16 support
88
* Add `host` parameter to `Client` constructor to allow for use of the
99
Sandbox environment.
10+
* Updated `@maxmind/geoip2-node` to version that includes the `isAnycast`
11+
attribute on `response.ipAddress.traits`. This attribute is `true` if the
12+
IP address belongs to an [anycast
13+
network](https://en.wikipedia.org/wiki/Anycast). This is available in
14+
minFraud Insights and Factors.
1015

1116
5.0.0 (2023-05-16)
1217
------------------

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"prepublishOnly": "npm run build && npm run test && npm run lint && npm run build:docs && npm run deploy:docs"
6666
},
6767
"dependencies": {
68-
"@maxmind/geoip2-node": "^4.0.0",
68+
"@maxmind/geoip2-node": "^5.0.0",
6969
"maxmind": "^4.1.0",
7070
"punycode": "^2.1.1",
7171
"snakecase-keys": "^5.1.2",

0 commit comments

Comments
 (0)