Minfraud

Latest version: v3.0.0

Safety actively analyzes 723650 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 8

2.0.1

++++++++++++++++++

* Minor documentation fix.

2.0.0

++++++++++++++++++

* IMPORTANT: Python 2.7 and 3.5 support has been dropped. Python 3.6 or greater
is required.
* Asyncio support has been added for web service requests. To make async
requests, use ``minfraud.AsyncClient``.
* ``minfraud.Client`` now provides a ``close()`` method and an associated
context manager to be used in ``with`` statements.
* For both ``Client`` and ``AsyncClient`` requests, the default timeout is
now 60 seconds.
* Type hints have been added.
* Email validation is now done with ``email_validator`` rather than
``validate_email``.
* URL validation is now done with ``urllib.parse`` rather than ``rfc3987``.
* RFC 3339 timestamp validation is now done via a regular expression.

1.13.0

+++++++++++++++++++

* Added the following new values to the ``/payment/processor`` validation:

* ``cashfree``
* ``first_atlantic_commerce``
* ``komoju``
* ``paytm``
* ``razorpay``
* ``systempay``

* Added support for the following new subscores in Factors responses:

* ``device``: the risk associated with the device
* ``email_local_part``: the risk associated with the email address local part
* ``shipping_address``: the risk associated with the shipping address

1.12.1

+++++++++++++++++++

* Fixes documentation that caused warnings when building a distribution.

1.12.0

+++++++++++++++++++

* Added support for the Report Transactions API. We encourage use of this API
as we use data received through this channel to continually improve the
accuracy of our fraud detection algorithms.

1.11.0

+++++++++++++++++++

* 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.credit_card.is_business`` on the minFraud Insights and Factors
response objects.

Page 4 of 8

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.