Skip to content

Releases: maxmind/minfraud-api-node

v3.0.0

19 Jan 16:53

Choose a tag to compare

  • Added ApplePay and ApsPayments to the Processor enum.
  • Added additional normalizing of the email address when it is sent as an
    MD5 hash instead of plain text.
  • Upgrade yarn dependencies

Breaking change

The email address field is now sent to the web service in plain text unless
you enable the new hashAddress option on EmailProps. Enabling this
option sends the MD5 hash of the address to the web service instead.
Previously the address was always sent as an MD5 hash. The new default
behavior matches that of other official minFraud API clients. Note the
email domain is always sent in plain text.

v2.1.0...v3.0.0

v2.1.0

11 Jan 14:49

Choose a tag to compare

  • Merge pull request #410 from maxmind/kevin/upgrade-node-modules 76b93f4
  • Upgrade Node modules 6d34a09
  • Add void overload to responseFor 089aae2
  • Upgrade yarn.lock ff51d1d
  • Merge pull request #409 from maxmind/dependabot/npm_and_yarn/types/node-14.14.14 4a9bbc8
  • Merge pull request #408 from maxmind/dependabot/npm_and_yarn/husky-4.3.6 8f69056
  • Merge pull request #404 from maxmind/dependabot/npm_and_yarn/types/jest-26.0.19 2959863
  • Merge pull request #403 from maxmind/dependabot/npm_and_yarn/validator-13.5.2 ff219d6
  • Bump @types/node from 14.14.10 to 14.14.14 b48d62b
  • Merge pull request #406 from maxmind/dependabot/npm_and_yarn/ini-1.3.8 97817ce
  • Bump husky from 4.3.5 to 4.3.6 e089f58
  • [Security] Bump ini from 1.3.5 to 1.3.8 a46418e
  • Bump @types/jest from 26.0.17 to 26.0.19 7f340b7
  • Bump validator from 13.5.1 to 13.5.2 af159bf
  • Merge pull request #399 from maxmind/dependabot/npm_and_yarn/types/jest-26.0.17 f2fe557
  • Merge pull request #398 from maxmind/dependabot/npm_and_yarn/husky-4.3.5 18a08c9
  • Merge pull request #397 from maxmind/dependabot/npm_and_yarn/lint-staged-10.5.3 2e8b4f2
  • Merge pull request #395 from maxmind/dependabot/npm_and_yarn/types/validator-13.1.1 12e0822
  • Merge pull request #393 from maxmind/dependabot/npm_and_yarn/validator-13.5.1 a07a05e
  • Merge pull request #392 from maxmind/dependabot/npm_and_yarn/snakecase-keys-3.2.1 97199bb
  • Merge pull request #391 from maxmind/dependabot/npm_and_yarn/prettier-2.2.1 b3a90c0
  • Merge pull request #390 from maxmind/dependabot/npm_and_yarn/types/node-14.14.10 be84d16
  • Merge pull request #396 from maxmind/dependabot/npm_and_yarn/highlight.js-10.4.1 f532b29
  • Bump @types/jest from 26.0.15 to 26.0.17 231be88
  • Bump husky from 4.3.0 to 4.3.5 dabe6f6
  • Bump lint-staged from 10.5.2 to 10.5.3 a8668e5
  • [Security] Bump highlight.js from 10.2.1 to 10.4.1 c2ede31
  • Bump @types/validator from 13.1.0 to 13.1.1 520fb2f
  • Bump validator from 13.1.17 to 13.5.1 1d3f8af
  • Bump snakecase-keys from 3.2.0 to 3.2.1 549dd10
  • Bump prettier from 2.2.0 to 2.2.1 ca7d6a3
  • Bump @types/node from 14.14.9 to 14.14.10 ef26101
  • Merge pull request #383 from maxmind/dependabot/npm_and_yarn/nock-13.0.5 0cb1e82
  • Bump nock from 13.0.4 to 13.0.5 df62811
  • Merge pull request #387 from maxmind/dependabot/npm_and_yarn/types/node-14.14.9 8885c34
  • Merge pull request #388 from maxmind/dependabot/npm_and_yarn/prettier-2.2.0 8324584
  • Merge pull request #389 from maxmind/dependabot/npm_and_yarn/lint-staged-10.5.2 8e3b755
  • Bump lint-staged from 10.5.1 to 10.5.2 bc9ecc2
  • Bump prettier from 2.1.2 to 2.2.0 223b3fd
  • Bump @types/node from 14.14.6 to 14.14.9 763caae
  • Merge pull request #381 from maxmind/node-versions 92b9832
  • Only perform github push actions on master efb4653
  • Add node v14 and v15 to test gh action 8870b41

v2.0.0...v2.1.0

v2.0.0

09 Nov 19:57

Choose a tag to compare

Breaking change

country and location insights values return undefined instead of {} when empty.

v1.10.0...v2.0.0

1.10.0

14 Oct 15:28

Choose a tag to compare

  • Added Tsys to the Processor enum.
  • The device IP address is no longer a required input.

v1.9.0...v1.10.0

1.9.0

30 Sep 15:25

Choose a tag to compare

  • Update @maxmind/geoip2-node to a version that supports
    response.ipAddress.traits.isResidentialProxy.

1.8.0

17 Jul 16:21

Choose a tag to compare

  • Add device, email_local_part, shipping_address to subscores bf260d1
  • Add new payment processors a088988

v1.7.0...v1.8.0

1.7.0

15 Jun 15:48

Choose a tag to compare

v1.6.0...v1.7.0

1.6.0

06 Apr 22:19

Choose a tag to compare

  • Added support for the new credit card output /credit_card/is_business.
    This indicates whether the card is a business card. It may be accessed via
    response.creditCard.isBusiness on the minFraud Insights and Factors
    response objects.

1.5.0

26 Mar 17:21

Choose a tag to compare

  • Add support for the /email/domain/first_seen output. This may be
    accessed via response.email.domain.firstSeen on the minFraud Insights
    and Factors objects.
  • Add the following new values to the Processor enum:
    • Cardpay
    • Epx

v1.4.0...v1.5.0

1.4.0

21 Feb 22:29

Choose a tag to compare

  • Add support for the /email/is_disposable output.
  • Upgrade yarn dependencies

v1.3.0...v1.4.0