Releases: maxmind/minfraud-api-node
Releases · maxmind/minfraud-api-node
v4.3.0
- Added support for the new
test
disposition action. - Added support for the
/disposition/rule_label
output in Score, Insights and
Factors. This is available atresponse.disposition.ruleLabel()
, and is the
label of the custom rule that was triggered by the transaction. - Added support for the
/credit_card/was_3d_secure_successful
input in Score,
Insights and Factors. The input should indicate whether or not the outcome of
3D-Secure verification (e.g. Safekey, SecureCode, Verified by Visa) was
successful.true
if customer verification was successful, orfalse
if the
customer failed verification. If 3-D Secure verification was not used, was
unavailable, or resulted in another outcome other than success or failure, do
not include this field. Use thewas3DSecureSuccessful
property in a call to
new minFraud.CreditCard()
to set it.
v4.2.0
- Update yarn deps
v4.1.0
- Add Datacap to the Processor enum.
- Upgrade yarn modules
v4.0.1
v4.0.0
- Breaking Drop Node 10 support
- Upgrade yarn dependencies
v3.4.0
- Add new payment processors eb59e03
- Upgrade yarn dependencies
- Update @maxmind/geoip2-node. The staticIpScore property was incorrectly spelled staticIPScore. This is now fixed.
v3.2.0
v3.1.0
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