{"id":13836133,"url":"https://github.com/jeromemacias/fastify-boom","last_synced_at":"2025-07-20T13:36:07.831Z","repository":{"id":28439128,"uuid":"118381130","full_name":"jeromemacias/fastify-boom","owner":"jeromemacias","description":"Fastify Boom support - HTTP-friendly error objects","archived":false,"fork":false,"pushed_at":"2023-01-07T21:05:45.000Z","size":716,"stargazers_count":13,"open_issues_count":15,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-05T11:16:45.587Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/jeromemacias.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":"2018-01-21T22:55:04.000Z","updated_at":"2024-04-15T21:13:53.000Z","dependencies_parsed_at":"2022-08-07T13:15:51.967Z","dependency_job_id":null,"html_url":"https://github.com/jeromemacias/fastify-boom","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/jeromemacias/fastify-boom","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeromemacias%2Ffastify-boom","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeromemacias%2Ffastify-boom/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeromemacias%2Ffastify-boom/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeromemacias%2Ffastify-boom/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jeromemacias","download_url":"https://codeload.github.com/jeromemacias/fastify-boom/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeromemacias%2Ffastify-boom/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266135014,"owners_count":23881774,"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":[],"created_at":"2024-08-04T15:00:36.410Z","updated_at":"2025-07-20T13:36:07.783Z","avatar_url":"https://github.com/jeromemacias.png","language":"JavaScript","funding_links":[],"categories":["\u003ch2 align=\"center\"\u003eAwesome Fastify\u003c/h2\u003e"],"sub_categories":["\u003ch2 align=\"center\"\u003eEcosystem\u003c/h2\u003e"],"readme":"# fastify-boom\n\nFastify Boom support - HTTP-friendly error objects\n\n[![Current Version](https://img.shields.io/npm/v/fastify-boom.svg)](https://www.npmjs.com/package/fastify-boom)\n[![Build Status](https://travis-ci.org/jeromemacias/fastify-boom.svg?branch=master)](https://travis-ci.org/jeromemacias/fastify-boom)\n\n## Install\n```\nnpm i fastify-boom\n```\n## Usage\n```js\nconst fastify = require('fastify')()\nconst Boom = require('boom')\n\nfastify.register(require('fastify-boom'))\n\nfastify.get('/', async function (req, reply) {\n  throw new Boom('Opppps!')\n})\n\nfastify.listen(3000, err =\u003e {\n  if (err) {\n    fastify.log.error(err)\n  }\n})\n```\n\n### Credits\n\n- [boom](https://github.com/hapijs/boom) HTTP-friendly error objects \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeromemacias%2Ffastify-boom","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjeromemacias%2Ffastify-boom","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeromemacias%2Ffastify-boom/lists"}