Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2025

Bumps @maxmind/geoip2-node from 4.2.0 to 6.3.4.

Release notes

Sourced from @​maxmind/geoip2-node's releases.

6.3.4

  • Second attempt to fix doc publishing during release from GitHub.

6.3.3

  • Doc publishing fix during release from GitHub.

6.3.2

  • Second release attempt via Trusted Publishing.

6.3.1

  • First release attempt via Trusted Publishing.

6.3.0

  • A new anonymizer object has been added to the Insights response model. This object contains information about anonymizing services and VPN providers associated with an IP address. Available from the GeoIP2 Insights web service only. The object includes the following properties:
    • confidence: A score (1-99) representing percent confidence that the network is part of an actively used VPN service
    • isAnonymous: Indicates if the IP belongs to any anonymous network
    • isAnonymousVpn: Identifies IPs registered to anonymous VPN providers
    • isHostingProvider: Flags hosting/VPN providers used for anonymizing
    • isPublicProxy: Identifies public proxy addresses
    • isResidentialProxy: Detects suspected anonymizing networks on residential ISPs
    • isTorExitNode: Identifies Tor exit nodes
    • networkLastSeen: The last day (YYYY-MM-DD) the network was sighted in our analysis of anonymized networks
    • providerName: The name of identified VPN providers (e.g., "NordVPN")
  • A new ipRiskSnapshot property has been added to the traits object. This provides a risk score ranging from 0.01 to 99, with higher values indicating greater risk. Available from the GeoIP2 Insights web service only.
  • The following properties in the traits object have been deprecated in favor of the new anonymizer object. These properties will continue to work but users should migrate to using the anonymizer object:
    • isAnonymous
    • isAnonymousVpn
    • isHostingProvider
    • isPublicProxy
    • isResidentialProxy
    • isTorExitNode
  • Added the status property to WebServiceClientError. This property contains the HTTP status code when the error is the result of an HTTP response error. Network errors (timeouts, fetch errors) will not have a status code.

... (truncated)

Changelog

Sourced from @​maxmind/geoip2-node's changelog.

6.3.4 (2025-11-25)

  • Second attempt to fix doc publishing during release from GitHub.

6.3.3 (2025-11-25)

  • Doc publishing fix during release from GitHub.

6.3.2 (2025-11-25)

  • Second release attempt via Trusted Publishing.

6.3.1 (2025-11-25)

  • First release attempt via Trusted Publishing.

6.3.0 (2025-11-20)

  • A new anonymizer object has been added to the Insights response model. This object contains information about anonymizing services and VPN providers associated with an IP address. Available from the GeoIP2 Insights web service only. The object includes the following properties:
    • confidence: A score (1-99) representing percent confidence that the network is part of an actively used VPN service
    • isAnonymous: Indicates if the IP belongs to any anonymous network
    • isAnonymousVpn: Identifies IPs registered to anonymous VPN providers
    • isHostingProvider: Flags hosting/VPN providers used for anonymizing
    • isPublicProxy: Identifies public proxy addresses
    • isResidentialProxy: Detects suspected anonymizing networks on residential ISPs
    • isTorExitNode: Identifies Tor exit nodes
    • networkLastSeen: The last day (YYYY-MM-DD) the network was sighted in our analysis of anonymized networks
    • providerName: The name of identified VPN providers (e.g., "NordVPN")
  • A new ipRiskSnapshot property has been added to the traits object. This provides a risk score ranging from 0.01 to 99, with higher values indicating greater risk. Available from the GeoIP2 Insights web service only.
  • The following properties in the traits object have been deprecated in favor of the new anonymizer object. These properties will continue to work but users should migrate to using the anonymizer object:
    • isAnonymous
    • isAnonymousVpn
    • isHostingProvider
    • isPublicProxy
    • isResidentialProxy

... (truncated)

Commits
  • f31df6c Prepare for 6.3.4
  • af66921 Merge remote-tracking branch 'origin/main' into greg/eng-3515
  • ca2b16a Release notes for second doc publishing fix attempt
  • 67b0678 Use peaceiris/actions-gh-pages for docs deployment
  • 64470ea Merge pull request #1618 from maxmind/dependabot/github_actions/actions/check...
  • 2276749 Prepare for 6.3.3
  • 1b8f0c0 Add release notes for doc publishing fix
  • 07fb528 Configure git identity for gh-pages deployment
  • 50814bf Prepare for 6.3.2
  • c3501b3 Add release notes for second Trusted Publishing release attempt
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​maxmind/geoip2-node since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Dec 1, 2025
Bumps [@maxmind/geoip2-node](https://github.com/maxmind/GeoIP2-node) from 4.2.0 to 6.3.4.
- [Release notes](https://github.com/maxmind/GeoIP2-node/releases)
- [Changelog](https://github.com/maxmind/GeoIP2-node/blob/main/CHANGELOG.md)
- [Commits](maxmind/GeoIP2-node@v4.2.0...v6.3.4)

---
updated-dependencies:
- dependency-name: "@maxmind/geoip2-node"
  dependency-version: 6.3.4
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/maxmind/geoip2-node-6.3.4 branch from 21300f3 to 02b4645 Compare December 16, 2025 17:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants