Skip to content

Commit 04c0430

Browse files
authored
Merge pull request #1782 from maxmind/greg/eng-3456-minfraud-api-node-add-email-domain-outputs
Add new domain outputs
2 parents 04e2e60 + c8b12f3 commit 04c0430

File tree

8 files changed

+545
-6
lines changed

8 files changed

+545
-6
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,6 @@ typings/
6565

6666
# Precious install
6767
local
68+
69+
# Claude Code
70+
.claude

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,17 @@ CHANGELOG
1212
* Added the input `/payment/method`. This is the payment method associated
1313
with the transaction. You may provide this by providing `method` to
1414
`Payment`.
15+
* Added new `response.email.domain` outputs:
16+
* `classification` - The domain type (business, education, government,
17+
isp_email).
18+
* `risk` - A risk score from 0.01 to 99 associated with the email domain.
19+
* `volume` - Activity level for the domain across the minFraud network,
20+
expressed in sightings per million.
21+
* Added new `response.email.domain.visit` outputs for low-volume domains:
22+
* `status` - Domain status from automated visit (live, dns_error,
23+
network_error, http_error, parked, pre_development).
24+
* `lastVisitedOn` - The date the automated visit was completed.
25+
* `hasRedirect` - Whether the domain redirects to another URL.
1526

1627
8.1.0 (2025-05-23)
1728
------------------

0 commit comments

Comments
 (0)