=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== node-node-forge-0.10.0~dfsg/RELEASE.md-20- [Keep a CHANGELOG][] style. node-node-forge-0.10.0~dfsg/RELEASE.md:21:* `$EDITOR package.json`: update to release version and remove `-dev` suffix. node-node-forge-0.10.0~dfsg/RELEASE.md-22-* `git commit package.json -m "Release {version}."` node-node-forge-0.10.0~dfsg/RELEASE.md-23-* `git tag {version}` node-node-forge-0.10.0~dfsg/RELEASE.md:24:* `$EDITOR package.json`: update to next version and add `-dev` suffix. node-node-forge-0.10.0~dfsg/RELEASE.md-25-* `git commit package.json -m "Start {next-version}."` ############################################## node-node-forge-0.10.0~dfsg/tests/benchmarks/so-44303784.js-26- const time = (new Date() - start) / 1000; node-node-forge-0.10.0~dfsg/tests/benchmarks/so-44303784.js:27: //console.log(`decrypted in ${time}s`); node-node-forge-0.10.0~dfsg/tests/benchmarks/so-44303784.js-28- ############################################## node-node-forge-0.10.0~dfsg/tests/benchmarks/so-44303784.js-56- const time = (new Date() - start) / 1000; node-node-forge-0.10.0~dfsg/tests/benchmarks/so-44303784.js:57: //console.log(`decrypted in ${time}s`); node-node-forge-0.10.0~dfsg/tests/benchmarks/so-44303784.js-58- ############################################## node-node-forge-0.10.0~dfsg/tests/benchmarks/so-44303784.js-77- const time = (new Date() - start) / 1000; node-node-forge-0.10.0~dfsg/tests/benchmarks/so-44303784.js:78: //console.log(`decrypted in ${time}s`); node-node-forge-0.10.0~dfsg/tests/benchmarks/so-44303784.js-79- ############################################## node-node-forge-0.10.0~dfsg/tests/benchmarks/so-44303784.js-102- const time = (new Date() - start) / 1000; node-node-forge-0.10.0~dfsg/tests/benchmarks/so-44303784.js:103: //console.log(`data m:${megs} t:${time}s m/s:${megs/time}`); node-node-forge-0.10.0~dfsg/tests/benchmarks/so-44303784.js-104- ############################################## node-node-forge-0.10.0~dfsg/tests/benchmarks/so-44303784.js-142- const time = (new Date() - start) / 1000; node-node-forge-0.10.0~dfsg/tests/benchmarks/so-44303784.js:143: //console.log(`data_chunk m:${megs} t:${time}s m/s:${megs/time}`); node-node-forge-0.10.0~dfsg/tests/benchmarks/so-44303784.js-144- ############################################## node-node-forge-0.10.0~dfsg/tests/benchmarks/so-44303784.js-188- /* eslint-disable max-len */ node-node-forge-0.10.0~dfsg/tests/benchmarks/so-44303784.js:189: csv += `${i}\t${tf.time}\t${i / tf.time}\t${tfc.time}\t${i / tfc.time}\t${tn.time}\t${i / tn.time}\t${tf.time / tn.time}\t${tfc.time / tn.time}\n`; node-node-forge-0.10.0~dfsg/tests/benchmarks/so-44303784.js:190: console.log(`m:${i} tf:${tf.time} tf/s:${i / tf.time} tfc:${tfc.time} tfc/s:${i / tfc.time} tn:${tn.time} tn/s:${i / tn.time} sf:${tf.time / tn.time} sfc:${tfc.time / tn.time}`); node-node-forge-0.10.0~dfsg/tests/benchmarks/so-44303784.js-191- /* eslint-enable max-len */ ############################################## node-node-forge-0.10.0~dfsg/tests/benchmarks/so-44303784.js-208- const tfc = tfcs.reduce((prev, cur) => prev.time < cur.time ? prev : cur); node-node-forge-0.10.0~dfsg/tests/benchmarks/so-44303784.js:209: csv += `${k}\t${tfc.time}\t${megs / tfc.time}\n`; node-node-forge-0.10.0~dfsg/tests/benchmarks/so-44303784.js:210: console.log(`k:${k} tfc:${tfc.time} tfc/s:${megs / tfc.time}`); node-node-forge-0.10.0~dfsg/tests/benchmarks/so-44303784.js-211- } ############################################## node-node-forge-0.10.0~dfsg/tests/benchmarks/so-44303784.js-231- const dc = dcs.reduce((prev, cur) => prev.time < cur.time ? prev : cur); node-node-forge-0.10.0~dfsg/tests/benchmarks/so-44303784.js:232: csv += `${k}\t${dc.time}\t${megs / dc.time}\n`; node-node-forge-0.10.0~dfsg/tests/benchmarks/so-44303784.js:233: console.log(`k:${k} dc:${dc.time} dc/s:${megs / dc.time}`); node-node-forge-0.10.0~dfsg/tests/benchmarks/so-44303784.js-234- }