=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== node-path-type-4.0.0/index.js-6- if (typeof filePath !== 'string') { node-path-type-4.0.0/index.js:7: throw new TypeError(`Expected a string, got ${typeof filePath}`); node-path-type-4.0.0/index.js-8- } ############################################## node-path-type-4.0.0/index.js-23- if (typeof filePath !== 'string') { node-path-type-4.0.0/index.js:24: throw new TypeError(`Expected a string, got ${typeof filePath}`); node-path-type-4.0.0/index.js-25- } ############################################## node-path-type-4.0.0/test/eacces.js-5-function fakeError(fp) { node-path-type-4.0.0/test/eacces.js:6: const error = new Error(`EACCES: permission denied, stat '${fp}'`); node-path-type-4.0.0/test/eacces.js-7- error.code = 'EACCES';