=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== node-code-6.0.0/lib/index.js-277- node-code-6.0.0/lib/index.js:278: return this.assert(compare(this._ref, value), `equal specified value: ${internals.display(value)}`, this._ref, value); node-code-6.0.0/lib/index.js-279-}; ############################################## node-code-6.0.0/lib/index.js-460- node-code-6.0.0/lib/index.js:461: const string = value instanceof Error ? `[${value.toString()}]` : (internals.isPromise(value) ? '[Promise]' : Util.inspect(value)); node-code-6.0.0/lib/index.js-462- ############################################## node-code-6.0.0/test/index.js-306- Code.settings.comparePrototypes = origPrototype; node-code-6.0.0/test/index.js:307: Hoek.assert(exception2.message === `Expected {} to equal specified value: ${Util.format(Object.create(null))}`, exception2); node-code-6.0.0/test/index.js-308- }); ############################################## node-code-6.0.0/test/index.js-907- node-code-6.0.0/test/index.js:908: Hoek.assert(exception.message === `Expected ${Util.inspect(value)} to be NaN`, exception); node-code-6.0.0/test/index.js-909- }; ############################################## node-code-6.0.0/test/index.js-1212- Hoek.assert(exception.at.line !== Code.thrownAt(failed).line, 'Reports the wrong line number'); node-code-6.0.0/test/index.js:1213: Hoek.assert(exception.at.filename === __filename, `expected ${exception.at.filename} to equal ${__filename}`); node-code-6.0.0/test/index.js-1214- }); ############################################## node-code-6.0.0/test/index.js-1227- Hoek.assert(exception.expected === undefined, exception); node-code-6.0.0/test/index.js:1228: Hoek.assert(exception.at.filename === __filename, `expected ${exception.at.filename} to equal ${__filename}`); node-code-6.0.0/test/index.js-1229- }); ############################################## node-code-6.0.0/test/index.js-2217- Hoek.assert(exception.message === 'Expected [Promise] to reject with an error with specified message', exception); node-code-6.0.0/test/index.js:2218: Hoek.assert(Number(exception.at.line) === expectedLineNumber, `expected ${expectedLineNumber}, got ${exception.at.line}`); node-code-6.0.0/test/index.js:2219: Hoek.assert(exception.at.filename === __filename, `expected ${exception.at.filename} to equal ${__filename}`); node-code-6.0.0/test/index.js-2220- });