=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== node-argparse-2.0.1/argparse.js-1328- if (help !== undefined && default_value !== undefined) { node-argparse-2.0.1/argparse.js:1329: help += ` (default: ${default_value})` node-argparse-2.0.1/argparse.js-1330- } ############################################## node-argparse-2.0.1/lib/sub.js-25- if (typeof dict !== 'object' || dict === null) throw new TypeError('format requires a mapping') node-argparse-2.0.1/lib/sub.js:26: if (!(name in dict)) throw new TypeError(`no such key: '${name}'`) node-argparse-2.0.1/lib/sub.js-27- str = dict[name] ############################################## node-argparse-2.0.1/lib/sub.js-42- if (typeof str !== 'number') { node-argparse-2.0.1/lib/sub.js:43: throw new TypeError(`%${format} format: a number is required, not ${typeof str}`) node-argparse-2.0.1/lib/sub.js-44- } ############################################## node-argparse-2.0.1/lib/sub.js-47- default: node-argparse-2.0.1/lib/sub.js:48: throw new TypeError(`unsupported format character '${format}'`) node-argparse-2.0.1/lib/sub.js-49- } ############################################## node-argparse-2.0.1/lib/textwrap.js-200- if (this.width <= 0) { node-argparse-2.0.1/lib/textwrap.js:201: throw Error(`invalid width ${this.width} (must be > 0)`) node-argparse-2.0.1/lib/textwrap.js-202- }