@protontech/autofill 0.0.33690782 → 0.0.35059265
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/features/feature.d.ts +2 -1
- package/features/feature.js +15 -10
- package/features/feature.spec.js +6 -2
- package/features/registry.d.ts +3 -0
- package/features/registry.js +9 -0
- package/features/sorted.gen.d.ts +14 -0
- package/features/sorted.gen.js +22 -0
- package/features/v1/abstract.field.js +2 -2
- package/features/v1/abstract.form.d.ts +0 -612
- package/features/v1/abstract.form.js +1 -2
- package/features/v1/index.d.ts +13 -4425
- package/features/v1/index.js +12 -14
- package/index.d.ts +2 -0
- package/index.js +1 -0
- package/models/perceptron/index.d.ts +2 -2
- package/models/perceptron/index.js +34 -19
- package/models/perceptron/params/email-model.json +4 -4
- package/models/perceptron/params/login-model.json +94 -94
- package/models/perceptron/params/new-password-model.json +18 -18
- package/models/perceptron/params/otp-model.json +13 -13
- package/models/perceptron/params/password-change-model.json +77 -77
- package/models/perceptron/params/password-model.json +20 -20
- package/models/perceptron/params/recovery-model.json +70 -70
- package/models/perceptron/params/register-model.json +97 -97
- package/models/perceptron/params/username-hidden-model.json +8 -8
- package/models/perceptron/params/username-model.json +4 -4
- package/models/random_forest/index.d.ts +2 -2
- package/models/random_forest/index.js +34 -19
- package/package.json +6 -3
- package/rules/v1/index.d.ts +2 -1
- package/rules/v1/index.js +12 -15
- package/rulesets.d.ts +9 -2
- package/rulesets.js +5 -1
- package/scripts/gen-sorted-features.d.ts +1 -0
- package/scripts/gen-sorted-features.js +32 -0
- package/types/index.d.ts +4 -6
- package/types/index.js +3 -3
- package/models/prod_20240829/index.d.ts +0 -2
- package/models/prod_20240829/index.js +0 -27
- package/models/prod_20240829/params/email-model.json +0 -45
- package/models/prod_20240829/params/login-model.json +0 -421
- package/models/prod_20240829/params/new-password-model.json +0 -125
- package/models/prod_20240829/params/otp-model.json +0 -153
- package/models/prod_20240829/params/password-change-model.json +0 -421
- package/models/prod_20240829/params/password-model.json +0 -125
- package/models/prod_20240829/params/recovery-model.json +0 -421
- package/models/prod_20240829/params/register-model.json +0 -421
- package/models/prod_20240829/params/username-hidden-model.json +0 -41
- package/models/prod_20240829/params/username-model.json +0 -45
- package/models/v1/index.d.ts +0 -2
- package/models/v1/index.js +0 -35
|
@@ -1,125 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"coeffs": [
|
|
3
|
-
[
|
|
4
|
-
"new-password--isFormLogin",
|
|
5
|
-
-10.936930656433105
|
|
6
|
-
],
|
|
7
|
-
[
|
|
8
|
-
"new-password--isFormRegister",
|
|
9
|
-
11.831424713134766
|
|
10
|
-
],
|
|
11
|
-
[
|
|
12
|
-
"new-password--isFormPasswordChange",
|
|
13
|
-
5.067559242248535
|
|
14
|
-
],
|
|
15
|
-
[
|
|
16
|
-
"new-password--isFormNoop",
|
|
17
|
-
11.193541526794434
|
|
18
|
-
],
|
|
19
|
-
[
|
|
20
|
-
"new-password--autocompleteNew",
|
|
21
|
-
2.4367527961730957
|
|
22
|
-
],
|
|
23
|
-
[
|
|
24
|
-
"new-password--autocompleteCurrent",
|
|
25
|
-
-1.0056599378585815
|
|
26
|
-
],
|
|
27
|
-
[
|
|
28
|
-
"new-password--autocompleteOff",
|
|
29
|
-
1.5895371437072754
|
|
30
|
-
],
|
|
31
|
-
[
|
|
32
|
-
"new-password--parentFormOnePassword",
|
|
33
|
-
-1.4990589618682861
|
|
34
|
-
],
|
|
35
|
-
[
|
|
36
|
-
"new-password--prevPasswordFieldExists",
|
|
37
|
-
3.6485674381256104
|
|
38
|
-
],
|
|
39
|
-
[
|
|
40
|
-
"new-password--nextPasswordFieldExists",
|
|
41
|
-
1.4125449657440186
|
|
42
|
-
],
|
|
43
|
-
[
|
|
44
|
-
"new-password--attrCreate",
|
|
45
|
-
2.043544292449951
|
|
46
|
-
],
|
|
47
|
-
[
|
|
48
|
-
"new-password--attrCurrent",
|
|
49
|
-
-1.0884264707565308
|
|
50
|
-
],
|
|
51
|
-
[
|
|
52
|
-
"new-password--attrConfirm",
|
|
53
|
-
6.419448375701904
|
|
54
|
-
],
|
|
55
|
-
[
|
|
56
|
-
"new-password--attrReset",
|
|
57
|
-
0.08130821585655212
|
|
58
|
-
],
|
|
59
|
-
[
|
|
60
|
-
"new-password--textCreate",
|
|
61
|
-
2.1415109634399414
|
|
62
|
-
],
|
|
63
|
-
[
|
|
64
|
-
"new-password--textCurrent",
|
|
65
|
-
-1.3681634664535522
|
|
66
|
-
],
|
|
67
|
-
[
|
|
68
|
-
"new-password--textConfirm",
|
|
69
|
-
6.278629779815674
|
|
70
|
-
],
|
|
71
|
-
[
|
|
72
|
-
"new-password--textReset",
|
|
73
|
-
0.07996046543121338
|
|
74
|
-
],
|
|
75
|
-
[
|
|
76
|
-
"new-password--labelCreate",
|
|
77
|
-
7.23655891418457
|
|
78
|
-
],
|
|
79
|
-
[
|
|
80
|
-
"new-password--labelCurrent",
|
|
81
|
-
-13.138494491577148
|
|
82
|
-
],
|
|
83
|
-
[
|
|
84
|
-
"new-password--labelConfirm",
|
|
85
|
-
6.407430171966553
|
|
86
|
-
],
|
|
87
|
-
[
|
|
88
|
-
"new-password--labelReset",
|
|
89
|
-
-0.02614663541316986
|
|
90
|
-
],
|
|
91
|
-
[
|
|
92
|
-
"new-password--prevPasswordNew",
|
|
93
|
-
6.290370941162109
|
|
94
|
-
],
|
|
95
|
-
[
|
|
96
|
-
"new-password--prevPasswordCurrent",
|
|
97
|
-
6.439488887786865
|
|
98
|
-
],
|
|
99
|
-
[
|
|
100
|
-
"new-password--prevPasswordConfirm",
|
|
101
|
-
0.02449376881122589
|
|
102
|
-
],
|
|
103
|
-
[
|
|
104
|
-
"new-password--nextPasswordNew",
|
|
105
|
-
-10.66829776763916
|
|
106
|
-
],
|
|
107
|
-
[
|
|
108
|
-
"new-password--nextPasswordCurrent",
|
|
109
|
-
7.651172161102295
|
|
110
|
-
],
|
|
111
|
-
[
|
|
112
|
-
"new-password--nextPasswordConfirm",
|
|
113
|
-
7.5237345695495605
|
|
114
|
-
],
|
|
115
|
-
[
|
|
116
|
-
"new-password--passwordOutlier",
|
|
117
|
-
-23.131240844726562
|
|
118
|
-
],
|
|
119
|
-
[
|
|
120
|
-
"new-password--prevPasswordCurrent,nextPasswordNew",
|
|
121
|
-
5.949848651885986
|
|
122
|
-
]
|
|
123
|
-
],
|
|
124
|
-
"bias": -0.42535680532455444
|
|
125
|
-
}
|
|
@@ -1,153 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"coeffs": [
|
|
3
|
-
[
|
|
4
|
-
"otp--parentFormFormMFA",
|
|
5
|
-
7.771900177001953
|
|
6
|
-
],
|
|
7
|
-
[
|
|
8
|
-
"otp--parentFormFormOTPOutlier",
|
|
9
|
-
-0.04360857233405113
|
|
10
|
-
],
|
|
11
|
-
[
|
|
12
|
-
"otp--fieldOutlier",
|
|
13
|
-
-14.93850040435791
|
|
14
|
-
],
|
|
15
|
-
[
|
|
16
|
-
"otp--parentFormLinkOTPOutlier",
|
|
17
|
-
-15.19876766204834
|
|
18
|
-
],
|
|
19
|
-
[
|
|
20
|
-
"otp--emailOutlierCountScaled",
|
|
21
|
-
-20.635622024536133
|
|
22
|
-
],
|
|
23
|
-
[
|
|
24
|
-
"otp--inputCountIsInvalid",
|
|
25
|
-
-4.404586315155029
|
|
26
|
-
],
|
|
27
|
-
[
|
|
28
|
-
"otp--nameMatch",
|
|
29
|
-
11.083649635314941
|
|
30
|
-
],
|
|
31
|
-
[
|
|
32
|
-
"otp--idMatch",
|
|
33
|
-
8.304197311401367
|
|
34
|
-
],
|
|
35
|
-
[
|
|
36
|
-
"otp--numericMode",
|
|
37
|
-
6.63908052444458
|
|
38
|
-
],
|
|
39
|
-
[
|
|
40
|
-
"otp--patternOTP",
|
|
41
|
-
11.01827621459961
|
|
42
|
-
],
|
|
43
|
-
[
|
|
44
|
-
"otp--maxLengthExpected",
|
|
45
|
-
1.5373173952102661
|
|
46
|
-
],
|
|
47
|
-
[
|
|
48
|
-
"otp--maxLengthInvalid",
|
|
49
|
-
-6.062628269195557
|
|
50
|
-
],
|
|
51
|
-
[
|
|
52
|
-
"otp--maxLength1",
|
|
53
|
-
4.458582401275635
|
|
54
|
-
],
|
|
55
|
-
[
|
|
56
|
-
"otp--maxLength5",
|
|
57
|
-
-7.512012481689453
|
|
58
|
-
],
|
|
59
|
-
[
|
|
60
|
-
"otp--minLength6",
|
|
61
|
-
15.0722017288208
|
|
62
|
-
],
|
|
63
|
-
[
|
|
64
|
-
"otp--maxLength6",
|
|
65
|
-
-7.584023952484131
|
|
66
|
-
],
|
|
67
|
-
[
|
|
68
|
-
"otp--autocompleteOTC",
|
|
69
|
-
5.740074634552002
|
|
70
|
-
],
|
|
71
|
-
[
|
|
72
|
-
"otp--prevAligned",
|
|
73
|
-
4.224268913269043
|
|
74
|
-
],
|
|
75
|
-
[
|
|
76
|
-
"otp--prevArea",
|
|
77
|
-
2.773845672607422
|
|
78
|
-
],
|
|
79
|
-
[
|
|
80
|
-
"otp--nextAligned",
|
|
81
|
-
3.857393741607666
|
|
82
|
-
],
|
|
83
|
-
[
|
|
84
|
-
"otp--nextArea",
|
|
85
|
-
2.5566060543060303
|
|
86
|
-
],
|
|
87
|
-
[
|
|
88
|
-
"otp--attrMFA",
|
|
89
|
-
32.71980285644531
|
|
90
|
-
],
|
|
91
|
-
[
|
|
92
|
-
"otp--attrOTP",
|
|
93
|
-
20.423227310180664
|
|
94
|
-
],
|
|
95
|
-
[
|
|
96
|
-
"otp--textMFA",
|
|
97
|
-
6.684645652770996
|
|
98
|
-
],
|
|
99
|
-
[
|
|
100
|
-
"otp--textOTP",
|
|
101
|
-
1.1047155857086182
|
|
102
|
-
],
|
|
103
|
-
[
|
|
104
|
-
"otp--labelMFA",
|
|
105
|
-
18.526269912719727
|
|
106
|
-
],
|
|
107
|
-
[
|
|
108
|
-
"otp--labelOTP",
|
|
109
|
-
8.603682518005371
|
|
110
|
-
],
|
|
111
|
-
[
|
|
112
|
-
"otp--fieldParentsOTP",
|
|
113
|
-
-10.004483222961426
|
|
114
|
-
],
|
|
115
|
-
[
|
|
116
|
-
"otp--autocompleteOTC,inputCountIsInvalid",
|
|
117
|
-
-4.689912796020508
|
|
118
|
-
],
|
|
119
|
-
[
|
|
120
|
-
"otp--autocompleteOTC,maxLengthInvalid",
|
|
121
|
-
-18.661497116088867
|
|
122
|
-
],
|
|
123
|
-
[
|
|
124
|
-
"otp--autocompleteOTC,attrOTP",
|
|
125
|
-
5.988102436065674
|
|
126
|
-
],
|
|
127
|
-
[
|
|
128
|
-
"otp--siblingOfInterest,inputCountIsInvalid",
|
|
129
|
-
-7.615082263946533
|
|
130
|
-
],
|
|
131
|
-
[
|
|
132
|
-
"otp--siblingOfInterest,maxLengthInvalid",
|
|
133
|
-
-6.08467435836792
|
|
134
|
-
],
|
|
135
|
-
[
|
|
136
|
-
"otp--siblingOfInterest,attrOTP",
|
|
137
|
-
5.977667331695557
|
|
138
|
-
],
|
|
139
|
-
[
|
|
140
|
-
"otp--parentFormFormMFA,inputCountIsInvalid",
|
|
141
|
-
9.612953186035156
|
|
142
|
-
],
|
|
143
|
-
[
|
|
144
|
-
"otp--parentFormFormMFA,maxLengthInvalid",
|
|
145
|
-
-12.804899215698242
|
|
146
|
-
],
|
|
147
|
-
[
|
|
148
|
-
"otp--parentFormFormMFA,attrOTP",
|
|
149
|
-
6.108048439025879
|
|
150
|
-
]
|
|
151
|
-
],
|
|
152
|
-
"bias": -11.110547065734863
|
|
153
|
-
}
|
|
@@ -1,421 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"coeffs": [
|
|
3
|
-
[
|
|
4
|
-
"password-change--visibleFieldsCountScaled",
|
|
5
|
-
-3.3321454524993896
|
|
6
|
-
],
|
|
7
|
-
[
|
|
8
|
-
"password-change--visibleInputsCountScaled",
|
|
9
|
-
-3.0804550647735596
|
|
10
|
-
],
|
|
11
|
-
[
|
|
12
|
-
"password-change--fieldsetsCountScaled",
|
|
13
|
-
-5.934694766998291
|
|
14
|
-
],
|
|
15
|
-
[
|
|
16
|
-
"password-change--textsCountScaled",
|
|
17
|
-
-6.049551486968994
|
|
18
|
-
],
|
|
19
|
-
[
|
|
20
|
-
"password-change--textareasCountScaled",
|
|
21
|
-
-6.0787129402160645
|
|
22
|
-
],
|
|
23
|
-
[
|
|
24
|
-
"password-change--selectsCountScaled",
|
|
25
|
-
-5.987492084503174
|
|
26
|
-
],
|
|
27
|
-
[
|
|
28
|
-
"password-change--optionsCountScaled",
|
|
29
|
-
-6.083714485168457
|
|
30
|
-
],
|
|
31
|
-
[
|
|
32
|
-
"password-change--radiosCountScaled",
|
|
33
|
-
-6.052059173583984
|
|
34
|
-
],
|
|
35
|
-
[
|
|
36
|
-
"password-change--identifiersCountScaled",
|
|
37
|
-
-5.403328895568848
|
|
38
|
-
],
|
|
39
|
-
[
|
|
40
|
-
"password-change--hiddenIdentifiersCountScaled",
|
|
41
|
-
-4.4229230880737305
|
|
42
|
-
],
|
|
43
|
-
[
|
|
44
|
-
"password-change--usernamesCountScaled",
|
|
45
|
-
-6.04349422454834
|
|
46
|
-
],
|
|
47
|
-
[
|
|
48
|
-
"password-change--emailsCountScaled",
|
|
49
|
-
-4.912832736968994
|
|
50
|
-
],
|
|
51
|
-
[
|
|
52
|
-
"password-change--hiddenCountScaled",
|
|
53
|
-
-3.4236717224121094
|
|
54
|
-
],
|
|
55
|
-
[
|
|
56
|
-
"password-change--hiddenPasswordsCountScaled",
|
|
57
|
-
-5.930105209350586
|
|
58
|
-
],
|
|
59
|
-
[
|
|
60
|
-
"password-change--submitsCountScaled",
|
|
61
|
-
-3.8625235557556152
|
|
62
|
-
],
|
|
63
|
-
[
|
|
64
|
-
"password-change--hasTels",
|
|
65
|
-
-6.051826000213623
|
|
66
|
-
],
|
|
67
|
-
[
|
|
68
|
-
"password-change--hasOAuth",
|
|
69
|
-
-6.006768226623535
|
|
70
|
-
],
|
|
71
|
-
[
|
|
72
|
-
"password-change--hasCaptchas",
|
|
73
|
-
-6.024316310882568
|
|
74
|
-
],
|
|
75
|
-
[
|
|
76
|
-
"password-change--hasFiles",
|
|
77
|
-
-6.003083229064941
|
|
78
|
-
],
|
|
79
|
-
[
|
|
80
|
-
"password-change--hasDate",
|
|
81
|
-
-6.042792320251465
|
|
82
|
-
],
|
|
83
|
-
[
|
|
84
|
-
"password-change--hasNumber",
|
|
85
|
-
-8.931044578552246
|
|
86
|
-
],
|
|
87
|
-
[
|
|
88
|
-
"password-change--oneVisibleField",
|
|
89
|
-
-5.420173645019531
|
|
90
|
-
],
|
|
91
|
-
[
|
|
92
|
-
"password-change--twoVisibleFields",
|
|
93
|
-
-3.1558315753936768
|
|
94
|
-
],
|
|
95
|
-
[
|
|
96
|
-
"password-change--threeOrMoreVisibleFields",
|
|
97
|
-
-1.8346830606460571
|
|
98
|
-
],
|
|
99
|
-
[
|
|
100
|
-
"password-change--noPasswords",
|
|
101
|
-
-6.032570838928223
|
|
102
|
-
],
|
|
103
|
-
[
|
|
104
|
-
"password-change--onePassword",
|
|
105
|
-
-5.337682247161865
|
|
106
|
-
],
|
|
107
|
-
[
|
|
108
|
-
"password-change--twoPasswords",
|
|
109
|
-
7.295647144317627
|
|
110
|
-
],
|
|
111
|
-
[
|
|
112
|
-
"password-change--threeOrMorePasswords",
|
|
113
|
-
21.68557357788086
|
|
114
|
-
],
|
|
115
|
-
[
|
|
116
|
-
"password-change--noIdentifiers",
|
|
117
|
-
-2.4498164653778076
|
|
118
|
-
],
|
|
119
|
-
[
|
|
120
|
-
"password-change--oneIdentifier",
|
|
121
|
-
-6.094106197357178
|
|
122
|
-
],
|
|
123
|
-
[
|
|
124
|
-
"password-change--twoIdentifiers",
|
|
125
|
-
-5.916845321655273
|
|
126
|
-
],
|
|
127
|
-
[
|
|
128
|
-
"password-change--threeOrMoreIdentifiers",
|
|
129
|
-
1.6939911842346191
|
|
130
|
-
],
|
|
131
|
-
[
|
|
132
|
-
"password-change--autofocusedIsIdentifier",
|
|
133
|
-
-6.033471584320068
|
|
134
|
-
],
|
|
135
|
-
[
|
|
136
|
-
"password-change--autofocusedIsPassword",
|
|
137
|
-
15.131577491760254
|
|
138
|
-
],
|
|
139
|
-
[
|
|
140
|
-
"password-change--visibleRatio",
|
|
141
|
-
-4.09120512008667
|
|
142
|
-
],
|
|
143
|
-
[
|
|
144
|
-
"password-change--inputRatio",
|
|
145
|
-
-4.173065185546875
|
|
146
|
-
],
|
|
147
|
-
[
|
|
148
|
-
"password-change--hiddenRatio",
|
|
149
|
-
-3.4960551261901855
|
|
150
|
-
],
|
|
151
|
-
[
|
|
152
|
-
"password-change--identifierRatio",
|
|
153
|
-
-5.710056781768799
|
|
154
|
-
],
|
|
155
|
-
[
|
|
156
|
-
"password-change--emailRatio",
|
|
157
|
-
-5.21774435043335
|
|
158
|
-
],
|
|
159
|
-
[
|
|
160
|
-
"password-change--usernameRatio",
|
|
161
|
-
-6.235389232635498
|
|
162
|
-
],
|
|
163
|
-
[
|
|
164
|
-
"password-change--passwordRatio",
|
|
165
|
-
4.32260274887085
|
|
166
|
-
],
|
|
167
|
-
[
|
|
168
|
-
"password-change--requiredRatio",
|
|
169
|
-
-2.6061058044433594
|
|
170
|
-
],
|
|
171
|
-
[
|
|
172
|
-
"password-change--checkboxRatio",
|
|
173
|
-
-5.914191722869873
|
|
174
|
-
],
|
|
175
|
-
[
|
|
176
|
-
"password-change--pageLogin",
|
|
177
|
-
-6.2052154541015625
|
|
178
|
-
],
|
|
179
|
-
[
|
|
180
|
-
"password-change--formTextLogin",
|
|
181
|
-
-6.029303073883057
|
|
182
|
-
],
|
|
183
|
-
[
|
|
184
|
-
"password-change--formAttrsLogin",
|
|
185
|
-
-6.053979873657227
|
|
186
|
-
],
|
|
187
|
-
[
|
|
188
|
-
"password-change--headingsLogin",
|
|
189
|
-
-5.993305683135986
|
|
190
|
-
],
|
|
191
|
-
[
|
|
192
|
-
"password-change--layoutLogin",
|
|
193
|
-
-6.096299648284912
|
|
194
|
-
],
|
|
195
|
-
[
|
|
196
|
-
"password-change--rememberMeCheckbox",
|
|
197
|
-
-6.082805156707764
|
|
198
|
-
],
|
|
199
|
-
[
|
|
200
|
-
"password-change--troubleLink",
|
|
201
|
-
-3.7113256454467773
|
|
202
|
-
],
|
|
203
|
-
[
|
|
204
|
-
"password-change--submitLogin",
|
|
205
|
-
-6.145804405212402
|
|
206
|
-
],
|
|
207
|
-
[
|
|
208
|
-
"password-change--pageRegister",
|
|
209
|
-
-5.985432147979736
|
|
210
|
-
],
|
|
211
|
-
[
|
|
212
|
-
"password-change--formTextRegister",
|
|
213
|
-
-0.03591149300336838
|
|
214
|
-
],
|
|
215
|
-
[
|
|
216
|
-
"password-change--formAttrsRegister",
|
|
217
|
-
-6.035892963409424
|
|
218
|
-
],
|
|
219
|
-
[
|
|
220
|
-
"password-change--headingsRegister",
|
|
221
|
-
-6.411230087280273
|
|
222
|
-
],
|
|
223
|
-
[
|
|
224
|
-
"password-change--layoutRegister",
|
|
225
|
-
-6.010503768920898
|
|
226
|
-
],
|
|
227
|
-
[
|
|
228
|
-
"password-change--newPasswordRegister",
|
|
229
|
-
13.145064353942871
|
|
230
|
-
],
|
|
231
|
-
[
|
|
232
|
-
"password-change--newPasswordConfirmRegister",
|
|
233
|
-
7.383437633514404
|
|
234
|
-
],
|
|
235
|
-
[
|
|
236
|
-
"password-change--submitRegister",
|
|
237
|
-
-7.358190059661865
|
|
238
|
-
],
|
|
239
|
-
[
|
|
240
|
-
"password-change--TOSRef",
|
|
241
|
-
-6.726124286651611
|
|
242
|
-
],
|
|
243
|
-
[
|
|
244
|
-
"password-change--pagePasswordReset",
|
|
245
|
-
15.504810333251953
|
|
246
|
-
],
|
|
247
|
-
[
|
|
248
|
-
"password-change--formTextPasswordReset",
|
|
249
|
-
22.969263076782227
|
|
250
|
-
],
|
|
251
|
-
[
|
|
252
|
-
"password-change--formAttrsPasswordReset",
|
|
253
|
-
14.371417045593262
|
|
254
|
-
],
|
|
255
|
-
[
|
|
256
|
-
"password-change--headingsPasswordReset",
|
|
257
|
-
18.480045318603516
|
|
258
|
-
],
|
|
259
|
-
[
|
|
260
|
-
"password-change--layoutPasswordReset",
|
|
261
|
-
16.99905014038086
|
|
262
|
-
],
|
|
263
|
-
[
|
|
264
|
-
"password-change--pageRecovery",
|
|
265
|
-
-6.04259729385376
|
|
266
|
-
],
|
|
267
|
-
[
|
|
268
|
-
"password-change--formTextRecovery",
|
|
269
|
-
-0.04274427890777588
|
|
270
|
-
],
|
|
271
|
-
[
|
|
272
|
-
"password-change--formAttrsRecovery",
|
|
273
|
-
-6.037948131561279
|
|
274
|
-
],
|
|
275
|
-
[
|
|
276
|
-
"password-change--headingsRecovery",
|
|
277
|
-
-3.522164821624756
|
|
278
|
-
],
|
|
279
|
-
[
|
|
280
|
-
"password-change--layoutRecovery",
|
|
281
|
-
-4.054919242858887
|
|
282
|
-
],
|
|
283
|
-
[
|
|
284
|
-
"password-change--identifierRecovery",
|
|
285
|
-
-5.953251361846924
|
|
286
|
-
],
|
|
287
|
-
[
|
|
288
|
-
"password-change--submitRecovery",
|
|
289
|
-
4.2396721839904785
|
|
290
|
-
],
|
|
291
|
-
[
|
|
292
|
-
"password-change--formTextMFA",
|
|
293
|
-
-5.927785396575928
|
|
294
|
-
],
|
|
295
|
-
[
|
|
296
|
-
"password-change--formAttrsMFA",
|
|
297
|
-
-5.923059463500977
|
|
298
|
-
],
|
|
299
|
-
[
|
|
300
|
-
"password-change--inputsMFA",
|
|
301
|
-
-5.985617160797119
|
|
302
|
-
],
|
|
303
|
-
[
|
|
304
|
-
"password-change--inputsOTP",
|
|
305
|
-
-5.914240837097168
|
|
306
|
-
],
|
|
307
|
-
[
|
|
308
|
-
"password-change--newsletterForm",
|
|
309
|
-
-5.989622116088867
|
|
310
|
-
],
|
|
311
|
-
[
|
|
312
|
-
"password-change--searchForm",
|
|
313
|
-
-5.92101526260376
|
|
314
|
-
],
|
|
315
|
-
[
|
|
316
|
-
"password-change--multistepForm",
|
|
317
|
-
-5.9458184242248535
|
|
318
|
-
],
|
|
319
|
-
[
|
|
320
|
-
"password-change--multiAuthForm",
|
|
321
|
-
-6.091955184936523
|
|
322
|
-
],
|
|
323
|
-
[
|
|
324
|
-
"password-change--visibleRatio,visibleFieldsCountScaled",
|
|
325
|
-
-3.3477888107299805
|
|
326
|
-
],
|
|
327
|
-
[
|
|
328
|
-
"password-change--visibleRatio,identifiersCountScaled",
|
|
329
|
-
-5.617403984069824
|
|
330
|
-
],
|
|
331
|
-
[
|
|
332
|
-
"password-change--visibleRatio,passwordsCountScaled",
|
|
333
|
-
3.3302927017211914
|
|
334
|
-
],
|
|
335
|
-
[
|
|
336
|
-
"password-change--visibleRatio,hiddenIdentifiersCountScaled",
|
|
337
|
-
-2.4642622470855713
|
|
338
|
-
],
|
|
339
|
-
[
|
|
340
|
-
"password-change--visibleRatio,hiddenPasswordsCountScaled",
|
|
341
|
-
-6.048635959625244
|
|
342
|
-
],
|
|
343
|
-
[
|
|
344
|
-
"password-change--visibleRatio,multistepForm",
|
|
345
|
-
-5.95064115524292
|
|
346
|
-
],
|
|
347
|
-
[
|
|
348
|
-
"password-change--identifierRatio,visibleFieldsCountScaled",
|
|
349
|
-
-4.540703296661377
|
|
350
|
-
],
|
|
351
|
-
[
|
|
352
|
-
"password-change--identifierRatio,identifiersCountScaled",
|
|
353
|
-
-5.502275466918945
|
|
354
|
-
],
|
|
355
|
-
[
|
|
356
|
-
"password-change--identifierRatio,passwordsCountScaled",
|
|
357
|
-
-4.315083026885986
|
|
358
|
-
],
|
|
359
|
-
[
|
|
360
|
-
"password-change--identifierRatio,hiddenIdentifiersCountScaled",
|
|
361
|
-
-6.072136878967285
|
|
362
|
-
],
|
|
363
|
-
[
|
|
364
|
-
"password-change--identifierRatio,hiddenPasswordsCountScaled",
|
|
365
|
-
-5.912572383880615
|
|
366
|
-
],
|
|
367
|
-
[
|
|
368
|
-
"password-change--identifierRatio,multistepForm",
|
|
369
|
-
-5.936649322509766
|
|
370
|
-
],
|
|
371
|
-
[
|
|
372
|
-
"password-change--passwordRatio,visibleFieldsCountScaled",
|
|
373
|
-
5.619084358215332
|
|
374
|
-
],
|
|
375
|
-
[
|
|
376
|
-
"password-change--passwordRatio,identifiersCountScaled",
|
|
377
|
-
-4.406495571136475
|
|
378
|
-
],
|
|
379
|
-
[
|
|
380
|
-
"password-change--passwordRatio,passwordsCountScaled",
|
|
381
|
-
9.266096115112305
|
|
382
|
-
],
|
|
383
|
-
[
|
|
384
|
-
"password-change--passwordRatio,hiddenIdentifiersCountScaled",
|
|
385
|
-
-0.12468687444925308
|
|
386
|
-
],
|
|
387
|
-
[
|
|
388
|
-
"password-change--passwordRatio,hiddenPasswordsCountScaled",
|
|
389
|
-
-6.000542163848877
|
|
390
|
-
],
|
|
391
|
-
[
|
|
392
|
-
"password-change--passwordRatio,multistepForm",
|
|
393
|
-
-5.978328227996826
|
|
394
|
-
],
|
|
395
|
-
[
|
|
396
|
-
"password-change--requiredRatio,visibleFieldsCountScaled",
|
|
397
|
-
-3.897763729095459
|
|
398
|
-
],
|
|
399
|
-
[
|
|
400
|
-
"password-change--requiredRatio,identifiersCountScaled",
|
|
401
|
-
-6.03505802154541
|
|
402
|
-
],
|
|
403
|
-
[
|
|
404
|
-
"password-change--requiredRatio,passwordsCountScaled",
|
|
405
|
-
3.800820827484131
|
|
406
|
-
],
|
|
407
|
-
[
|
|
408
|
-
"password-change--requiredRatio,hiddenIdentifiersCountScaled",
|
|
409
|
-
0.2164151817560196
|
|
410
|
-
],
|
|
411
|
-
[
|
|
412
|
-
"password-change--requiredRatio,hiddenPasswordsCountScaled",
|
|
413
|
-
-5.912103176116943
|
|
414
|
-
],
|
|
415
|
-
[
|
|
416
|
-
"password-change--requiredRatio,multistepForm",
|
|
417
|
-
-5.9860992431640625
|
|
418
|
-
]
|
|
419
|
-
],
|
|
420
|
-
"bias": -4.346797466278076
|
|
421
|
-
}
|