=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== node-rdf-canonize-1.1.0/benchmark/benchmark.js-100- const s = event.target.stats; node-rdf-canonize-1.1.0/benchmark/benchmark.js:101: console.log(` min:${Math.min(...s.sample)} max:${Math.max(...s.sample)}`); node-rdf-canonize-1.1.0/benchmark/benchmark.js:102: console.log(` deviation:${s.deviation} mean:${s.mean}`); node-rdf-canonize-1.1.0/benchmark/benchmark.js:103: console.log(` moe:${s.moe} rme:${s.rme}% sem:${s.sem} var:${s.variance}`); node-rdf-canonize-1.1.0/benchmark/benchmark.js-104- */ ############################################## node-rdf-canonize-1.1.0/benchmark/benchmark.js-213- name: namepath.concat( node-rdf-canonize-1.1.0/benchmark/benchmark.js:214: [description, `(asynchronous js x ${N})`]).join(' / '), node-rdf-canonize-1.1.0/benchmark/benchmark.js-215- defer: true, ############################################## node-rdf-canonize-1.1.0/benchmark/benchmark.js-247- name: namepath.concat( node-rdf-canonize-1.1.0/benchmark/benchmark.js:248: [description, `(asynchronous native x ${N})`]).join(' / '), node-rdf-canonize-1.1.0/benchmark/benchmark.js-249- defer: true, ############################################## node-rdf-canonize-1.1.0/benchmark/benchmark.js-271- name: namepath.concat( node-rdf-canonize-1.1.0/benchmark/benchmark.js:272: [description, `(synchronous js x ${N})`]).join(' / '), node-rdf-canonize-1.1.0/benchmark/benchmark.js-273- defer: true, ############################################## node-rdf-canonize-1.1.0/benchmark/benchmark.js-295- name: namepath.concat( node-rdf-canonize-1.1.0/benchmark/benchmark.js:296: [description, `(synchronous native x ${N})`]).join(' / '), node-rdf-canonize-1.1.0/benchmark/benchmark.js-297- defer: true, ############################################## node-rdf-canonize-1.1.0/benchmark/make-tests.js-31-async function bn(b, n) { node-rdf-canonize-1.1.0/benchmark/make-tests.js:32: console.log(`Make block-${n}-{in,out}.nq`); node-rdf-canonize-1.1.0/benchmark/make-tests.js-33- const data = JSON.parse(JSON.stringify(b)); ############################################## node-rdf-canonize-1.1.0/benchmark/make-tests.js-51- }); node-rdf-canonize-1.1.0/benchmark/make-tests.js:52: fs.writeFileSync(`./block-${n}-in.nq`, nq); node-rdf-canonize-1.1.0/benchmark/make-tests.js-53- const can = await jsonld.canonize(data, { ############################################## node-rdf-canonize-1.1.0/benchmark/make-tests.js-55- }); node-rdf-canonize-1.1.0/benchmark/make-tests.js:56: fs.writeFileSync(`./block-${n}-out.nq`, can); node-rdf-canonize-1.1.0/benchmark/make-tests.js-57-}