=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== node-trust-json-document-0.1.4~dfsg/benchmarks/initialize.js-53- .on('complete', function () { node-trust-json-document-0.1.4~dfsg/benchmarks/initialize.js:54: console.log(`Fastest is ${this.filter('fastest').map('name')}`) node-trust-json-document-0.1.4~dfsg/benchmarks/initialize.js-55- }) ############################################## node-trust-json-document-0.1.4~dfsg/benchmarks/private.js-77- .on('complete', function () { node-trust-json-document-0.1.4~dfsg/benchmarks/private.js:78: console.log(`Fastest is ${this.filter('fastest').map('name')}`) node-trust-json-document-0.1.4~dfsg/benchmarks/private.js-79- }) ############################################## node-trust-json-document-0.1.4~dfsg/src/Initializer.js-332- } else if (typeof items === 'object' && items !== null) { node-trust-json-document-0.1.4~dfsg/src/Initializer.js:333: let index = `i${ level + 1 }` node-trust-json-document-0.1.4~dfsg/src/Initializer.js-334- let initializer = new Initializer(items, { index, root, level: level + 1 }) ############################################## node-trust-json-document-0.1.4~dfsg/src/JSONPatch.js-126- node-trust-json-document-0.1.4~dfsg/src/JSONPatch.js:127: if (op.path.match(new RegExp(`^${op.from}`))) { node-trust-json-document-0.1.4~dfsg/src/JSONPatch.js-128- throw new Error('Invalid "from" in JSON Patch move operation') ############################################## node-trust-json-document-0.1.4~dfsg/src/JSONPointer.js-84- toJSONString () { node-trust-json-document-0.1.4~dfsg/src/JSONPointer.js:85: return `/${this.tokens.map(this.escape).join('/')}` node-trust-json-document-0.1.4~dfsg/src/JSONPointer.js-86- } ############################################## node-trust-json-document-0.1.4~dfsg/src/JSONPointer.js-113- node-trust-json-document-0.1.4~dfsg/src/JSONPointer.js:114: return `#/${value}` node-trust-json-document-0.1.4~dfsg/src/JSONPointer.js-115- } ############################################## node-trust-json-document-0.1.4~dfsg/src/Validator.js-414- case 'boolean': node-trust-json-document-0.1.4~dfsg/src/Validator.js:415: conditions.push(`value !== ${value}`) node-trust-json-document-0.1.4~dfsg/src/Validator.js-416- break ############################################## node-trust-json-document-0.1.4~dfsg/src/Validator.js-418- case 'number': node-trust-json-document-0.1.4~dfsg/src/Validator.js:419: conditions.push(`value !== ${value}`) node-trust-json-document-0.1.4~dfsg/src/Validator.js-420- break ############################################## node-trust-json-document-0.1.4~dfsg/src/Validator.js-422- case 'string': node-trust-json-document-0.1.4~dfsg/src/Validator.js:423: conditions.push(`value !== "${value}"`) node-trust-json-document-0.1.4~dfsg/src/Validator.js-424- break ############################################## node-trust-json-document-0.1.4~dfsg/src/Validator.js-430- conditions.push( node-trust-json-document-0.1.4~dfsg/src/Validator.js:431: `'${JSON.stringify(value)}' !== JSON.stringify(value)` node-trust-json-document-0.1.4~dfsg/src/Validator.js-432- ) ############################################## node-trust-json-document-0.1.4~dfsg/src/Validator.js-758- Object.keys(properties || {}).forEach(key => { node-trust-json-document-0.1.4~dfsg/src/Validator.js:759: conditions.push(`key !== '${key}'`) node-trust-json-document-0.1.4~dfsg/src/Validator.js-760- }) ############################################## node-trust-json-document-0.1.4~dfsg/src/Validator.js-764- let subschema = additionalProperties node-trust-json-document-0.1.4~dfsg/src/Validator.js:765: let validator = new Validator(subschema, { address: `${address}[APKey]` }) node-trust-json-document-0.1.4~dfsg/src/Validator.js-766- block += ` ############################################## node-trust-json-document-0.1.4~dfsg/src/Validator.js-913- dependency.forEach(item => { node-trust-json-document-0.1.4~dfsg/src/Validator.js:914: conditions.push(`container['${item}'] === undefined`) node-trust-json-document-0.1.4~dfsg/src/Validator.js-915- }) ############################################## node-trust-json-document-0.1.4~dfsg/src/Validator.js-1070- let subschema = item node-trust-json-document-0.1.4~dfsg/src/Validator.js:1071: let validator = new Validator(subschema, { address: `${address}[${index}]` }) node-trust-json-document-0.1.4~dfsg/src/Validator.js-1072- ############################################## node-trust-json-document-0.1.4~dfsg/src/Validator.js-1385- if (decimals > 0) { node-trust-json-document-0.1.4~dfsg/src/Validator.js:1386: condition = `(value * ${pow}) % ${multipleOf * pow} !== 0` node-trust-json-document-0.1.4~dfsg/src/Validator.js-1387- } else { node-trust-json-document-0.1.4~dfsg/src/Validator.js:1388: condition = `value % ${multipleOf} !== 0` node-trust-json-document-0.1.4~dfsg/src/Validator.js-1389- }