UNPKG

worm-sign

Version:

A prescient scanner to detect and banish Shai Hulud malware from your dependencies.

7 lines (6 loc) 226 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.report = report; function report(matches, warnings, projectRoot) { return JSON.stringify({ matches, warnings, projectRoot }, null, 2); }