feat: replace keytar with @github/keytar#688
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Coverage Report for CI Build 26748832470Coverage decreased (-0.005%) to 84.967%Details
Uncovered Changes
Coverage RegressionsNo coverage regressions found. Coverage Stats💛 - Coveralls |
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
| * (e.g. Windows): the prebuilds/ folder ships all platforms, and this | ||
| * copies the right one into place on first run. | ||
| */ | ||
| function ensureKeytarBinary() { |
There was a problem hiding this comment.
Could you add some logs here via DEBUG.init ?
There was a problem hiding this comment.
I added the logs, it will only show up when run something like:
DEBUG=box-cli:* ./bin/run users:get
but not
./bin/run users:get --verbose
because at the moment we parse the verbose flag, the log already emitted.
No description provided.