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 issue
127: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 issue
129: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 issue
27: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