Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
72 | Inactive |
71 | Inactive |
70 | Rejected |
69 | Rejected |
68 | Rejected |
67 | Rejected |
66 | Rejected |
65 | Rejected |
64 | Inactive |
63 | Inactive |
62 | Inactive |
61 | Inactive |
60 | Inactive |
59 | Inactive |
58 | Inactive |
57 | Inactive |
56 | Inactive |
55 | Inactive |
54 | Inactive |
53 | Inactive |
52 | Inactive |
51 | Inactive |
50 | Rejected |
49 | Rejected |
48 | Inactive |
47 | Inactive |
46 | Inactive |
45 | Inactive |
44 | Inactive |
43 | Rejected |
42 | Rejected |
41 | Inactive |
40 | Inactive |
39 | Rejected |
38 | Inactive |
37 | Inactive |
36 | Inactive |
35 | Inactive |
34 | Inactive |
33 | Inactive |
32 | Inactive |
31 | Inactive |
30 | Inactive |
29 | Inactive |
28 | Inactive |
27 | Inactive |
26 | Inactive |
25 | Inactive |
24 | Inactive |
23 | Inactive |
22 | Inactive |
21 | Inactive |
20 | Inactive |
19 | Inactive |
18 | Inactive |
17 | Inactive |
16 | Inactive |
15 | Inactive |
14 | Inactive |
13 | Inactive |
12 | Inactive |
11 | Rejected |
10 | Inactive |
9 | Inactive |
8 | Inactive |
7 | Inactive |
6 | Inactive |
5 | Inactive |
4 | Inactive |
3 | Inactive |
2 | Inactive |
1 | Inactive |
Approveed but what's the reason for naming the variable `global` (line 23 libs/validator.js)? That can cause confusion for reviewers.
Thanks! `validator.js` is an open-source library whick I use in this extension (https://github.com/validatorjs/validator.js/). The default code is here - https://unpkg.com/validator@13.11.0/validator.js. As you can see, developers use `global` as the name of the function argument. To make this library work with the ESM, I had to make some changes to the its source code, and I decided to use the same name `global` for the variable being created. If you find the name of this variable confusing, I will rename it in the next release.
That's ok. Change it if you want. Your choice.