We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79807cf commit 832739aCopy full SHA for 832739a
src/shadow/arborist.ts
@@ -460,6 +460,8 @@ async function packagesHaveRiskyIssues(
460
for (const failure of failures) {
461
const type = failure.raw.type
462
if (type) {
463
+ // Based data from { pageProps: { alertTypes } } of:
464
+ // https://socket.dev/_next/data/94666139314b6437ee4491a0864e72b264547585/en-US.json
465
const issueTypeTranslation = translations.issues[type]
466
// TODO: emoji seems to mis-align terminals sometimes
467
lines.add(
0 commit comments