{"id":936002,"name":"@fastify/releasify","ecosystem":"npm","description":"Tool to release in a simpler way your module","homepage":"https://github.com/fastify/releasify#readme","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/fastify/releasify","keywords_array":["cli","release"],"namespace":"fastify","versions_count":2,"first_release_published_at":"2019-04-09T18:59:36.945Z","latest_release_published_at":"2019-04-28T12:23:28.089Z","latest_release_number":"0.2.0","last_synced_at":"2026-03-05T20:02:58.747Z","created_at":"2022-04-07T17:17:51.201Z","updated_at":"2026-03-05T20:02:58.747Z","registry_url":"https://www.npmjs.com/package/@fastify/releasify","install_command":"npm install @fastify/releasify","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"0.2.0"}},"repo_metadata":{"id":38067657,"uuid":"178268740","full_name":"fastify/releasify","owner":"fastify","description":"A tool to release in a simpler way your module","archived":false,"fork":false,"pushed_at":"2025-06-23T11:50:54.000Z","size":225,"stargazers_count":62,"open_issues_count":14,"forks_count":13,"subscribers_count":14,"default_branch":"main","last_synced_at":"2025-08-08T16:36:35.956Z","etag":null,"topics":["changelog","cli","fastify-tool","github-releases","hacktoberfest","release","release-notes"],"latest_commit_sha":null,"homepage":"https://npmjs.com/package/releasify","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fastify.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"fastify","open_collective":"fastify"}},"created_at":"2019-03-28T19:24:18.000Z","updated_at":"2025-06-23T11:48:00.000Z","dependencies_parsed_at":"2023-02-06T08:01:52.093Z","dependency_job_id":"38025eb8-0a99-4e0d-bc56-0868a8b0c7fa","html_url":"https://github.com/fastify/releasify","commit_stats":{"total_commits":132,"total_committers":15,"mean_commits":8.8,"dds":0.7045454545454546,"last_synced_commit":"0de5b403c74d71c47127b9958e7856a2da0570d5"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/fastify/releasify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Freleasify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Freleasify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Freleasify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Freleasify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fastify","download_url":"https://codeload.github.com/fastify/releasify/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Freleasify/sbom","scorecard":{"id":393403,"data":{"date":"2025-08-11","repo":{"name":"github.com/fastify/releasify","commit":"c53296dbe6a5e18ab9be6b47e4cb66d12464c382"},"scorecard":{"version":"v5.2.1-41-g40576783","commit":"40576783fda6698350fcbbeaea760ff827433034"},"score":6,"checks":[{"name":"Maintained","score":0,"reason":"1 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#maintained"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#binary-artifacts"}},{"name":"Code-Review","score":2,"reason":"Found 7/26 approved changesets -- score normalized to 2","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#dangerous-workflow"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/fastify/releasify/ci.yml/main?enable=pin","Info:   0 out of   1 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#pinned-dependencies"}},{"name":"Token-Permissions","score":10,"reason":"GitHub workflow tokens follow principle of least privilege","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/ci.yml:23","Info: topLevel 'contents' permission set to 'read': .github/workflows/ci.yml:18"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#token-permissions"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#cii-best-practices"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#vulnerabilities"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#branch-protection"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/fastify/.github/SECURITY.md:1","Info: Found linked content: github.com/fastify/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/fastify/.github/SECURITY.md:1","Info: Found text in security policy: github.com/fastify/.github/SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#security-policy"}},{"name":"SAST","score":5,"reason":"SAST tool is not run on all commits -- score normalized to 5","details":["Warn: 17 commits out of 29 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-18T18:23:14.440Z","repository_id":38067657,"created_at":"2025-08-18T18:23:14.440Z","updated_at":"2025-08-18T18:23:14.440Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273978757,"owners_count":25201409,"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","status":"online","status_checked_at":"2025-09-06T02:00:13.247Z","response_time":2576,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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"},"owner_record":{"login":"fastify","name":"Fastify","uuid":"24939410","kind":"organization","description":"Fast and low overhead web framework, for Node.js","email":"hello@fastify.dev","website":"https://fastify.dev","location":"United States of America","twitter":"fastifyjs","company":null,"icon_url":"https://avatars.githubusercontent.com/u/24939410?v=4","repositories_count":137,"last_synced_at":"2025-08-30T13:52:19.736Z","metadata":{"has_sponsors_listing":true,"funding":{"github":"fastify","open_collective":"fastify"}},"html_url":"https://github.com/fastify","funding_links":["https://github.com/sponsors/fastify","https://opencollective.com/fastify"],"total_stars":59862,"followers":1068,"following":0,"created_at":"2022-11-02T16:30:46.974Z","updated_at":"2025-08-30T13:52:19.737Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fastify","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fastify/repositories"},"tags":[{"name":"v3.1.2","sha":"325055121b434eb9bf8edd7a3ba94e91f058ea10","kind":"commit","published_at":"2024-12-18T19:05:45.000Z","download_url":"https://codeload.github.com/fastify/releasify/tar.gz/v3.1.2","html_url":"https://github.com/fastify/releasify/releases/tag/v3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fastify/releasify@v3.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Freleasify/tags/v3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Freleasify/tags/v3.1.2/manifests"},{"name":"v3.1.1","sha":"1b1e713804a29615e2c7066692d4af6e74f19b08","kind":"commit","published_at":"2022-12-16T08:45:44.000Z","download_url":"https://codeload.github.com/fastify/releasify/tar.gz/v3.1.1","html_url":"https://github.com/fastify/releasify/releases/tag/v3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fastify/releasify@v3.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Freleasify/tags/v3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Freleasify/tags/v3.1.1/manifests"},{"name":"v3.2.0","sha":"84a36bd05c03e6ec453239a16d4c415eb77ac23f","kind":"commit","published_at":"2022-12-15T18:29:37.000Z","download_url":"https://codeload.github.com/fastify/releasify/tar.gz/v3.2.0","html_url":"https://github.com/fastify/releasify/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fastify/releasify@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Freleasify/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Freleasify/tags/v3.2.0/manifests"},{"name":"v3.0.1","sha":"f8a4e7f430c6b5cfca533e1dcc673f6e6a647915","kind":"commit","published_at":"2022-10-19T19:55:41.000Z","download_url":"https://codeload.github.com/fastify/releasify/tar.gz/v3.0.1","html_url":"https://github.com/fastify/releasify/releases/tag/v3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fastify/releasify@v3.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Freleasify/tags/v3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Freleasify/tags/v3.0.1/manifests"},{"name":"v3.0.0","sha":"d70c6ffa9e0031f9d01c665a37cbf265910edd25","kind":"commit","published_at":"2022-08-13T07:31:49.000Z","download_url":"https://codeload.github.com/fastify/releasify/tar.gz/v3.0.0","html_url":"https://github.com/fastify/releasify/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fastify/releasify@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Freleasify/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Freleasify/tags/v3.0.0/manifests"},{"name":"v2.1.2","sha":"ce5a8b919a5c79dbb3ba860f245eebf08bec7fb3","kind":"commit","published_at":"2022-08-13T07:30:55.000Z","download_url":"https://codeload.github.com/fastify/releasify/tar.gz/v2.1.2","html_url":"https://github.com/fastify/releasify/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fastify/releasify@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Freleasify/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Freleasify/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"cf5f23082ce87d5668145ffc3e21ef19e0f741ed","kind":"commit","published_at":"2022-08-03T17:53:17.000Z","download_url":"https://codeload.github.com/fastify/releasify/tar.gz/v2.1.1","html_url":"https://github.com/fastify/releasify/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fastify/releasify@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Freleasify/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Freleasify/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"698905a0b674b4f916e10865a9950c79e7332695","kind":"commit","published_at":"2021-10-28T10:15:23.000Z","download_url":"https://codeload.github.com/fastify/releasify/tar.gz/v2.1.0","html_url":"https://github.com/fastify/releasify/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fastify/releasify@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Freleasify/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Freleasify/tags/v2.1.0/manifests"},{"name":"v2.0.1","sha":"bf5615990a08eb83d7cc5237a89ff1ed0fbc512c","kind":"commit","published_at":"2021-10-04T14:23:17.000Z","download_url":"https://codeload.github.com/fastify/releasify/tar.gz/v2.0.1","html_url":"https://github.com/fastify/releasify/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fastify/releasify@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Freleasify/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Freleasify/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"0f32495581cc6a8c8655044257495ee8662e2b6f","kind":"commit","published_at":"2021-09-29T10:37:44.000Z","download_url":"https://codeload.github.com/fastify/releasify/tar.gz/v2.0.0","html_url":"https://github.com/fastify/releasify/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fastify/releasify@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Freleasify/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Freleasify/tags/v2.0.0/manifests"},{"name":"v1.4.1","sha":"cc539cdf50f9db8ccc3fa80c30d41f6fe8c9ebee","kind":"commit","published_at":"2021-09-20T09:33:51.000Z","download_url":"https://codeload.github.com/fastify/releasify/tar.gz/v1.4.1","html_url":"https://github.com/fastify/releasify/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fastify/releasify@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Freleasify/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Freleasify/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"d8ba73ee4b6f1db81fed3e48795885294fc79fd6","kind":"commit","published_at":"2020-06-01T10:12:06.000Z","download_url":"https://codeload.github.com/fastify/releasify/tar.gz/v1.4.0","html_url":"https://github.com/fastify/releasify/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fastify/releasify@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Freleasify/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Freleasify/tags/v1.4.0/manifests"},{"name":"v1.3.0","sha":"d75165b90ee67b4823fa5d3eec4e936be76cb8c7","kind":"commit","published_at":"2020-01-22T18:31:39.000Z","download_url":"https://codeload.github.com/fastify/releasify/tar.gz/v1.3.0","html_url":"https://github.com/fastify/releasify/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fastify/releasify@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Freleasify/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Freleasify/tags/v1.3.0/manifests"},{"name":"v1.2.1","sha":"822d224d1beff58d4454866f8eb0e6fb9b20352a","kind":"commit","published_at":"2019-08-20T20:14:27.000Z","download_url":"https://codeload.github.com/fastify/releasify/tar.gz/v1.2.1","html_url":"https://github.com/fastify/releasify/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fastify/releasify@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Freleasify/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Freleasify/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"969b8944f6a85c8caa14acbc0bb6735ffa8b5660","kind":"commit","published_at":"2019-08-19T21:13:58.000Z","download_url":"https://codeload.github.com/fastify/releasify/tar.gz/v1.2.0","html_url":"https://github.com/fastify/releasify/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fastify/releasify@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Freleasify/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Freleasify/tags/v1.2.0/manifests"},{"name":"v1.1.1","sha":"4aa58e03e4173d629ee06fe545cc708004a36c6e","kind":"commit","published_at":"2019-06-05T19:08:15.000Z","download_url":"https://codeload.github.com/fastify/releasify/tar.gz/v1.1.1","html_url":"https://github.com/fastify/releasify/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fastify/releasify@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Freleasify/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Freleasify/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"377abb5eb52a2ae8edab8e26796701d7377817a2","kind":"commit","published_at":"2019-05-20T18:00:42.000Z","download_url":"https://codeload.github.com/fastify/releasify/tar.gz/v1.1.0","html_url":"https://github.com/fastify/releasify/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fastify/releasify@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Freleasify/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Freleasify/tags/v1.1.0/manifests"},{"name":"v1.0.2","sha":"5e319fa23ba0f119c438e5c37ae1094f940da6f8","kind":"commit","published_at":"2019-05-14T19:17:56.000Z","download_url":"https://codeload.github.com/fastify/releasify/tar.gz/v1.0.2","html_url":"https://github.com/fastify/releasify/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fastify/releasify@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Freleasify/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Freleasify/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"3f488f5c8714de6624d16bf45e1933b69bc4a3ed","kind":"commit","published_at":"2019-05-12T22:17:57.000Z","download_url":"https://codeload.github.com/fastify/releasify/tar.gz/v1.0.1","html_url":"https://github.com/fastify/releasify/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fastify/releasify@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Freleasify/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Freleasify/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"d5a31b1568a338bcb814d8ca1e1e48c28e2fd465","kind":"commit","published_at":"2019-04-30T11:55:32.000Z","download_url":"https://codeload.github.com/fastify/releasify/tar.gz/v1.0.0","html_url":"https://github.com/fastify/releasify/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fastify/releasify@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Freleasify/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Freleasify/tags/v1.0.0/manifests"},{"name":"v0.2.0","sha":"56825fb11e6a6717cefe5f2b9b93b6b81c290593","kind":"commit","published_at":"2019-04-28T12:23:24.000Z","download_url":"https://codeload.github.com/fastify/releasify/tar.gz/v0.2.0","html_url":"https://github.com/fastify/releasify/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fastify/releasify@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Freleasify/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Freleasify/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"a67b92def5578e18e145cfe45e2c50d82187e25b","kind":"commit","published_at":"2019-04-09T19:00:44.000Z","download_url":"https://codeload.github.com/fastify/releasify/tar.gz/v0.1.0","html_url":"https://github.com/fastify/releasify/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fastify/releasify@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Freleasify/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Freleasify/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2025-09-27T22:15:57.819Z","dependent_packages_count":1,"downloads":6,"downloads_period":"last-month","dependent_repos_count":1,"rankings":{"downloads":44.10666753594777,"dependent_repos_count":10.331462570266025,"dependent_packages_count":20.967833947506787,"stargazers_count":5.892511957136987,"forks_count":6.1395519538054755,"docker_downloads_count":null,"average":17.48760559293261},"purl":"pkg:npm/%40fastify/releasify","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/@fastify/releasify","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/@fastify/releasify","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/@fastify/releasify/dependencies","status":"deprecated","funding_links":["https://github.com/sponsors/fastify","https://opencollective.com/fastify"],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-31T09:41:57.389Z","issues_count":9,"pull_requests_count":159,"avg_time_to_close_issue":19017483.0,"avg_time_to_close_pull_request":3409494.624113475,"issues_closed_count":6,"pull_requests_closed_count":141,"pull_request_authors_count":12,"issue_authors_count":5,"avg_comments_per_issue":2.6666666666666665,"avg_comments_per_pull_request":0.7044025157232704,"merged_pull_requests_count":84,"bot_issues_count":0,"bot_pull_requests_count":89,"past_year_issues_count":0,"past_year_pull_requests_count":46,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":453565.9310344828,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":29,"past_year_pull_request_authors_count":4,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.043478260869565216,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":20,"past_year_merged_pull_requests_count":27,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Freleasify/issues","maintainers":[{"login":"Fdawgs","count":42,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Fdawgs"},{"login":"Eomm","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Eomm"},{"login":"gurgunday","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/gurgunday"},{"login":"jsumners","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jsumners"},{"login":"climba03003","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/climba03003"}],"active_maintainers":[{"login":"Fdawgs","count":28,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Fdawgs"},{"login":"Eomm","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Eomm"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@fastify%2Freleasify/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@fastify%2Freleasify/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@fastify%2Freleasify/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@fastify%2Freleasify/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@fastify%2Freleasify/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@fastify%2Freleasify/codemeta","maintainers":[{"uuid":"simenb","login":"simenb","name":null,"email":"sbekkhus91@gmail.com","url":null,"packages_count":264,"html_url":"https://www.npmjs.com/~simenb","role":null,"created_at":"2022-11-20T15:28:13.532Z","updated_at":"2022-11-20T15:28:13.532Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/simenb/packages"},{"uuid":"matteo.collina","login":"matteo.collina","name":null,"email":"hello@matteocollina.com","url":null,"packages_count":673,"html_url":"https://www.npmjs.com/~matteo.collina","role":null,"created_at":"2022-11-20T15:28:13.620Z","updated_at":"2022-11-20T15:28:13.620Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/matteo.collina/packages"},{"uuid":"airhorns","login":"airhorns","name":null,"email":"harry@harry.me","url":null,"packages_count":213,"html_url":"https://www.npmjs.com/~airhorns","role":null,"created_at":"2022-11-20T15:28:13.792Z","updated_at":"2022-11-20T15:28:13.792Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/airhorns/packages"},{"uuid":"galvez","login":"galvez","name":null,"email":"jonasgalvez@gmail.com","url":null,"packages_count":201,"html_url":"https://www.npmjs.com/~galvez","role":null,"created_at":"2022-11-20T15:28:13.523Z","updated_at":"2022-11-20T15:28:13.523Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/galvez/packages"},{"uuid":"delvedor","login":"delvedor","name":null,"email":"tommydelved@gmail.com","url":null,"packages_count":194,"html_url":"https://www.npmjs.com/~delvedor","role":null,"created_at":"2022-11-20T15:28:13.605Z","updated_at":"2022-11-20T15:28:13.605Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/delvedor/packages"},{"uuid":"kibertoad","login":"kibertoad","name":null,"email":"iselwin@gmail.com","url":null,"packages_count":332,"html_url":"https://www.npmjs.com/~kibertoad","role":null,"created_at":"2022-11-20T15:28:13.819Z","updated_at":"2022-11-20T15:28:13.819Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/kibertoad/packages"},{"uuid":"jsumners","login":"jsumners","name":null,"email":"james.sumners@gmail.com","url":null,"packages_count":270,"html_url":"https://www.npmjs.com/~jsumners","role":null,"created_at":"2022-11-20T15:28:13.649Z","updated_at":"2022-11-20T15:28:13.649Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/jsumners/packages"},{"uuid":"simoneb","login":"simoneb","name":null,"email":"simone.busoli@gmail.com","url":null,"packages_count":312,"html_url":"https://www.npmjs.com/~simoneb","role":null,"created_at":"2022-11-20T15:28:13.570Z","updated_at":"2022-11-20T15:28:13.570Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/simoneb/packages"},{"uuid":"zekth","login":"zekth","name":null,"email":"vince.legoff@gmail.com","url":null,"packages_count":156,"html_url":"https://www.npmjs.com/~zekth","role":null,"created_at":"2022-11-20T15:28:13.659Z","updated_at":"2022-11-20T15:28:13.659Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/zekth/packages"},{"uuid":"eomm","login":"eomm","name":null,"email":"behemoth89@gmail.com","url":null,"packages_count":198,"html_url":"https://www.npmjs.com/~eomm","role":null,"created_at":"2022-11-20T15:28:13.690Z","updated_at":"2022-11-20T15:28:13.690Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/eomm/packages"},{"uuid":"fox1t","login":"fox1t","name":null,"email":"maksim@sinik.it","url":null,"packages_count":169,"html_url":"https://www.npmjs.com/~fox1t","role":null,"created_at":"2022-11-20T15:28:13.708Z","updated_at":"2022-11-20T15:28:13.708Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/fox1t/packages"},{"uuid":"climba03003","login":"climba03003","name":null,"email":"kaka@kakawebsitedemo.com","url":null,"packages_count":195,"html_url":"https://www.npmjs.com/~climba03003","role":null,"created_at":"2022-11-20T15:28:13.865Z","updated_at":"2022-11-20T15:28:13.865Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/climba03003/packages"},{"uuid":"metcoder95","login":"metcoder95","name":null,"email":"me@metcoder.dev","url":null,"packages_count":176,"html_url":"https://www.npmjs.com/~metcoder95","role":null,"created_at":"2023-04-13T02:16:20.286Z","updated_at":"2023-04-13T02:16:20.286Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/metcoder95/packages"},{"uuid":"tony133","login":"tony133","name":null,"email":"a.tripodi133@gmail.com","url":null,"packages_count":141,"html_url":"https://www.npmjs.com/~tony133","role":null,"created_at":"2026-03-05T20:02:30.019Z","updated_at":"2026-03-05T20:02:30.019Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/tony133/packages"},{"uuid":"jean-michelet","login":"jean-michelet","name":null,"email":"jean.antoine.michelet@gmail.com","url":null,"packages_count":143,"html_url":"https://www.npmjs.com/~jean-michelet","role":null,"created_at":"2025-06-23T12:46:35.625Z","updated_at":"2025-06-23T12:46:35.625Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/jean-michelet/packages"},{"uuid":"gurgunday","login":"gurgunday","name":null,"email":"hey@gurgun.day","url":null,"packages_count":164,"html_url":"https://www.npmjs.com/~gurgunday","role":null,"created_at":"2023-09-06T08:57:09.610Z","updated_at":"2023-09-06T08:57:09.610Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/gurgunday/packages"}]}