=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== node-neo-async-2.6.2/gulp/tasks/gh-pages.js-45- async.apply(git.exec, { node-neo-async-2.6.2/gulp/tasks/gh-pages.js:46: args: `commit -m "docs(jsdoc): update jsdoc [v${async.VERSION}] [ci skip]"` node-neo-async-2.6.2/gulp/tasks/gh-pages.js-47- }), ############################################## node-neo-async-2.6.2/gulp/tasks/jsdoc.js-14- const dirpath = path.resolve(__dirname, '../..', config.opts.destination); node-neo-async-2.6.2/gulp/tasks/jsdoc.js:15: exec(`rm -rf ${dirpath}`); node-neo-async-2.6.2/gulp/tasks/jsdoc.js:16: exec('$(npm bin)/jsdoc -c .jsdocrc ./lib/async.js', done); node-neo-async-2.6.2/gulp/tasks/jsdoc.js-17-} ############################################## node-neo-async-2.6.2/gulp/tasks/minify.js-15- const compilerPath = path.resolve(__dirname, '..', 'compiler.jar'); node-neo-async-2.6.2/gulp/tasks/minify.js:16: const command = `java -jar ${compilerPath} --js ${filepath} --js_output_file ${target}`; node-neo-async-2.6.2/gulp/tasks/minify.js-17- exec(command, done); ############################################## node-neo-async-2.6.2/gulp/tasks/release.js-55-_.forEach(types, type => { node-neo-async-2.6.2/gulp/tasks/release.js:56: gulp.task(`release:package:${type}`, updatePackageVersion(type)); node-neo-async-2.6.2/gulp/tasks/release.js:57: gulp.task(`release:${type}`, gulp.series( node-neo-async-2.6.2/gulp/tasks/release.js:58: `release:package:${type}`, node-neo-async-2.6.2/gulp/tasks/release.js-59- 'release:async', ############################################## node-neo-async-2.6.2/gulp/tasks/test.js-21- gulp.src([ node-neo-async-2.6.2/gulp/tasks/test.js:22: `./test/**/test.${filename}*` node-neo-async-2.6.2/gulp/tasks/test.js-23- ]) ############################################## node-neo-async-2.6.2/gulp/tasks/test.js-37- files = _.transform(['collections', 'controlFlow', 'other', 'utils'], (result, dir) => { node-neo-async-2.6.2/gulp/tasks/test.js:38: const p = path.resolve(__dirname, '../../', 'test', dir, `test.${filename}.js`); node-neo-async-2.6.2/gulp/tasks/test.js-39- if(fs.existsSync(p)) { ############################################## node-neo-async-2.6.2/gulp/tasks/npm.js-18- node-neo-async-2.6.2/gulp/tasks/npm.js:19: await exec(`rm -rf ${buildpath}`); node-neo-async-2.6.2/gulp/tasks/npm.js-20- ############################################## node-neo-async-2.6.2/gulp/tasks/npm.js-47- const file = template.replace('<function>', key); node-neo-async-2.6.2/gulp/tasks/npm.js:48: fs.writeFileSync(path.resolve(buildpath, `${key}.js`), file, 'utf8'); node-neo-async-2.6.2/gulp/tasks/npm.js-49- }); node-neo-async-2.6.2/gulp/tasks/npm.js-50- node-neo-async-2.6.2/gulp/tasks/npm.js:51:// await exec(`cd ${buildpath} && npm publish --otp=${otp}`); node-neo-async-2.6.2/gulp/tasks/npm.js-52-} ############################################## node-neo-async-2.6.2/gulp/util.js-10-function exec(command, args) { node-neo-async-2.6.2/gulp/util.js:11: command = !args ? command : _.reduce(args, (str, arg) => `${str} ${arg}`, command); node-neo-async-2.6.2/gulp/util.js-12- return execute(cp.exec, command); ############################################## node-neo-async-2.6.2/gulp/util.js-24- task.on('error', reject); node-neo-async-2.6.2/gulp/util.js:25: task.stdout.on('data', data => result += `${data}`); node-neo-async-2.6.2/gulp/util.js-26- }); ############################################## node-neo-async-2.6.2/debian/patches/skip-actual-publish.patch-16-@@ -52,5 +48,5 @@ node-neo-async-2.6.2/debian/patches/skip-actual-publish.patch:17: fs.writeFileSync(path.resolve(buildpath, `${key}.js`), file, 'utf8'); node-neo-async-2.6.2/debian/patches/skip-actual-publish.patch-18- }); node-neo-async-2.6.2/debian/patches/skip-actual-publish.patch-19- node-neo-async-2.6.2/debian/patches/skip-actual-publish.patch:20:- await exec(`cd ${buildpath} && npm publish --otp=${otp}`); node-neo-async-2.6.2/debian/patches/skip-actual-publish.patch:21:+// await exec(`cd ${buildpath} && npm publish --otp=${otp}`); node-neo-async-2.6.2/debian/patches/skip-actual-publish.patch-22- } ############################################## node-neo-async-2.6.2/.pc/use-promise.patch/gulp/util.js-10-function exec(command, args) { node-neo-async-2.6.2/.pc/use-promise.patch/gulp/util.js:11: command = !args ? command : _.reduce(args, (str, arg) => `${str} ${arg}`, command); node-neo-async-2.6.2/.pc/use-promise.patch/gulp/util.js-12- return execute(cp.exec, command); ############################################## node-neo-async-2.6.2/.pc/use-promise.patch/gulp/util.js-24- task.on('error', reject); node-neo-async-2.6.2/.pc/use-promise.patch/gulp/util.js:25: task.stdout.on('data', data => result += `${data}`); node-neo-async-2.6.2/.pc/use-promise.patch/gulp/util.js-26- }); ############################################## node-neo-async-2.6.2/.pc/skip-actual-publish.patch/gulp/tasks/npm.js-22- node-neo-async-2.6.2/.pc/skip-actual-publish.patch/gulp/tasks/npm.js:23: await exec(`rm -rf ${buildpath}`); node-neo-async-2.6.2/.pc/skip-actual-publish.patch/gulp/tasks/npm.js-24- ############################################## node-neo-async-2.6.2/.pc/skip-actual-publish.patch/gulp/tasks/npm.js-51- const file = template.replace('<function>', key); node-neo-async-2.6.2/.pc/skip-actual-publish.patch/gulp/tasks/npm.js:52: fs.writeFileSync(path.resolve(buildpath, `${key}.js`), file, 'utf8'); node-neo-async-2.6.2/.pc/skip-actual-publish.patch/gulp/tasks/npm.js-53- }); node-neo-async-2.6.2/.pc/skip-actual-publish.patch/gulp/tasks/npm.js-54- node-neo-async-2.6.2/.pc/skip-actual-publish.patch/gulp/tasks/npm.js:55: await exec(`cd ${buildpath} && npm publish --otp=${otp}`); node-neo-async-2.6.2/.pc/skip-actual-publish.patch/gulp/tasks/npm.js-56-}