Some more cleanup

This commit is contained in:
Reinier Criel 2025-10-25 14:03:19 -07:00
parent 41fda7f6ed
commit 38d3b46939
4 changed files with 5 additions and 4 deletions

View file

@ -14,7 +14,8 @@ export async function auditChanges(changes) {
);
for (const change of changes) {
console.log(" Safe-chain: auditing package:", change);
//Uncomment next line during manual testing
//console.log(" Safe-chain: auditing package:", change);
const malwarePackage = malwarePackages.find(
(pkg) => pkg.name === change.name && pkg.version === change.version
);