{"id":15190633,"url":"https://github.com/migueltvms/mongoose-express-error-handler","last_synced_at":"2025-10-02T06:32:05.536Z","repository":{"id":57302068,"uuid":"91852999","full_name":"MiguelTVMS/mongoose-express-error-handler","owner":"MiguelTVMS","description":"Mongoose Express error handler plugin.","archived":true,"fork":false,"pushed_at":"2017-05-22T18:24:33.000Z","size":20,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-04T13:16:39.776Z","etag":null,"topics":["express","expressjs","http-status-code","module","mongoose","mongoosejs","nodejs","plugin","validation"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/mongoose-express-error-handler","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MiguelTVMS.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-05-19T23:40:39.000Z","updated_at":"2023-04-05T17:19:20.000Z","dependencies_parsed_at":"2022-09-07T01:00:16.071Z","dependency_job_id":null,"html_url":"https://github.com/MiguelTVMS/mongoose-express-error-handler","commit_stats":null,"previous_names":["jmtvms/mongoose-express-error-handler"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MiguelTVMS%2Fmongoose-express-error-handler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MiguelTVMS%2Fmongoose-express-error-handler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MiguelTVMS%2Fmongoose-express-error-handler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MiguelTVMS%2Fmongoose-express-error-handler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MiguelTVMS","download_url":"https://codeload.github.com/MiguelTVMS/mongoose-express-error-handler/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234951836,"owners_count":18912477,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["express","expressjs","http-status-code","module","mongoose","mongoosejs","nodejs","plugin","validation"],"created_at":"2024-09-27T20:43:14.253Z","updated_at":"2025-10-02T06:32:00.285Z","avatar_url":"https://github.com/MiguelTVMS.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mongoose-express-error-handler\nMongoose Express error handler plugin.  \nThis module convert the mongoose validation error in a bad request response and show all the validation errors without all the anoying stack trace.\n## How to use it.\nTo use this module just add the reference to you javascript file.\n\n```javascript\nconst mongooseExpressErrorHandler = require('mongoose-express-error-handler');\n```\n\nThen just add the plugin to your express app.\n\n```javascript\nconst express = require('express');\nconst app = express();\napp.use(mongooseExpressErrorHandler);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmigueltvms%2Fmongoose-express-error-handler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmigueltvms%2Fmongoose-express-error-handler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmigueltvms%2Fmongoose-express-error-handler/lists"}