=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== node-cson-parser-4.0.6/lib/stringify.js-43-function newlineWrap(str) { node-cson-parser-4.0.6/lib/stringify.js:44: return str && `\n${str}\n`; node-cson-parser-4.0.6/lib/stringify.js-45-} ############################################## node-cson-parser-4.0.6/lib/stringify.js-102- isObject(value) && Object.keys(value).length > 0 node-cson-parser-4.0.6/lib/stringify.js:103: ? `\n${indentLines(indent, serializedValue)}` node-cson-parser-4.0.6/lib/stringify.js:104: : ` ${serializedValue}`; node-cson-parser-4.0.6/lib/stringify.js-105- } node-cson-parser-4.0.6/lib/stringify.js:106: return `${key}:${serializedValue}`; node-cson-parser-4.0.6/lib/stringify.js-107- }); ############################################## node-cson-parser-4.0.6/lib/stringify.js-118- : items.join(','); node-cson-parser-4.0.6/lib/stringify.js:119: return `[${serializedItems}]`; node-cson-parser-4.0.6/lib/stringify.js-120-} ############################################## node-cson-parser-4.0.6/lib/stringify.js-130- if (bracesRequired) { node-cson-parser-4.0.6/lib/stringify.js:131: return `{${newlineWrap(indentLines(indent, keyPairLines))}}`; node-cson-parser-4.0.6/lib/stringify.js-132- } ############################################## node-cson-parser-4.0.6/lib/stringify.js-137- if (bracesRequired) { node-cson-parser-4.0.6/lib/stringify.js:138: return `{${serializedKeyPairs}}`; node-cson-parser-4.0.6/lib/stringify.js-139- } ############################################## node-cson-parser-4.0.6/lib/stringify.js-147- const string = str.replace(/\\/g, '\\\\').replace(doubleQuotesRE, "\\''"); node-cson-parser-4.0.6/lib/stringify.js:148: return `'''${newlineWrap(indentLines(indent, string))}'''`; node-cson-parser-4.0.6/lib/stringify.js-149-} ############################################## node-cson-parser-4.0.6/lib/stringify.js-168- case 'boolean': node-cson-parser-4.0.6/lib/stringify.js:169: return `${node}`; node-cson-parser-4.0.6/lib/stringify.js-170- ############################################## node-cson-parser-4.0.6/lib/stringify.js-172- if (isFinite(node)) { node-cson-parser-4.0.6/lib/stringify.js:173: return `${node}`; node-cson-parser-4.0.6/lib/stringify.js-174- } ############################################## node-cson-parser-4.0.6/lib/parse.js-62- } node-cson-parser-4.0.6/lib/parse.js:63: return `Syntax error on line ${line}, column ${column}: ${msg}`; node-cson-parser-4.0.6/lib/parse.js-64-} ############################################## node-cson-parser-4.0.6/lib/parse.js-76- if (type !== 'Value') { node-cson-parser-4.0.6/lib/parse.js:77: throw new SyntaxError(syntaxErrorMessage(csNode, `${type} used as key`)); node-cson-parser-4.0.6/lib/parse.js-78- } ############################################## node-cson-parser-4.0.6/lib/parse.js-183- throw new SyntaxError( node-cson-parser-4.0.6/lib/parse.js:184: syntaxErrorMessage(node, `Unknown binary operator ${node.operator}`) node-cson-parser-4.0.6/lib/parse.js-185- ); ############################################## node-cson-parser-4.0.6/lib/parse.js-194- throw new SyntaxError( node-cson-parser-4.0.6/lib/parse.js:195: syntaxErrorMessage(node, `Unknown unary operator ${node.operator}`) node-cson-parser-4.0.6/lib/parse.js-196- ); ############################################## node-cson-parser-4.0.6/lib/parse.js-218- if (!transform) { node-cson-parser-4.0.6/lib/parse.js:219: throw new SyntaxError(syntaxErrorMessage(csNode, `Unexpected ${type}`)); node-cson-parser-4.0.6/lib/parse.js-220- } ############################################## node-cson-parser-4.0.6/test/parse.test.js-75-`, node-cson-parser-4.0.6/test/parse.test.js:76: `Some long${os.EOL}string` node-cson-parser-4.0.6/test/parse.test.js-77- )); ############################################## node-cson-parser-4.0.6/.pc/0001-use-old-coffeescript.patch/lib/parse.js-62- } node-cson-parser-4.0.6/.pc/0001-use-old-coffeescript.patch/lib/parse.js:63: return `Syntax error on line ${line}, column ${column}: ${msg}`; node-cson-parser-4.0.6/.pc/0001-use-old-coffeescript.patch/lib/parse.js-64-} ############################################## node-cson-parser-4.0.6/.pc/0001-use-old-coffeescript.patch/lib/parse.js-76- if (type !== 'Value') { node-cson-parser-4.0.6/.pc/0001-use-old-coffeescript.patch/lib/parse.js:77: throw new SyntaxError(syntaxErrorMessage(csNode, `${type} used as key`)); node-cson-parser-4.0.6/.pc/0001-use-old-coffeescript.patch/lib/parse.js-78- } ############################################## node-cson-parser-4.0.6/.pc/0001-use-old-coffeescript.patch/lib/parse.js-183- throw new SyntaxError( node-cson-parser-4.0.6/.pc/0001-use-old-coffeescript.patch/lib/parse.js:184: syntaxErrorMessage(node, `Unknown binary operator ${node.operator}`) node-cson-parser-4.0.6/.pc/0001-use-old-coffeescript.patch/lib/parse.js-185- ); ############################################## node-cson-parser-4.0.6/.pc/0001-use-old-coffeescript.patch/lib/parse.js-194- throw new SyntaxError( node-cson-parser-4.0.6/.pc/0001-use-old-coffeescript.patch/lib/parse.js:195: syntaxErrorMessage(node, `Unknown unary operator ${node.operator}`) node-cson-parser-4.0.6/.pc/0001-use-old-coffeescript.patch/lib/parse.js-196- ); ############################################## node-cson-parser-4.0.6/.pc/0001-use-old-coffeescript.patch/lib/parse.js-218- if (!transform) { node-cson-parser-4.0.6/.pc/0001-use-old-coffeescript.patch/lib/parse.js:219: throw new SyntaxError(syntaxErrorMessage(csNode, `Unexpected ${type}`)); node-cson-parser-4.0.6/.pc/0001-use-old-coffeescript.patch/lib/parse.js-220- }