body-parser
View on npm →6
Files Analyzed
3
Issues Found
3
Files with Issues
Issues by Rule
tjd/accurate-jsdoc 3
Issues by File
lib/types/json.js 1 issue127:1 accurate-jsdoc
@returns: string|undefined → string. JSDoc includes null/undefined but TypeScript infers the value is always present. Either the code guarantees a value, or add runtime checks.
lib/types/urlencoded.js 1 issue129:1 accurate-jsdoc
@returns: number|undefined → number. JSDoc includes null/undefined but TypeScript infers the value is always present. Either the code guarantees a value, or add runtime checks.
lib/utils.js 1 issue27:1 accurate-jsdoc
@returns: string | undefined → string. JSDoc includes null/undefined but TypeScript infers the value is always present. Either the code guarantees a value, or add runtime checks.
Analyzed: 2/3/2026