{"id":26432299,"url":"https://github.com/brians-open-source-stuff/express-log-errors","last_synced_at":"2025-06-17T22:06:21.571Z","repository":{"id":97052372,"uuid":"156994614","full_name":"brians-open-source-stuff/express-log-errors","owner":"brians-open-source-stuff","description":"ExpressJS middleware for logging errors from route operations","archived":false,"fork":false,"pushed_at":"2019-03-04T11:26:10.000Z","size":27,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-18T16:38:47.022Z","etag":null,"topics":["error-log","express-middleware","expressjs","nodejs","npm-package"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/brians-open-source-stuff.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-11-10T15:35:59.000Z","updated_at":"2019-03-04T11:26:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"4520cb5e-a7f1-4504-8859-dbe742cffe96","html_url":"https://github.com/brians-open-source-stuff/express-log-errors","commit_stats":{"total_commits":49,"total_committers":2,"mean_commits":24.5,"dds":"0.061224489795918324","last_synced_commit":"1fa2ef0b192fb46593b43290b793228e0ee88736"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/brians-open-source-stuff/express-log-errors","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brians-open-source-stuff%2Fexpress-log-errors","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brians-open-source-stuff%2Fexpress-log-errors/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brians-open-source-stuff%2Fexpress-log-errors/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brians-open-source-stuff%2Fexpress-log-errors/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brians-open-source-stuff","download_url":"https://codeload.github.com/brians-open-source-stuff/express-log-errors/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brians-open-source-stuff%2Fexpress-log-errors/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260447679,"owners_count":23010546,"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":["error-log","express-middleware","expressjs","nodejs","npm-package"],"created_at":"2025-03-18T06:17:47.335Z","updated_at":"2025-06-17T22:06:16.549Z","avatar_url":"https://github.com/brians-open-source-stuff.png","language":"JavaScript","readme":"# express-log-errors\n[Contribute](./CONTRIBUTE.md) | [Changelog](./CHANGELOG.md) | [License](./LICENSE)\n\nExpressJS middleware for logging errors from route operations.\n\n## Install\n```\nnpm install express-log-errors\n```\n\n## Usage\n```javascript\nconst app = require('express')();\nconst logErrors = require('express-log-errors');\n\napp.get('/test', (req, res, next) =\u003e {\n\tnext(new Error('Test error message'));\n});\n\napp.use(logErrors());\n\napp.listen(3000);\n```\n\n## Maintainer\n* [Brian Emilius](https://github.com/BrianEmilius)\n\n## Contributors\n*","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrians-open-source-stuff%2Fexpress-log-errors","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrians-open-source-stuff%2Fexpress-log-errors","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrians-open-source-stuff%2Fexpress-log-errors/lists"}