=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== node-braces-3.0.2+~3.0.0/bench/index.js-13-const cycle = (e, newline) => { node-braces-3.0.2+~3.0.0/bench/index.js:14: process.stdout.write(`\u001b[G ${e.target}${newline ? `\n` : ''}`); node-braces-3.0.2+~3.0.0/bench/index.js-15-}; ############################################## node-braces-3.0.2+~3.0.0/bench/index.js-27- node-braces-3.0.2+~3.0.0/bench/index.js:28: console.log(colors.green(`● ${config.name}`)); node-braces-3.0.2+~3.0.0/bench/index.js-29- ############################################## node-braces-3.0.2+~3.0.0/examples/expand.js-6-const braces = input => { node-braces-3.0.2+~3.0.0/examples/expand.js:7: return cp.execSync(`echo ${input}`).toString().trim().split(' '); node-braces-3.0.2+~3.0.0/examples/expand.js-8-}; ############################################## node-braces-3.0.2+~3.0.0/lib/compile.js-41- if (range.length !== 0) { node-braces-3.0.2+~3.0.0/lib/compile.js:42: return args.length > 1 && range.length > 1 ? `(${range})` : range; node-braces-3.0.2+~3.0.0/lib/compile.js-43- } ############################################## node-braces-3.0.2+~3.0.0/lib/expand.js-14- if (!queue.length) { node-braces-3.0.2+~3.0.0/lib/expand.js:15: return enclose ? utils.flatten(stash).map(ele => `{${ele}}`) : stash; node-braces-3.0.2+~3.0.0/lib/expand.js-16- } ############################################## node-braces-3.0.2+~3.0.0/lib/expand.js-24- for (let ele of stash) { node-braces-3.0.2+~3.0.0/lib/expand.js:25: if (enclose === true && typeof ele === 'string') ele = `{${ele}}`; node-braces-3.0.2+~3.0.0/lib/expand.js-26- result.push(Array.isArray(ele) ? append(item, ele, enclose) : (item + ele)); ############################################## node-braces-3.0.2+~3.0.0/lib/parse.js-38- if (input.length > max) { node-braces-3.0.2+~3.0.0/lib/parse.js:39: throw new SyntaxError(`Input length (${input.length}), exceeds max characters (${max})`); node-braces-3.0.2+~3.0.0/lib/parse.js-40- } ############################################## node-braces-3.0.2+~3.0.0/test/bash-compiled-ranges.js-9-const bash = input => { node-braces-3.0.2+~3.0.0/test/bash-compiled-ranges.js:10: return cp.spawnSync(bashPath(), ['-c', `echo ${input}`]) node-braces-3.0.2+~3.0.0/test/bash-compiled-ranges.js-11- .stdout.toString() ############################################## node-braces-3.0.2+~3.0.0/test/bash-compiled-sets.js-9-const bash = input => { node-braces-3.0.2+~3.0.0/test/bash-compiled-sets.js:10: return cp.spawnSync(bashPath(), ['-c', `echo ${input}`]) node-braces-3.0.2+~3.0.0/test/bash-compiled-sets.js-11- .stdout.toString() ############################################## node-braces-3.0.2+~3.0.0/test/bash-expanded-ranges.js-9-const bash = input => { node-braces-3.0.2+~3.0.0/test/bash-expanded-ranges.js:10: return cp.spawnSync(bashPath(), ['-c', `echo ${input}`]) node-braces-3.0.2+~3.0.0/test/bash-expanded-ranges.js-11- .stdout.toString() ############################################## node-braces-3.0.2+~3.0.0/test/bash-expanded-sets.js-9-const bash = input => { node-braces-3.0.2+~3.0.0/test/bash-expanded-sets.js:10: return cp.spawnSync(bashPath(), ['-c', `echo ${input}`]) node-braces-3.0.2+~3.0.0/test/bash-expanded-sets.js-11- .stdout.toString() ############################################## node-braces-3.0.2+~3.0.0/test/bash-spec.js-9-const bash = input => { node-braces-3.0.2+~3.0.0/test/bash-spec.js:10: return cp.spawnSync(bashPath(), ['-c', `echo ${input}`]) node-braces-3.0.2+~3.0.0/test/bash-spec.js-11- .stdout.toString() ############################################## node-braces-3.0.2+~3.0.0/test/braces.expand.js-11-const bash = input => { node-braces-3.0.2+~3.0.0/test/braces.expand.js:12: return cp.spawnSync(bashPath(), ['-c', `echo ${input}`]) node-braces-3.0.2+~3.0.0/test/braces.expand.js-13- .stdout.toString() ############################################## node-braces-3.0.2+~3.0.0/typesbraces/index.d.ts-58- * const range = braces.expand('x{a..e}y', { node-braces-3.0.2+~3.0.0/typesbraces/index.d.ts:59: * transform: (str) => `foo/${str}` node-braces-3.0.2+~3.0.0/typesbraces/index.d.ts-60- * });