Review of "Clipman" version 54

Details Page Preview

Simple but powerful clipboard manager.

Extension Homepage
https://github.com/popov895/Clipman

No comments.

Diff Against

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

All Versions

Previous Reviews on this Version

JustPerfection active
Approveed but what's the reason for naming the variable `global` (line 23 libs/validator.js)? That can cause confusion for reviewers.
popov895 posted a review
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.
JustPerfection posted a review
That's ok. Change it if you want. Your choice.