{"library":"body-parser","type":"library","category":null,"description":"body-parser is a Node.js middleware for Express that parses incoming request bodies, making them available under the `req.body` property. It currently maintains two major stable versions: `v2.2.2` (for Node.js 18+) and `v1.20.4` (for older Node.js versions), with regular updates addressing security and dependency concerns.","language":"javascript","status":"active","version":"2.2.2","tags":["javascript"],"last_verified":"Wed May 27","install":[{"cmd":"npm install body-parser","imports":["const bodyParser = require('body-parser');\napp.use(bodyParser.json());","const bodyParser = require('body-parser');\napp.use(bodyParser.urlencoded({ extended: true }));","const bodyParser = require('body-parser');"]},{"cmd":"yarn add body-parser","imports":[]},{"cmd":"pnpm add body-parser","imports":[]}],"homepage":null,"github":"https://github.com/expressjs/body-parser","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/body-parser","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/body-parser/compatibility"}}