@nodesecure/scanner
Version:
A package API to run a static analysis of your module's dependencies.
6 lines • 348 B
JavaScript
const scanner = {
disable_scarf: "This dependency could collect data against your consent so think to disable it with the env var: SCARF_ANALYTICS",
keylogging: "This dependency can retrieve your keyboard and mouse inputs. It can be used for 'keylogging' attacks/malwares."
};
export default { scanner };
//# sourceMappingURL=english.js.map