Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
await Promise.all(srcImagesAvailable.map(async img => { await cacheFileChecksum(img.path, img.imageId); }));
Filesystem utils for Node