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 d61cde2 commit 4135b0dCopy full SHA for 4135b0d
src/shadow/arborist.ts
@@ -491,10 +491,10 @@ async function getPackagesAlerts(
491
p => p.pkgid === id && p.existing?.startsWith(`${name}@`)
492
)
493
if (pkg?.existing) {
494
- const oldArtifact: SocketArtifact =
495
- // eslint-disable-next-line no-await-in-loop
496
- (await batchScan([pkg.existing]).next()).value
497
- console.log('oldArtifact', oldArtifact)
+ // const oldArtifact: SocketArtifact =
+ // // eslint-disable-next-line no-await-in-loop
+ // (await batchScan([pkg.existing]).next()).value
+ // console.log('oldArtifact', oldArtifact)
498
// if (oldArtifact.type === 'success') {
499
// issues = issues.filter(
500
// ({ type }) =>
0 commit comments