Skip to content

8.2.0

Choose a tag to compare

@oschwald oschwald released this 20 Nov 20:16
· 22 commits to main since this release
869f071
  • Added Securepay to the Processor enum.
  • Added CreditApplication, FundTransfer, and SimSwap to the EventType
    enum.
  • Added the input /event/party. This is the party submitting the
    transaction. You may provide this by providing party to Event.
  • Added the input /payment/method. This is the payment method associated
    with the transaction. You may provide this by providing method to
    Payment.
  • Added new response.email.domain outputs:
    • classification - The domain type (business, education, government,
      isp_email).
    • risk - A risk score from 0.01 to 99 associated with the email domain.
    • volume - Activity level for the domain across the minFraud network,
      expressed in sightings per million.
  • Added new response.email.domain.visit outputs for low-volume domains:
    • status - Domain status from automated visit (live, dns_error,
      network_error, http_error, parked, pre_development).
    • lastVisitedOn - The date the automated visit was completed.
    • hasRedirect - Whether the domain redirects to another URL.
  • 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.
  • Updated @maxmind/geoip2-node to 6.3.0, which includes new anonymizer
    and IP risk outputs.