Releases: maxmind/minfraud-api-node
Releases · maxmind/minfraud-api-node
v3.0.0
- Added
ApplePay
andApsPayments
to theProcessor
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
- 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
Breaking change
country
and location
insights values return undefined instead of {} when empty.
1.10.0
- Added
Tsys
to theProcessor
enum. - The device IP address is no longer a required input.
1.9.0
1.8.0
1.7.0
- Added support for the Report Transaction API
- Added documentation to response and request parameters
1.6.0
1.5.0
- Add support for the
/email/domain/first_seen
output. This may be
accessed viaresponse.email.domain.firstSeen
on the minFraud Insights
and Factors objects. - Add the following new values to the
Processor
enum:Cardpay
Epx
1.4.0
- Add support for the
/email/is_disposable
output. - Upgrade yarn dependencies