Open glebcha opened 2 months ago
cc @mosabua @electrum
I think this could be useful if we end up managing the alters and making sure we upgrade. Not sure however if we are in a position to do that on the frontend codebase. I think it is worth a try. What do you think @martint @dain @electrum ..
Also @glebcha could we just run this locally for starters to test it out? Maybe an initial PR could just document how to do that manually, and we can talk about automation later
Yeah let's add a script to package.json first and go from there
I think this could be useful if we end up managing the alters and making sure we upgrade. Not sure however if we are in a position to do that on the frontend codebase. I think it is worth a try. What do you think @martint @dain @electrum ..
Also @glebcha could we just run this locally for starters to test it out? Maybe an initial PR could just document how to do that manually, and we can talk about automation later
@mosabua, created a PR with scripts in package.json both for current and new ui. Also added instructions in README.
@mosabua Any chance for a quick review of PR?
The idea is to add security analysis tool like auditjs to eliminate potential risks in release flow.
This can be done both for current and new ui.
Output made with auditjs for current frontend dependencies (also can be exported in json or xml):
I can make a PR if this proposal will be approved by maintainers.