=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== node-cosmiconfig-6.0.0+~cs16.3.1/README.md-129- node-cosmiconfig-6.0.0+~cs16.3.1/README.md:130:If your [`searchPlaces`] value will include files, as it does by default (e.g. `${moduleName}rc`), your `moduleName` must consist of characters allowed in filenames. That means you should not copy scoped package names, such as `@my-org/my-package`, directly into `moduleName`. node-cosmiconfig-6.0.0+~cs16.3.1/README.md-131- ############################################## node-cosmiconfig-6.0.0+~cs16.3.1/README.md-270- 'package.json', node-cosmiconfig-6.0.0+~cs16.3.1/README.md:271: `.${moduleName}rc`, node-cosmiconfig-6.0.0+~cs16.3.1/README.md:272: `.${moduleName}rc.json`, node-cosmiconfig-6.0.0+~cs16.3.1/README.md:273: `.${moduleName}rc.yaml`, node-cosmiconfig-6.0.0+~cs16.3.1/README.md:274: `.${moduleName}rc.yml`, node-cosmiconfig-6.0.0+~cs16.3.1/README.md:275: `.${moduleName}rc.js`, node-cosmiconfig-6.0.0+~cs16.3.1/README.md:276: `${moduleName}.config.js`, node-cosmiconfig-6.0.0+~cs16.3.1/README.md-277-] ############################################## node-cosmiconfig-6.0.0+~cs16.3.1/README.md-439-Type: `string | Array<string>`. node-cosmiconfig-6.0.0+~cs16.3.1/README.md:440:Default: `` `${moduleName}` ``. node-cosmiconfig-6.0.0+~cs16.3.1/README.md-441- ############################################## node-cosmiconfig-6.0.0+~cs16.3.1/src/ExplorerBase.ts-109- throw new Error( node-cosmiconfig-6.0.0+~cs16.3.1/src/ExplorerBase.ts:110: `No loader specified for ${getExtensionDescription(filepath)}`, node-cosmiconfig-6.0.0+~cs16.3.1/src/ExplorerBase.ts-111- ); ############################################## node-cosmiconfig-6.0.0+~cs16.3.1/src/ExplorerBase.ts-142- const ext = path.extname(filepath); node-cosmiconfig-6.0.0+~cs16.3.1/src/ExplorerBase.ts:143: return ext ? `extension "${ext}"` : 'files without extensions'; node-cosmiconfig-6.0.0+~cs16.3.1/src/ExplorerBase.ts-144-} ############################################## node-cosmiconfig-6.0.0+~cs16.3.1/src/index.ts-106- 'package.json', node-cosmiconfig-6.0.0+~cs16.3.1/src/index.ts:107: `.${moduleName}rc`, node-cosmiconfig-6.0.0+~cs16.3.1/src/index.ts:108: `.${moduleName}rc.json`, node-cosmiconfig-6.0.0+~cs16.3.1/src/index.ts:109: `.${moduleName}rc.yaml`, node-cosmiconfig-6.0.0+~cs16.3.1/src/index.ts:110: `.${moduleName}rc.yml`, node-cosmiconfig-6.0.0+~cs16.3.1/src/index.ts:111: `.${moduleName}rc.js`, node-cosmiconfig-6.0.0+~cs16.3.1/src/index.ts:112: `${moduleName}.config.js`, node-cosmiconfig-6.0.0+~cs16.3.1/src/index.ts-113- ], ############################################## node-cosmiconfig-6.0.0+~cs16.3.1/src/loaders.ts-28- } catch (error) { node-cosmiconfig-6.0.0+~cs16.3.1/src/loaders.ts:29: error.message = `JSON Error in ${filepath}:\n${error.message}`; node-cosmiconfig-6.0.0+~cs16.3.1/src/loaders.ts-30- throw error; ############################################## node-cosmiconfig-6.0.0+~cs16.3.1/src/loaders.ts-43- } catch (error) { node-cosmiconfig-6.0.0+~cs16.3.1/src/loaders.ts:44: error.message = `YAML Error in ${filepath}:\n${error.message}`; node-cosmiconfig-6.0.0+~cs16.3.1/src/loaders.ts-45- throw error; ############################################## node-cosmiconfig-6.0.0+~cs16.3.1/test/failed-files.test.ts-58- const file = temp.absolutePath('foo-invalid.yaml'); node-cosmiconfig-6.0.0+~cs16.3.1/test/failed-files.test.ts:59: const expectedError = `YAML Error in ${file}:\nNested mappings are not allowed in compact mappings at line 1, column 6:`; node-cosmiconfig-6.0.0+~cs16.3.1/test/failed-files.test.ts-60- ############################################## node-cosmiconfig-6.0.0+~cs16.3.1/test/index.test.ts-95- 'package.json', node-cosmiconfig-6.0.0+~cs16.3.1/test/index.test.ts:96: `.${moduleName}rc`, node-cosmiconfig-6.0.0+~cs16.3.1/test/index.test.ts:97: `.${moduleName}rc.json`, node-cosmiconfig-6.0.0+~cs16.3.1/test/index.test.ts:98: `.${moduleName}rc.yaml`, node-cosmiconfig-6.0.0+~cs16.3.1/test/index.test.ts:99: `.${moduleName}rc.yml`, node-cosmiconfig-6.0.0+~cs16.3.1/test/index.test.ts:100: `.${moduleName}rc.js`, node-cosmiconfig-6.0.0+~cs16.3.1/test/index.test.ts:101: `${moduleName}.config.js`, node-cosmiconfig-6.0.0+~cs16.3.1/test/index.test.ts-102- ], ############################################## node-cosmiconfig-6.0.0+~cs16.3.1/test/util.ts-35- */ node-cosmiconfig-6.0.0+~cs16.3.1/test/util.ts:36: this.dir = path.resolve(tempDir, 'cosmiconfig', `${relativeParent}-dir`); node-cosmiconfig-6.0.0+~cs16.3.1/test/util.ts-37- ############################################## node-cosmiconfig-6.0.0+~cs16.3.1/test/util.ts-67- node-cosmiconfig-6.0.0+~cs16.3.1/test/util.ts:68: fs.writeFileSync(filePath, `${contents}\n`); node-cosmiconfig-6.0.0+~cs16.3.1/test/util.ts-69- } ############################################## node-cosmiconfig-6.0.0+~cs16.3.1/import-fresh/heapdump.js-8- node-cosmiconfig-6.0.0+~cs16.3.1/import-fresh/heapdump.js:9:heapdump.writeSnapshot(`require-${Date.now()}.heapsnapshot`); node-cosmiconfig-6.0.0+~cs16.3.1/import-fresh/heapdump.js-10- ############################################## node-cosmiconfig-6.0.0+~cs16.3.1/import-fresh/heapdump.js-14- node-cosmiconfig-6.0.0+~cs16.3.1/import-fresh/heapdump.js:15:heapdump.writeSnapshot(`import-fresh-${Date.now()}.heapsnapshot`); ############################################## node-cosmiconfig-6.0.0+~cs16.3.1/import-fresh/test.js-21- node-cosmiconfig-6.0.0+~cs16.3.1/import-fresh/test.js:22: const childModule = require.cache[path.resolve(__dirname, `${id}.js`)]; node-cosmiconfig-6.0.0+~cs16.3.1/import-fresh/test.js-23- t.is(childModule.parent, module); ############################################## node-cosmiconfig-6.0.0+~cs16.3.1/path-type/index.js-6- if (typeof filePath !== 'string') { node-cosmiconfig-6.0.0+~cs16.3.1/path-type/index.js:7: throw new TypeError(`Expected a string, got ${typeof filePath}`); node-cosmiconfig-6.0.0+~cs16.3.1/path-type/index.js-8- } ############################################## node-cosmiconfig-6.0.0+~cs16.3.1/path-type/index.js-23- if (typeof filePath !== 'string') { node-cosmiconfig-6.0.0+~cs16.3.1/path-type/index.js:24: throw new TypeError(`Expected a string, got ${typeof filePath}`); node-cosmiconfig-6.0.0+~cs16.3.1/path-type/index.js-25- } ############################################## node-cosmiconfig-6.0.0+~cs16.3.1/path-type/test/eacces.js-5-function fakeError(fp) { node-cosmiconfig-6.0.0+~cs16.3.1/path-type/test/eacces.js:6: const error = new Error(`EACCES: permission denied, stat '${fp}'`); node-cosmiconfig-6.0.0+~cs16.3.1/path-type/test/eacces.js-7- error.code = 'EACCES'; ############################################## node-cosmiconfig-6.0.0+~cs16.3.1/debian/patches/switch-test-from-ava-to-tape.diff-41- node-cosmiconfig-6.0.0+~cs16.3.1/debian/patches/switch-test-from-ava-to-tape.diff:42: const childModule = require.cache[path.resolve(__dirname, `${id}.js`)]; node-cosmiconfig-6.0.0+~cs16.3.1/debian/patches/switch-test-from-ava-to-tape.diff-43- t.is(childModule.parent, module); ############################################## node-cosmiconfig-6.0.0+~cs16.3.1/.pc/switch-test-from-ava-to-tape.diff/import-fresh/test.js-20- node-cosmiconfig-6.0.0+~cs16.3.1/.pc/switch-test-from-ava-to-tape.diff/import-fresh/test.js:21: const childModule = require.cache[path.resolve(__dirname, `${id}.js`)]; node-cosmiconfig-6.0.0+~cs16.3.1/.pc/switch-test-from-ava-to-tape.diff/import-fresh/test.js-22- t.is(childModule.parent, module);