File tree Expand file tree Collapse file tree 3 files changed +11
-0
lines changed
Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 11CHANGELOG
22=========
33
4+ 7.1.0
5+ -----------------
6+
7+ * The minFraud Factors subscores have been deprecated. They will be removed
8+ in March 2025. Please see [ our release notes] ( https://dev.maxmind.com/minfraud/release-notes/2024/#deprecation-of-risk-factor-scoressubscores )
9+ for more information.
10+
4117.1.0-beta.1 (2024-09-06)
512-------------------------
613
Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ export default class Factors extends Insights {
1313 /**
1414 * An object containing GeoIP2 and minFraud Insights information about the IP
1515 * address.
16+ *
17+ * @deprecated replaced by {@link riskScoreReasons}.
1618 */
1719 public readonly subscores : records . Subscores ;
1820
Original file line number Diff line number Diff line change @@ -464,6 +464,8 @@ export interface RiskScoreReason {
464464/**
465465 * This object contains scores for many of the individual risk factors that
466466 * are used to calculate the overall risk score.
467+ *
468+ * @deprecated replaced by {@link RiskScoreReason}.
467469 */
468470export interface Subscores {
469471 /**
You can’t perform that action at this time.
0 commit comments