原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [
"javascript",
"nodejs",
"parser",
"body",
"http",
"stream",
"webstreams",
"bun",
"deno"
],
"is_fork": false,
"size_kb": 508,
"has_wiki": false,
"homepage": null,
"languages": {
"JavaScript": 130,
"TypeScript": 86793
},
"pushed_at": "2026-07-12T02:56:04Z",
"created_at": "2013-09-14T03:11:58Z",
"owner_type": "Organization",
"updated_at": "2026-07-20T16:43:10Z",
"description": "Get and validate the raw body of a readable stream",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript"
]
},
"owner": {
"blog": null,
"name": null,
"type": "Organization",
"login": "stream-utils",
"company": null,
"location": null,
"followers": 13,
"avatar_url": "https://avatars.githubusercontent.com/u/5658229?v=4",
"created_at": "2013-10-10T18:06:23Z",
"is_verified": null,
"public_repos": 24,
"account_age_days": 4668
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v4.0.0",
"kind": "major",
"published_at": "2026-07-12T02:56:04Z"
},
{
"tag": "2.5.3",
"kind": "patch",
"published_at": "2025-11-25T15:20:09Z"
},
{
"tag": "v3.0.2",
"kind": "patch",
"published_at": "2025-11-21T20:47:39Z"
},
{
"tag": "v3.0.1",
"kind": "patch",
"published_at": "2025-09-04T01:44:01Z"
}
],
"recent_commits": [
{
"oid": "c3949f885af40733c680eb410b7d1f5aeddc2877",
"body": null,
"is_bot": false,
"headline": "chore: release 4.0.0 (#174)",
"author_name": "Sebastian Beltran",
"author_login": "bjohansebas",
"committed_at": "2026-07-12T02:53:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1ab71c3c0094173a33a2d5bdfe5ec658b19a29e",
"body": "* feat!: split node and web streams into separate functions\n\n* Apply suggestion from @bjohansebas",
"is_bot": false,
"headline": "feat!: split node and web streams into separate functions (#175)",
"author_name": "Sebastian Beltran",
"author_login": "bjohansebas",
"committed_at": "2026-07-12T01:38:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d765d5c55a8e4f12368539e177c361fd23312e25",
"body": "* perf: avoid static AsyncResource.bind\n\n* feat: improve clarity",
"is_bot": false,
"headline": "perf: avoid static AsyncResource.bind (#173)",
"author_name": "Sebastian Beltran",
"author_login": "bjohansebas",
"committed_at": "2026-07-09T19:01:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2cd546a0e44be62529accbdc2bef017d613c6e54",
"body": "* fix: improve length handling\n\n* fix: improve length parsing and handling in getRawBody function",
"is_bot": false,
"headline": "fix: improve length handling (#172)",
"author_name": "Sebastian Beltran",
"author_login": "bjohansebas",
"committed_at": "2026-07-09T05:24:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3e031afafae3c898b11631e4ef892a27306b822",
"body": "…sh (#171)\n\n* refactor: simplify readWebStream by removing unused body handling and related tests\n\n* fix: update buffer handling to support Uint8Array in finish and readWebStream functions\n\n* test: add support for TextDecoderStream in getRawBody to handle utf-8 encoding\n\n* fix: update toBuffer funct\n[…]\nnt8Array and simplify web stream tests\n\n* fix: streamline readWebStream by removing redundant onDone function and adjusting finish call\n\n* fix: update size limit for dist/index.js to 4.61 KB\n\n* fixup!",
"is_bot": false,
"headline": "fix(webstreams): update buffer handling to support Uint8Array in fini…",
"author_name": "Sebastian Beltran",
"author_login": "bjohansebas",
"committed_at": "2026-07-09T04:35:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7eb641e825565563fc206e4e551d403d075cdeb9",
"body": "…ion (#170)",
"is_bot": false,
"headline": "fix: optimize buffer handling for single chunk bodies in finish funct…",
"author_name": "Sebastian Beltran",
"author_login": "bjohansebas",
"committed_at": "2026-07-08T22:42:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c1f3d6baef32f53c348831382cf5856573d5e99",
"body": null,
"is_bot": false,
"headline": "perf: improve buffer for known lenght #169)",
"author_name": "Sebastian Beltran",
"author_login": "bjohansebas",
"committed_at": "2026-07-08T22:16:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d34fabaa4eac382c19d08735edc99933638de930",
"body": null,
"is_bot": false,
"headline": "fix: improve handling of aborts in Readable.toWeb request streams (#168)",
"author_name": "Sebastian Beltran",
"author_login": "bjohansebas",
"committed_at": "2026-07-08T21:42:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fbe1bffc800a6ff2cb39968efbc23334790c5e9f",
"body": "…r handling (#167)",
"is_bot": false,
"headline": "fix: update RawBodyError type to use RawBodyErrorType for better erro…",
"author_name": "Sebastian Beltran",
"author_login": "bjohansebas",
"committed_at": "2026-07-08T21:21:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9d71f71cf22381baff438eae679acb28c81b176",
"body": "* fix: remove redundant export of getRawBody as 'module.exports'\n\n* Apply suggestion from @bjohansebas",
"is_bot": false,
"headline": "fix: remove redundant export of getRawBody as 'module.exports' (#166)",
"author_name": "Sebastian Beltran",
"author_login": "bjohansebas",
"committed_at": "2026-07-08T20:54:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88a64d529e9f39fb4a097dda37fcb27e5fd199ef",
"body": "* feat: add release workflow for automated npm publishing\n\n* feat: add build and size check steps to CI workflow; update package.json for size-limit",
"is_bot": false,
"headline": "feat: add release workflow for automated npm publishing (#165)",
"author_name": "Sebastian Beltran",
"author_login": "bjohansebas",
"committed_at": "2026-07-08T20:27:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "816f2d7a5a857dd8a2570b0e4b75e8f2fbd650fb",
"body": null,
"is_bot": false,
"headline": "chore: improve history (#164)",
"author_name": "Sebastian Beltran",
"author_login": "bjohansebas",
"committed_at": "2026-07-08T19:51:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ee85a776a1480a0bda0b288840b1228f2915c26",
"body": "* fix: validate limit option and throw error for invalid values\n\n* feat: add benchmarking script for comparing node and web stream performance",
"is_bot": false,
"headline": "fix: validate limit option and throw error for invalid values (#163)",
"author_name": "Sebastian Beltran",
"author_login": "bjohansebas",
"committed_at": "2026-07-08T19:34:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10a452336dab0ff69231ae1c4ce875394d03d142",
"body": null,
"is_bot": false,
"headline": "fix: validate limit option and throw error for invalid values (#162)",
"author_name": "Sebastian Beltran",
"author_login": "bjohansebas",
"committed_at": "2026-07-08T18:48:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28756e9b413d583d4b6c8659a1aed17c1c407b02",
"body": "* fix: update error handling for string chunks in streams and improve test assertions\n\n* fix: simplify stream pause handling in halt function and update tests for stream behavior",
"is_bot": false,
"headline": "chore: remove support for stream1 (#161)",
"author_name": "Sebastian Beltran",
"author_login": "bjohansebas",
"committed_at": "2026-07-08T18:27:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f2e93c484e73917f57e6193ae492d7b776e31c2",
"body": "… for empty body scenarios (#160)",
"is_bot": false,
"headline": "fix: improve error handling for non-readable streams and update tests…",
"author_name": "Sebastian Beltran",
"author_login": "bjohansebas",
"committed_at": "2026-07-08T17:25:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "445282926c61f4215e6f121a7c33fc43450a8fcd",
"body": null,
"is_bot": false,
"headline": "feat: add CI workflows for Bun and Deno testing environments (#159)",
"author_name": "Sebastian Beltran",
"author_login": "bjohansebas",
"committed_at": "2026-07-08T16:30:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57037c5ef781feb959139596ea5b203947e5e282",
"body": null,
"is_bot": false,
"headline": "feat: handle stream closure without error as aborted request (#158)",
"author_name": "Sebastian Beltran",
"author_login": "bjohansebas",
"committed_at": "2026-07-08T15:58:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0bf65b5455c46d042748a741a22b34db0fb8f75",
"body": "Bumps [neostandard](https://github.com/neostandard/neostandard) from 0.12.2 to 0.13.0.\n- [Release notes](https://github.com/neostandard/neostandard/releases)\n- [Changelog](https://github.com/neostandard/neostandard/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/neostandard/neostandard/compar\n[…]\nrect:development\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps-dev): bump neostandard from 0.12.2 to 0.13.0 (#150)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-08T05:45:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6dbd2e7c51eee0cf88751e4209e0d35b103873d6",
"body": "* chore: rewrite in typescript\n\n* feat: add type guards for NodeJS and web ReadableStream interfaces\n\n* fix: update Callback type to allow null error and enhance error assertions in tests\n\n* fix: enhance RawBodyError interface to include optional code, status, and type properties\n\n* test: add cases \n[…]\nd property with isPaused method in stream tests\n\n* test: add cases for handling null options in getRawBody\n\n* feat: update encoding options to support false for no decoding and add corresponding tests",
"is_bot": false,
"headline": "chore: rewrite in typescript (#157)",
"author_name": "Sebastian Beltran",
"author_login": "bjohansebas",
"committed_at": "2026-07-08T05:42:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c5e8e808529c75e3b86a1b1cdcefb23c8e6fd845",
"body": "* chore: update minimum Node.js version to 18.12 in package.json and HISTORY.md\n\n* chore: update Node.js version requirements in package.json and CI workflow\n\n* chore: update minimum Node.js version to 20 in HISTORY.md\n\n* chore: update Node.js version matrix in CI workflow to remove 20.0.0\n\n* chore: exclude Node.js 22.0.0 on Windows from CI matrix due to npm issues",
"is_bot": false,
"headline": "chore: update minimum Node.js version to 22.0.0 (#156)",
"author_name": "Sebastian Beltran",
"author_login": "bjohansebas",
"committed_at": "2026-07-08T03:48:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a581b49c698677985c3cb2fe67dbc8fb75057b80",
"body": "* feat: support reading from WHATWG ReadableStreams\n\n* feat: add tests for error handling when stream is consumed or locked\n\n* feat: improve error handling in readWebStream and add tests for decoder errors\n\n* feat: enhance error handling in readWebStream and add tests for stream error scenarios\n\n* f\n[…]\n clarify web streams reader lock behavior and error handling in README\n\n* fix: clarify error handling for string chunks in README and HISTORY\n\n* test: add tests for handling web stream exceeding limit",
"is_bot": false,
"headline": "feat: support reading from WHATWG ReadableStreams (#148)",
"author_name": "Sebastian Beltran",
"author_login": "bjohansebas",
"committed_at": "2026-07-08T01:00:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "be9c773a60fe5e12eddd62b022434177f558f245",
"body": "Bumps the github-actions group with 7 updates:\n\n| Package | From | To |\n| --- | --- | --- |\n| [actions/checkout](https://github.com/actions/checkout) | `5` | `7` |\n| [actions/setup-node](https://github.com/actions/setup-node) | `5` | `6` |\n| [actions/upload-artifact](https://github.com/actions/uploa\n[…]\n dependency-version: 4.36.3\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: github-actions\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump the github-actions group with 7 updates",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-07T21:36:44Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "28d6e976d2a87ff7e0f8457c32d3ea23a4aee547",
"body": null,
"is_bot": false,
"headline": "chore: update CI workflow to trigger on master branch instead of v4",
"author_name": "Sebastian Beltran",
"author_login": "bjohansebas",
"committed_at": "2026-07-07T20:59:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95579157e9e3a1fa4341d5c0d20a77f8bf395000",
"body": null,
"is_bot": false,
"headline": "refactor: remove global Promise checks from getRawBody and tests (#146)",
"author_name": "Sebastian Beltran",
"author_login": "bjohansebas",
"committed_at": "2026-07-07T17:29:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a50db5a3a0ce568fbbd63d7539eaa7ae13e4dc85",
"body": null,
"is_bot": false,
"headline": "feat: add custom decoder option for non-standard encodings (#145)",
"author_name": "Sebastian Beltran",
"author_login": "bjohansebas",
"committed_at": "2026-07-07T17:29:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "914d69218ecd9050905efb7c9bc67b69e1141323",
"body": null,
"is_bot": false,
"headline": "refactor: remove legacy streams1 encoding checks (#144)",
"author_name": "Sebastian Beltran",
"author_login": "bjohansebas",
"committed_at": "2026-07-07T17:29:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d97d89ceb26e8d7620519fe093e6554dc92e41f",
"body": "- Breaking Change: supported encodings are now those of the WHATWG Encoding Standard; unsupported encodings will throw a 415 error\n- Breaking Change: `utf-16` now decodes as little-endian; use `utf-16be` for big-endian content",
"is_bot": false,
"headline": "chore: remove `iconv-lite` and use native `TextDecoder` (#143)",
"author_name": "Sebastian Beltran",
"author_login": "bjohansebas",
"committed_at": "2026-07-07T17:29:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1991cf6e6ba886e776c8f554c7ec0cc7a0fe0324",
"body": "* linter: remove compatibility rules for older Node.js versions\n\nSigned-off-by: Sebastian Beltran <bjohansebas@gmail.com>\n\n* fix: initialize buffer variable for more global scope\n\nSigned-off-by: Sebastian Beltran <bjohansebas@gmail.com>\n\n---------\n\nSigned-off-by: Sebastian Beltran <bjohansebas@gmail.com>",
"is_bot": false,
"headline": "linter: remove compatibility rules for older Node.js versions (#131)",
"author_name": "Sebastian Beltran",
"author_login": "bjohansebas",
"committed_at": "2026-07-07T17:29:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d910e05462d72a19d0a9f6fbc97eb53ff3aa7eb9",
"body": null,
"is_bot": false,
"headline": "refactor: remove `AsyncResource.bind' static method polyfill (#121)",
"author_name": "Phillip Barta",
"author_login": "Phillip9587",
"committed_at": "2026-07-07T17:29:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c73ca7d52c54a539c059a85717a259b9f7ab9231",
"body": "Co-authored-by: Sebastian Beltran <bjohansebas@gmail.com>",
"is_bot": false,
"headline": "deps: remove `unpipe` and use native `stream.unpipe()` (#93)",
"author_name": "Phillip Barta",
"author_login": "Phillip9587",
"committed_at": "2026-07-07T17:29:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3693b692a0a6ffce0e212cc3e68d234552724fcb",
"body": "* Loosen dependency requirements\n\nUsing exact dependency versions can be harmful, as it blocks downstream bug fixes, security patches, and new features. It can also increase the risk of duplicate packages in node_modules, leading to subtle, hard-to-debug issues.\n\nThis PR changes all user-facing depe\n[…]\nbjohansebas@gmail.com>\n\n---------\n\nSigned-off-by: Wojciech Maj <kontakt@wojtekmaj.pl>\nSigned-off-by: Sebastian Beltran <bjohansebas@gmail.com>\nCo-authored-by: Sebastian Beltran <bjohansebas@gmail.com>",
"is_bot": false,
"headline": "Loosen dependency requirements (#95)",
"author_name": "Wojciech Maj",
"author_login": "wojtekmaj",
"committed_at": "2026-07-07T17:29:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4b79a13f777d42dbd12a6bde9aebcb35d7e163ce",
"body": "* chore: remove node < 18\n\n* fix ci error\n\nSigned-off-by: Sebastian Beltran <bjohansebas@gmail.com>\n\n* ci: fix runs and add macos\n\nSigned-off-by: Sebastian Beltran <bjohansebas@gmail.com>\n\n* extends duration of tests\n\nSigned-off-by: Sebastian Beltran <bjohansebas@gmail.com>\n\n* fix lint errorr\n\nSigne\n[…]\nration of tests\n\nSigned-off-by: Sebastian Beltran <bjohansebas@gmail.com>\n\n---------\n\nSigned-off-by: Sebastian Beltran <bjohansebas@gmail.com>\nCo-authored-by: Sebastian Beltran <bjohansebas@gmail.com>",
"is_bot": false,
"headline": "chore: remove node < 18 (#94)",
"author_name": "Phillip Barta",
"author_login": "Phillip9587",
"committed_at": "2026-07-07T17:29:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6d81b322ba0f968cd09d1ab0493b06e845fa3db9",
"body": "Verify that length option accepts string numbers (e.g. \"4\")\nwhich are parsed correctly by parseInt().",
"is_bot": false,
"headline": "test: add test for length as string number (#125)",
"author_name": "Ayoub Mabrouk",
"author_login": "Ayoub-Mabrouk",
"committed_at": "2025-11-25T18:17:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4cf8e0a2591802e01f05f93e39a6a5b3610a183c",
"body": "Signed-off-by: Sebastian Beltran <bjohansebas@gmail.com>",
"is_bot": false,
"headline": "release: 3.0.2 (#123)",
"author_name": "Sebastian Beltran",
"author_login": "bjohansebas",
"committed_at": "2025-11-21T20:46:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5c90e933834f09f9b380a43aba1528b7a380660",
"body": "…sh (#122)\n\nSigned-off-by: Sebastian Beltran <bjohansebas@gmail.com>",
"is_bot": false,
"headline": "chore: remove history.md and security.md from being packaged on publi…",
"author_name": "Sebastian Beltran",
"author_login": "bjohansebas",
"committed_at": "2025-11-21T20:39:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3ab7d0fc8ad18b368b735e24bd0b1d33149ae0e",
"body": "* deps: use tilde notation for dependencies\n\n* deps: http-errors@2.0.1",
"is_bot": false,
"headline": "deps: use tilde notation for dependencies (#120)",
"author_name": "Phillip Barta",
"author_login": "Phillip9587",
"committed_at": "2025-11-21T19:15:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17160500a03df7f4cde303c6e0f2ca6f5ba4a058",
"body": "Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.31.0 to 4.31.2.\n- [Release notes](https://github.com/github/codeql-action/releases)\n- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/github/codeql-action/compare/4\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps): bump github/codeql-action from 4.31.0 to 4.31.2 (#117)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-11-08T22:41:54Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d5d1f8cdf56dbcd62664eef653a8d129e3237216",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Commits](https://github.com/actions/checkout/compare/v4...v5)\n\n---\nupdated-dependencies:\n- dependency-name: actions/checkout\n dependency-version: '5'\n depen\n[…]\nirect:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps): bump actions/checkout from 4 to 5 (#119)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-11-08T22:41:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "621f83bec0b0da88a57b28bdc22e7a9c0377f9e7",
"body": "Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 6.\n- [Release notes](https://github.com/actions/setup-node/releases)\n- [Commits](https://github.com/actions/setup-node/compare/v4...v6)\n\n---\nupdated-dependencies:\n- dependency-name: actions/setup-node\n dependency-version: '\n[…]\nirect:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps): bump actions/setup-node from 4 to 6 (#118)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-11-08T22:41:30Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "98a405fa13247e075e970e44da1573e706e9422f",
"body": "Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 6.\n- [Release notes](https://github.com/actions/download-artifact/releases)\n- [Commits](https://github.com/actions/download-artifact/compare/v4...v6)\n\n---\nupdated-dependencies:\n- dependency-name: actions/downlo\n[…]\nr\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: Sebastian Beltran <bjohansebas@gmail.com>",
"is_bot": true,
"headline": "build(deps): bump actions/download-artifact from 4 to 6 (#108)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-10-26T17:44:24Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "59cd454958fcac1b54000c287f3c5300f656523a",
"body": "* chore: use neostandard\n\nSigned-off-by: Sebastian Beltran <bjohansebas@gmail.com>\n\n* ci: update workflow\n\nSigned-off-by: Sebastian Beltran <bjohansebas@gmail.com>\n\n* improve ci\n\nSigned-off-by: Sebastian Beltran <bjohansebas@gmail.com>\n\n* fix npm support\n\nSigned-off-by: Sebastian Beltran <bjohansebas@gmail.com>\n\n* fix support\n\nSigned-off-by: Sebastian Beltran <bjohansebas@gmail.com>\n\n---------\n\nSigned-off-by: Sebastian Beltran <bjohansebas@gmail.com>",
"is_bot": false,
"headline": "chore: use neostandard (#116)",
"author_name": "Sebastian Beltran",
"author_login": "bjohansebas",
"committed_at": "2025-10-26T17:41:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7201845105f0e9247d94f848177d0d90638f1b26",
"body": "Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5.\n- [Release notes](https://github.com/actions/upload-artifact/releases)\n- [Commits](https://github.com/actions/upload-artifact/compare/v4...v5)\n\n---\nupdated-dependencies:\n- dependency-name: actions/upload-artifac\n[…]\nirect:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps): bump actions/upload-artifact from 4 to 5 (#110)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-10-26T16:53:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2e123bc9ed45411a02db762a40cd75d7c18c482c",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Commits](https://github.com/actions/checkout/compare/v4...v5)\n\n---\nupdated-dependencies:\n- dependency-name: actions/checkout\n dependency-version: '5'\n depen\n[…]\nirect:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps): bump actions/checkout from 4 to 5 (#107)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-10-26T16:53:08Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7e148ca8262eaea3979d69ff07b8ef572ab4959f",
"body": "Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.30.5 to 4.31.0.\n- [Release notes](https://github.com/github/codeql-action/releases)\n- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/github/codeql-action/compare/3\n[…]\nirect:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps): bump github/codeql-action from 3.30.5 to 4.31.0 (#105)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-10-26T16:52:51Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "53b91a626e230a3eff3c0b791155d4632774ba47",
"body": "…update dependabot configuration and Node.js versions (#102)\n\nSigned-off-by: Sebastian Beltran <bjohansebas@gmail.com>",
"is_bot": false,
"headline": "ci: add workflows for CodeQL analysis and Scorecard security checks; …",
"author_name": "Sebastian Beltran",
"author_login": "bjohansebas",
"committed_at": "2025-10-26T16:45:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20b1b44db943d7ba8751980674cfc1fc5552688c",
"body": "* docs: enhance security reporting and disclosure procedures\n\nExpanded the security policies and procedures section to include detailed reporting guidelines and disclosure policies.\n\n* docs: remove ref about email\n\nSigned-off-by: Sebastian Beltran <bjohansebas@gmail.com>\n\n* docs: clarify acknowledgment timelines for security reports\n\nSigned-off-by: Sebastian Beltran <bjohansebas@gmail.com>\n\n---------\n\nSigned-off-by: Sebastian Beltran <bjohansebas@gmail.com>",
"is_bot": false,
"headline": "docs: enhance security reporting and disclosure procedures (#101)",
"author_name": "Sebastian Beltran",
"author_login": "bjohansebas",
"committed_at": "2025-10-26T16:34:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a61bd0907af38eee41206894875460e491c9dd56",
"body": "Signed-off-by: Sebastian Beltran <bjohansebas@gmail.com>",
"is_bot": false,
"headline": "release: 3.0.1 (#100)",
"author_name": "Sebastian Beltran",
"author_login": "bjohansebas",
"committed_at": "2025-09-04T01:42:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e7438588f999d54b229b563e4f9b1844e58cfd2",
"body": "Signed-off-by: Sebastian Beltran <bjohansebas@gmail.com>",
"is_bot": false,
"headline": "chore: fix engines field (#99)",
"author_name": "Sebastian Beltran",
"author_login": "bjohansebas",
"committed_at": "2025-09-04T01:09:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5387b35d77a234a6dcdd089f8042a58a39816d90",
"body": "Signed-off-by: Sebastian Beltran <bjohansebas@gmail.com>",
"is_bot": false,
"headline": "deps: bump iconv-lite (#97)",
"author_name": "Sebastian Beltran",
"author_login": "bjohansebas",
"committed_at": "2025-08-21T23:02:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4460a4558f5e2ee876829c77237bc7f6baada3c",
"body": null,
"is_bot": false,
"headline": "ci: add node >21 (#98)",
"author_name": "Sebastian Beltran",
"author_login": "bjohansebas",
"committed_at": "2025-08-21T22:57:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f62e660e7c50891844f5615de075ab145c1f6129",
"body": null,
"is_bot": false,
"headline": "3.0.0",
"author_name": "Douglas Christopher Wilson",
"author_login": "dougwilson",
"committed_at": "2024-07-25T22:15:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a597c2f8117e7d8f061b117ae04e833fca785cdd",
"body": null,
"is_bot": false,
"headline": "build: add version script",
"author_name": "Douglas Christopher Wilson",
"author_login": "dougwilson",
"committed_at": "2024-07-25T22:11:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ae6fd3d00493ea40caab9dfbd9294f75598bd47",
"body": null,
"is_bot": false,
"headline": "deps: iconv-lite@0.6.3",
"author_name": "Douglas Christopher Wilson",
"author_login": "dougwilson",
"committed_at": "2024-07-25T22:04:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d043b9f7573ec00f13757162246a6ceec79d4a8",
"body": null,
"is_bot": false,
"headline": "build: nyc@17.0.0",
"author_name": "Douglas Christopher Wilson",
"author_login": "dougwilson",
"committed_at": "2024-07-23T04:17:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "438dcc3711cc04666794010263bb82945fe6a691",
"body": null,
"is_bot": false,
"headline": "build: Node.js@19.9",
"author_name": "Douglas Christopher Wilson",
"author_login": "dougwilson",
"committed_at": "2024-07-23T04:11:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ddcd8d8a395e8388f7134c1bee6b2d3b94f5036b",
"body": null,
"is_bot": false,
"headline": "build: Node.js@18.19",
"author_name": "Douglas Christopher Wilson",
"author_login": "dougwilson",
"committed_at": "2024-07-23T04:08:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ccb1ca98d1a486e05cf0a9d86dc336c815fd71de",
"body": null,
"is_bot": false,
"headline": "build: support Node.js 21.x",
"author_name": "Douglas Christopher Wilson",
"author_login": "dougwilson",
"committed_at": "2024-07-23T04:04:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "783b0b4af860df733f117f186cbb60907ebccc35",
"body": null,
"is_bot": false,
"headline": "build: eslint-plugin-import@2.29.1",
"author_name": "Douglas Christopher Wilson",
"author_login": "dougwilson",
"committed_at": "2024-07-23T04:00:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ec204d1f842e78c893de762b2c073d9e80eaede",
"body": null,
"is_bot": false,
"headline": "build: eslint@8.57.0",
"author_name": "Douglas Christopher Wilson",
"author_login": "dougwilson",
"committed_at": "2024-07-23T04:00:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05865e50b397564fc04f725bcc2bdb84642a1930",
"body": null,
"is_bot": false,
"headline": "build: support Node.js 20.x",
"author_name": "Douglas Christopher Wilson",
"author_login": "dougwilson",
"committed_at": "2024-07-23T03:55:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ccb8b62469aeb763086a6d56eb43066fe49df5d",
"body": null,
"is_bot": false,
"headline": "build: eslint-plugin-promise@6.6.0",
"author_name": "Douglas Christopher Wilson",
"author_login": "dougwilson",
"committed_at": "2024-07-23T03:54:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0b4473cb539a62c8586ac0a711d2bc04a80b064",
"body": null,
"is_bot": false,
"headline": "build: actions/checkout@v4",
"author_name": "Douglas Christopher Wilson",
"author_login": "dougwilson",
"committed_at": "2024-07-23T03:47:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac6fe51ac19d1789ea93d5a56a1330cd101748e3",
"body": null,
"is_bot": false,
"headline": "build: mocha@10.7.0",
"author_name": "Douglas Christopher Wilson",
"author_login": "dougwilson",
"committed_at": "2024-07-23T03:46:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b90b8c12a76ef1c4b20306b3a3635faee4fbc7a3",
"body": null,
"is_bot": false,
"headline": "build: use nyc@14.1.1 for Node.js < 10",
"author_name": "Douglas Christopher Wilson",
"author_login": "dougwilson",
"committed_at": "2024-07-23T03:46:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68436392b13d0ba795c06069a248f0fc5fd14c01",
"body": null,
"is_bot": false,
"headline": "3.0.0-beta.1",
"author_name": "Douglas Christopher Wilson",
"author_login": "dougwilson",
"committed_at": "2023-02-21T22:25:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9eeaebb3c0e411f65bfc308a0ceff670994278f5",
"body": "closes #69",
"is_bot": false,
"headline": "Change TypeScript argument to NodeJS.ReadableStream interface",
"author_name": "Zhang Yi Jiang",
"author_login": "ZhangYiJiang",
"committed_at": "2023-02-21T21:54:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7ddb6760e64c3d46986235dd51ac322046ad51d",
"body": "closes #67",
"is_bot": false,
"headline": "deps: iconv-lite@0.5.2",
"author_name": "晋晓炜 Amio /",
"author_login": "amio",
"committed_at": "2023-02-21T21:42:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42b1ee2c16b22a1fe8c48a6c458077a87b8b09e3",
"body": null,
"is_bot": false,
"headline": "Drop support for Node.js 0.8",
"author_name": "Douglas Christopher Wilson",
"author_login": "dougwilson",
"committed_at": "2023-02-21T17:58:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4203bba9eb3e989bf36fd7067e58725d55126cd1",
"body": null,
"is_bot": false,
"headline": "2.5.2",
"author_name": "Douglas Christopher Wilson",
"author_login": "dougwilson",
"committed_at": "2023-02-21T16:56:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "836fb513fbbc4c20aad5db9e97f9fd4378738ce3",
"body": null,
"is_bot": false,
"headline": "tests: add test for http2 stream api",
"author_name": "Douglas Christopher Wilson",
"author_login": "dougwilson",
"committed_at": "2023-02-18T05:55:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "191e4b6506dcf77198eed01c8feb4b6817008342",
"body": "closes #81",
"is_bot": false,
"headline": "Fix error message for non-stream argument",
"author_name": "Douglas Christopher Wilson",
"author_login": "dougwilson",
"committed_at": "2023-02-18T05:09:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79b3f20ffb7835acc54f4b85b440892a6d6af987",
"body": null,
"is_bot": false,
"headline": "docs: update CI badge",
"author_name": "Douglas Christopher Wilson",
"author_login": "dougwilson",
"committed_at": "2023-02-18T05:08:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10bd7f1b64536cbc2cfc3977e1d53d751b0442d3",
"body": null,
"is_bot": false,
"headline": "build: Node.js@16.19",
"author_name": "Douglas Christopher Wilson",
"author_login": "dougwilson",
"committed_at": "2023-02-18T02:53:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4555986c3cd4821e6df6c64a9473c24d709da071",
"body": null,
"is_bot": false,
"headline": "build: Node.js@18.14",
"author_name": "Douglas Christopher Wilson",
"author_login": "dougwilson",
"committed_at": "2023-02-18T02:48:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dca4133953c19608a63c4b9705fdd237ae1c8730",
"body": null,
"is_bot": false,
"headline": "build: Node.js@19.6",
"author_name": "Douglas Christopher Wilson",
"author_login": "dougwilson",
"committed_at": "2023-02-18T02:48:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e743695a1f5a9c307cda0632ee332bfc29723233",
"body": null,
"is_bot": false,
"headline": "build: mocha@10.2.0",
"author_name": "Douglas Christopher Wilson",
"author_login": "dougwilson",
"committed_at": "2023-02-18T02:46:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b5fcf0239c50afd1f1c60a8916d6e37dd356a46",
"body": null,
"is_bot": false,
"headline": "build: eslint-plugin-promise@6.1.1",
"author_name": "Douglas Christopher Wilson",
"author_login": "dougwilson",
"committed_at": "2023-02-17T02:17:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f4e70dff14f6bbced05a7c410f1158fbd27842d",
"body": null,
"is_bot": false,
"headline": "build: eslint@8.34.0",
"author_name": "Douglas Christopher Wilson",
"author_login": "dougwilson",
"committed_at": "2023-02-17T02:11:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "895dc9ea4b63bf510d2a5f6d68ccf5c67c44011c",
"body": null,
"is_bot": false,
"headline": "build: eslint-plugin-import@2.27.5",
"author_name": "Douglas Christopher Wilson",
"author_login": "dougwilson",
"committed_at": "2023-02-17T02:08:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4801a28c326e573ffb107abd80e5780a6f72ad4a",
"body": null,
"is_bot": false,
"headline": "build: actions/download-artifact@v3",
"author_name": "Douglas Christopher Wilson",
"author_login": "dougwilson",
"committed_at": "2023-01-05T06:22:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02c6cd772ca58f69712385184dd49a6f456e790c",
"body": null,
"is_bot": false,
"headline": "build: use $GITHUB_OUTPUT for environment list",
"author_name": "Douglas Christopher Wilson",
"author_login": "dougwilson",
"committed_at": "2023-01-05T02:59:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "678e2f6fb7659e24ef6fff71512e8977016a7e65",
"body": null,
"is_bot": false,
"headline": "build: actions/upload-artifact@v3",
"author_name": "Douglas Christopher Wilson",
"author_login": "dougwilson",
"committed_at": "2023-01-05T02:57:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be201da0034fdf0ce5b2bfce92c0110054a20ffd",
"body": null,
"is_bot": false,
"headline": "build: actions/checkout@v3",
"author_name": "Douglas Christopher Wilson",
"author_login": "dougwilson",
"committed_at": "2023-01-05T02:55:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90a260f8b5cfc21a542454f9a98666aa9f3c660e",
"body": null,
"is_bot": false,
"headline": "build: Node.js@18.12",
"author_name": "Douglas Christopher Wilson",
"author_login": "dougwilson",
"committed_at": "2022-12-05T01:04:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f274129c777f9ef8c803b3680a7eb62dc2d9173",
"body": null,
"is_bot": false,
"headline": "build: Node.js@16.18",
"author_name": "Douglas Christopher Wilson",
"author_login": "dougwilson",
"committed_at": "2022-12-05T00:57:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52b23a2fdae067304495e6cf2287c4a7a65e27f1",
"body": null,
"is_bot": false,
"headline": "build: Node.js@14.21",
"author_name": "Douglas Christopher Wilson",
"author_login": "dougwilson",
"committed_at": "2022-12-05T00:53:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33f89dc3cb5ec6cc048cf1e74b7a2a948e9f7ff3",
"body": null,
"is_bot": false,
"headline": "build: mocha@10.1.0",
"author_name": "Douglas Christopher Wilson",
"author_login": "dougwilson",
"committed_at": "2022-11-27T06:43:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a5c697c86be84fba1c00789c25e8b63416385dd",
"body": null,
"is_bot": false,
"headline": "build: support Node.js 19.x",
"author_name": "Douglas Christopher Wilson",
"author_login": "dougwilson",
"committed_at": "2022-11-21T04:12:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6b76da4fd9cd6e521b120611c3029bc270d0bdc",
"body": null,
"is_bot": false,
"headline": "build: eslint@8.28.0",
"author_name": "Douglas Christopher Wilson",
"author_login": "dougwilson",
"committed_at": "2022-11-21T04:07:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd70c11a50e6d9712a2bf3872376f5ee970e676e",
"body": null,
"is_bot": false,
"headline": "build: Node.js@18.10",
"author_name": "Douglas Christopher Wilson",
"author_login": "dougwilson",
"committed_at": "2022-10-05T00:51:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06fce5154f9f246708528c9ed8aa7072f90024b5",
"body": null,
"is_bot": false,
"headline": "build: eslint-plugin-markdown@3.0.0",
"author_name": "Douglas Christopher Wilson",
"author_login": "dougwilson",
"committed_at": "2022-09-07T23:31:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8610b22577e71fcda704096c71d428bb14eb60c",
"body": null,
"is_bot": false,
"headline": "build: eslint-plugin-promise@6.0.1",
"author_name": "Douglas Christopher Wilson",
"author_login": "dougwilson",
"committed_at": "2022-09-07T23:28:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0597aa4ef6fc41150c9917ea299750ed09d8b53e",
"body": null,
"is_bot": false,
"headline": "build: eslint@8.21.0",
"author_name": "Douglas Christopher Wilson",
"author_login": "dougwilson",
"committed_at": "2022-08-10T02:03:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02efffbff79742ac5000731db81ffe5242f57394",
"body": null,
"is_bot": false,
"headline": "build: Node.js@14.20",
"author_name": "Douglas Christopher Wilson",
"author_login": "dougwilson",
"committed_at": "2022-07-18T01:47:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d6b4aebea4d107fb75d9d52b540d5a04ff1009c",
"body": null,
"is_bot": false,
"headline": "build: Node.js@16.16",
"author_name": "Douglas Christopher Wilson",
"author_login": "dougwilson",
"committed_at": "2022-07-18T01:43:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd3005cf36f54a2398db105c6db9ad318ee42381",
"body": null,
"is_bot": false,
"headline": "build: Node.js@18.6",
"author_name": "Douglas Christopher Wilson",
"author_login": "dougwilson",
"committed_at": "2022-07-18T01:40:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38eb0ae655bba38da646eeed4699d355a289e8a7",
"body": null,
"is_bot": false,
"headline": "lint: apply standard 15 style",
"author_name": "Douglas Christopher Wilson",
"author_login": "dougwilson",
"committed_at": "2022-07-06T23:38:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c0141efe1fbe31d5213e9d43b8ab171886a9f2f",
"body": null,
"is_bot": false,
"headline": "build: eslint@8.17.0",
"author_name": "Douglas Christopher Wilson",
"author_login": "dougwilson",
"committed_at": "2022-06-05T01:49:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94584a261e307f425438868e55d60a1867b0483a",
"body": null,
"is_bot": false,
"headline": "build: mocha@10.0.0",
"author_name": "Douglas Christopher Wilson",
"author_login": "dougwilson",
"committed_at": "2022-06-05T01:44:35Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 4,
"commits_last_year": 51,
"latest_release_at": "2026-07-12T02:56:04Z",
"latest_release_tag": "v4.0.0",
"releases_from_tags": false,
"days_since_last_push": 10,
"active_weeks_last_year": 7,
"days_since_latest_release": 10,
"mean_days_between_releases": 103.7
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "raw-body",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/raw-body",
"is_deprecated": false,
"latest_version": "4.0.0",
"repository_url": "https://github.com/stream-utils/raw-body",
"versions_count": 54,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 5,
"monthly_downloads": 520015062,
"first_published_at": "2013-09-14T03:21:48.702000Z",
"latest_published_at": "2026-07-12T02:58:18.618000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 10
}
]
},
"popularity": {
"forks": 75,
"stars": 407,
"watchers": 6,
"fork_history": {
"days": [
{
"date": "2013-11-27",
"count": 1
},
{
"date": "2013-12-01",
"count": 1
},
{
"date": "2014-02-28",
"count": 1
},
{
"date": "2014-11-29",
"count": 1
},
{
"date": "2015-03-27",
"count": 1
},
{
"date": "2015-09-11",
"count": 1
},
{
"date": "2015-10-06",
"count": 1
},
{
"date": "2015-10-26",
"count": 1
},
{
"date": "2016-01-27",
"count": 1
},
{
"date": "2016-05-21",
"count": 1
},
{
"date": "2016-11-09",
"count": 1
},
{
"date": "2016-12-16",
"count": 1
},
{
"date": "2017-02-11",
"count": 1
},
{
"date": "2017-05-10",
"count": 1
},
{
"date": "2017-06-30",
"count": 1
},
{
"date": "2017-09-08",
"count": 1
},
{
"date": "2017-10-06",
"count": 1
},
{
"date": "2017-11-09",
"count": 1
},
{
"date": "2017-12-08",
"count": 1
},
{
"date": "2018-01-20",
"count": 1
},
{
"date": "2018-03-25",
"count": 1
},
{
"date": "2018-04-02",
"count": 1
},
{
"date": "2018-05-04",
"count": 1
},
{
"date": "2018-07-14",
"count": 1
},
{
"date": "2018-08-02",
"count": 1
},
{
"date": "2018-09-25",
"count": 1
},
{
"date": "2018-11-14",
"count": 1
},
{
"date": "2019-02-14",
"count": 1
},
{
"date": "2019-02-15",
"count": 1
},
{
"date": "2019-03-30",
"count": 1
},
{
"date": "2019-07-04",
"count": 1
},
{
"date": "2019-08-30",
"count": 1
},
{
"date": "2019-09-05",
"count": 1
},
{
"date": "2019-09-14",
"count": 1
},
{
"date": "2019-10-13",
"count": 1
},
{
"date": "2020-01-10",
"count": 1
},
{
"date": "2020-01-16",
"count": 1
},
{
"date": "2020-04-30",
"count": 1
},
{
"date": "2020-05-07",
"count": 1
},
{
"date": "2020-05-17",
"count": 1
},
{
"date": "2020-07-01",
"count": 1
},
{
"date": "2020-10-11",
"count": 1
},
{
"date": "2020-10-20",
"count": 1
},
{
"date": "2020-11-12",
"count": 1
},
{
"date": "2020-12-21",
"count": 1
},
{
"date": "2021-01-31",
"count": 1
},
{
"date": "2021-03-28",
"count": 1
},
{
"date": "2021-08-12",
"count": 1
},
{
"date": "2021-08-31",
"count": 1
},
{
"date": "2021-10-28",
"count": 1
},
{
"date": "2021-12-15",
"count": 1
},
{
"date": "2022-01-26",
"count": 1
},
{
"date": "2022-02-28",
"count": 1
},
{
"date": "2022-04-08",
"count": 1
},
{
"date": "2022-07-10",
"count": 1
},
{
"date": "2022-08-04",
"count": 1
},
{
"date": "2022-09-16",
"count": 1
},
{
"date": "2022-11-02",
"count": 1
},
{
"date": "2023-02-15",
"count": 1
},
{
"date": "2023-08-02",
"count": 1
},
{
"date": "2023-08-22",
"count": 1
},
{
"date": "2023-11-02",
"count": 1
},
{
"date": "2023-12-03",
"count": 1
},
{
"date": "2024-01-07",
"count": 1
},
{
"date": "2024-03-29",
"count": 1
},
{
"date": "2024-10-09",
"count": 1
},
{
"date": "2025-01-02",
"count": 1
},
{
"date": "2025-02-12",
"count": 1
},
{
"date": "2025-08-08",
"count": 1
},
{
"date": "2025-10-04",
"count": 1
},
{
"date": "2025-11-22",
"count": 1
},
{
"date": "2025-12-04",
"count": 1
},
{
"date": "2026-02-19",
"count": 1
},
{
"date": "2026-03-04",
"count": 1
}
],
"complete": true,
"collected": 74,
"total_forks": 75
},
"star_history": null,
"open_issues_and_prs": 2
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 22082,
"source_files_sampled": 12,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "brace-expansion",
"direct": false,
"version": "1.1.15",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-3jxr-9vmj-r5cp"
],
"fixed_version": "5.0.7",
"advisory_count": 1,
"oldest_advisory_days": 2
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"high": 1
},
"advisory_count": 1,
"affected_count": 1,
"assessed_count": 387,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "bytes",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^3.1.2"
},
{
"name": "http-errors",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^2.0.1"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "bytes",
"direct": true,
"version": "3.1.2",
"ecosystem": "npm"
},
{
"name": "http-errors",
"direct": true,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "@babel/helper-string-parser",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-validator-identifier",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/parser",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/types",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@bcoe/v8-coverage",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "@emnapi/core",
"direct": false,
"version": "1.10.0",
"ecosystem": "npm"
},
{
"name": "@emnapi/core",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@emnapi/runtime",
"direct": false,
"version": "1.10.0",
"ecosystem": "npm"
},
{
"name": "@emnapi/runtime",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@emnapi/wasi-threads",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "@emnapi/wasi-threads",
"direct": false,
"version": "1.2.2",
"ecosystem": "npm"
},
{
"name": "@esbuild/aix-ppc64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-arm",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/darwin-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/darwin-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/freebsd-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/freebsd-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-arm",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-ia32",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-loong64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-mips64el",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-ppc64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-riscv64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-s390x",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/netbsd-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/netbsd-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/openbsd-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/openbsd-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/openharmony-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/sunos-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-ia32",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@eslint-community/eslint-utils",
"direct": false,
"version": "4.9.1",
"ecosystem": "npm"
},
{
"name": "@eslint-community/regexpp",
"direct": false,
"version": "4.12.2",
"ecosystem": "npm"
},
{
"name": "@eslint/config-array",
"direct": false,
"version": "0.21.2",
"ecosystem": "npm"
},
{
"name": "@eslint/config-helpers",
"direct": false,
"version": "0.4.2",
"ecosystem": "npm"
},
{
"name": "@eslint/core",
"direct": false,
"version": "0.17.0",
"ecosystem": "npm"
},
{
"name": "@eslint/eslintrc",
"direct": false,
"version": "3.3.5",
"ecosystem": "npm"
},
{
"name": "@eslint/js",
"direct": false,
"version": "9.39.4",
"ecosystem": "npm"
},
{
"name": "@eslint/object-schema",
"direct": false,
"version": "2.1.7",
"ecosystem": "npm"
},
{
"name": "@eslint/plugin-kit",
"direct": false,
"version": "0.4.1",
"ecosystem": "npm"
},
{
"name": "@humanfs/core",
"direct": false,
"version": "0.19.2",
"ecosystem": "npm"
},
{
"name": "@humanfs/node",
"direct": false,
"version": "0.16.8",
"ecosystem": "npm"
},
{
"name": "@humanfs/types",
"direct": false,
"version": "0.15.0",
"ecosystem": "npm"
},
{
"name": "@humanwhocodes/gitignore-to-minimatch",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "@humanwhocodes/module-importer",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "@humanwhocodes/retry",
"direct": false,
"version": "0.4.3",
"ecosystem": "npm"
},
{
"name": "@jridgewell/resolve-uri",
"direct": false,
"version": "3.1.2",
"ecosystem": "npm"
},
{
"name": "@jridgewell/sourcemap-codec",
"direct": false,
"version": "1.5.5",
"ecosystem": "npm"
},
{
"name": "@jridgewell/trace-mapping",
"direct": false,
"version": "0.3.31",
"ecosystem": "npm"
},
{
"name": "@napi-rs/wasm-runtime",
"direct": false,
"version": "1.1.6",
"ecosystem": "npm"
},
{
"name": "@oxc-project/types",
"direct": false,
"version": "0.138.0",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-android-arm64",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-darwin-arm64",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-darwin-x64",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-freebsd-x64",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-arm-gnueabihf",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-arm64-gnu",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-arm64-musl",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-ppc64-gnu",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-s390x-gnu",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-x64-gnu",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-x64-musl",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-openharmony-arm64",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-wasm32-wasi",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-win32-arm64-msvc",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-win32-x64-msvc",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "@rolldown/pluginutils",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "@size-limit/esbuild",
"direct": false,
"version": "12.1.0",
"ecosystem": "npm"
},
{
"name": "@size-limit/file",
"direct": false,
"version": "12.1.0",
"ecosystem": "npm"
},
{
"name": "@size-limit/preset-small-lib",
"direct": false,
"version": "12.1.0",
"ecosystem": "npm"
},
{
"name": "@standard-schema/spec",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "@stylistic/eslint-plugin",
"direct": false,
"version": "2.11.0",
"ecosystem": "npm"
},
{
"name": "@tybys/wasm-util",
"direct": false,
"version": "0.10.3",
"ecosystem": "npm"
},
{
"name": "@types/bytes",
"direct": false,
"version": "3.1.5",
"ecosystem": "npm"
},
{
"name": "@types/chai",
"direct": false,
"version": "5.2.3",
"ecosystem": "npm"
},
{
"name": "@types/deep-eql",
"direct": false,
"version": "4.0.2",
"ecosystem": "npm"
},
{
"name": "@types/estree",
"direct": false,
"version": "1.0.9",
"ecosystem": "npm"
},
{
"name": "@types/http-errors",
"direct": false,
"version": "2.0.5",
"ecosystem": "npm"
},
{
"name": "@types/json-schema",
"direct": false,
"version": "7.0.15",
"ecosystem": "npm"
},
{
"name": "@types/node",
"direct": false,
"version": "26.1.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/eslint-plugin",
"direct": false,
"version": "8.63.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/parser",
"direct": false,
"version": "8.63.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/project-service",
"direct": false,
"version": "8.63.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/scope-manager",
"direct": false,
"version": "8.63.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/tsconfig-utils",
"direct": false,
"version": "8.63.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/type-utils",
"direct": false,
"version": "8.63.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/types",
"direct": false,
"version": "8.63.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/typescript-estree",
"direct": false,
"version": "8.63.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/utils",
"direct": false,
"version": "8.63.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/visitor-keys",
"direct": false,
"version": "8.63.0",
"ecosystem": "npm"
},
{
"name": "@vitest/coverage-v8",
"direct": false,
"version": "4.1.10",
"ecosystem": "npm"
},
{
"name": "@vitest/expect",
"direct": false,
"version": "4.1.10",
"ecosystem": "npm"
},
{
"name": "@vitest/mocker",
"direct": false,
"version": "4.1.10",
"ecosystem": "npm"
},
{
"name": "@vitest/pretty-format",
"direct": false,
"version": "4.1.10",
"ecosystem": "npm"
},
{
"name": "@vitest/runner",
"direct": false,
"version": "4.1.10",
"ecosystem": "npm"
},
{
"name": "@vitest/snapshot",
"direct": false,
"version": "4.1.10",
"ecosystem": "npm"
},
{
"name": "@vitest/spy",
"direct": false,
"version": "4.1.10",
"ecosystem": "npm"
},
{
"name": "@vitest/utils",
"direct": false,
"version": "4.1.10",
"ecosystem": "npm"
},
{
"name": "acorn",
"direct": false,
"version": "8.17.0",
"ecosystem": "npm"
},
{
"name": "acorn-jsx",
"direct": false,
"version": "5.3.2",
"ecosystem": "npm"
},
{
"name": "ajv",
"direct": false,
"version": "6.15.0",
"ecosystem": "npm"
},
{
"name": "ansi-styles",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "argparse",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "array-buffer-byte-length",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "array-includes",
"direct": false,
"version": "3.1.9",
"ecosystem": "npm"
},
{
"name": "array.prototype.findlast",
"direct": false,
"version": "1.2.5",
"ecosystem": "npm"
},
{
"name": "array.prototype.flat",
"direct": false,
"version": "1.3.3",
"ecosystem": "npm"
},
{
"name": "array.prototype.flatmap",
"direct": false,
"version": "1.3.3",
"ecosystem": "npm"
},
{
"name": "array.prototype.tosorted",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "arraybuffer.prototype.slice",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "assertion-error",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "ast-v8-to-istanbul",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "async-function",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "available-typed-arrays",
"direct": false,
"version": "1.0.7",
"ecosystem": "npm"
},
{
"name": "balanced-match",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "balanced-match",
"direct": false,
"version": "4.0.4",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "1.1.15",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "5.0.7",
"ecosystem": "npm"
},
{
"name": "bytes-iec",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "call-bind",
"direct": false,
"version": "1.0.9",
"ecosystem": "npm"
},
{
"name": "call-bind-apply-helpers",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "call-bound",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "callsites",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "chai",
"direct": false,
"version": "6.2.2",
"ecosystem": "npm"
},
{
"name": "chalk",
"direct": false,
"version": "4.1.2",
"ecosystem": "npm"
},
{
"name": "color-convert",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "color-name",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "concat-map",
"direct": false,
"version": "0.0.1",
"ecosystem": "npm"
},
{
"name": "convert-source-map",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "cross-spawn",
"direct": false,
"version": "7.0.6",
"ecosystem": "npm"
},
{
"name": "data-view-buffer",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "data-view-byte-length",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "data-view-byte-offset",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "debug",
"direct": false,
"version": "4.4.3",
"ecosystem": "npm"
},
{
"name": "deep-is",
"direct": false,
"version": "0.1.4",
"ecosystem": "npm"
},
{
"name": "define-data-property",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "define-properties",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "depd",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "detect-libc",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "doctrine",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "dunder-proto",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "enhanced-resolve",
"direct": false,
"version": "5.24.2",
"ecosystem": "npm"
},
{
"name": "es-abstract",
"direct": false,
"version": "1.24.2",
"ecosystem": "npm"
},
{
"name": "es-abstract-get",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "es-define-property",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "es-errors",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "es-iterator-helpers",
"direct": false,
"version": "1.3.3",
"ecosystem": "npm"
},
{
"name": "es-module-lexer",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "es-object-atoms",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "es-set-tostringtag",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "es-shim-unscopables",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "es-to-primitive",
"direct": false,
"version": "1.3.4",
"ecosystem": "npm"
},
{
"name": "esbuild",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "escape-string-regexp",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "eslint",
"direct": false,
"version": "9.39.4",
"ecosystem": "npm"
},
{
"name": "eslint-compat-utils",
"direct": false,
"version": "0.5.1",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-es-x",
"direct": false,
"version": "7.8.0",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-n",
"direct": false,
"version": "17.24.0",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-promise",
"direct": false,
"version": "7.3.0",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-react",
"direct": false,
"version": "7.37.5",
"ecosystem": "npm"
},
{
"name": "eslint-scope",
"direct": false,
"version": "8.4.0",
"ecosystem": "npm"
},
{
"name": "eslint-visitor-keys",
"direct": false,
"version": "3.4.3",
"ecosystem": "npm"
},
{
"name": "eslint-visitor-keys",
"direct": false,
"version": "4.2.1",
"ecosystem": "npm"
},
{
"name": "eslint-visitor-keys",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "espree",
"direct": false,
"version": "10.4.0",
"ecosystem": "npm"
},
{
"name": "esquery",
"direct": false,
"version": "1.7.0",
"ecosystem": "npm"
},
{
"name": "esrecurse",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "estraverse",
"direct": false,
"version": "5.3.0",
"ecosystem": "npm"
},
{
"name": "estree-walker",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "esutils",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "expect-type",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "fast-deep-equal",
"direct": false,
"version": "3.1.3",
"ecosystem": "npm"
},
{
"name": "fast-json-stable-stringify",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "fast-levenshtein",
"direct": false,
"version": "2.0.6",
"ecosystem": "npm"
},
{
"name": "fdir",
"direct": false,
"version": "6.5.0",
"ecosystem": "npm"
},
{
"name": "file-entry-cache",
"direct": false,
"version": "8.0.0",
"ecosystem": "npm"
},
{
"name": "find-up",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "find-up",
"direct": false,
"version": "8.0.0",
"ecosystem": "npm"
},
{
"name": "flat-cache",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "flatted",
"direct": false,
"version": "3.4.2",
"ecosystem": "npm"
},
{
"name": "for-each",
"direct": false,
"version": "0.3.5",
"ecosystem": "npm"
},
{
"name": "fsevents",
"direct": false,
"version": "2.3.3",
"ecosystem": "npm"
},
{
"name": "function-bind",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "function.prototype.name",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "functions-have-names",
"direct": false,
"version": "1.2.3",
"ecosystem": "npm"
},
{
"name": "generator-function",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "get-intrinsic",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "get-proto",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "get-symbol-description",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "get-tsconfig",
"direct": false,
"version": "4.14.0",
"ecosystem": "npm"
},
{
"name": "glob-parent",
"direct": false,
"version": "6.0.2",
"ecosystem": "npm"
},
{
"name": "globals",
"direct": false,
"version": "14.0.0",
"ecosystem": "npm"
},
{
"name": "globals",
"direct": false,
"version": "15.15.0",
"ecosystem": "npm"
},
{
"name": "globals",
"direct": false,
"version": "17.7.0",
"ecosystem": "npm"
},
{
"name": "globalthis",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "globrex",
"direct": false,
"version": "0.1.2",
"ecosystem": "npm"
},
{
"name": "gopd",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "graceful-fs",
"direct": false,
"version": "4.2.11",
"ecosystem": "npm"
},
{
"name": "has-bigints",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "has-flag",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "has-property-descriptors",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "has-proto",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "has-symbols",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "has-tostringtag",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "hasown",
"direct": false,
"version": "2.0.4",
"ecosystem": "npm"
},
{
"name": "html-escaper",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "iconv-lite",
"direct": false,
"version": "0.7.3",
"ecosystem": "npm"
},
{
"name": "ignore",
"direct": false,
"version": "5.3.2",
"ecosystem": "npm"
},
{
"name": "ignore",
"direct": false,
"version": "7.0.5",
"ecosystem": "npm"
},
{
"name": "import-fresh",
"direct": false,
"version": "3.3.1",
"ecosystem": "npm"
},
{
"name": "imurmurhash",
"direct": false,
"version": "0.1.4",
"ecosystem": "npm"
},
{
"name": "inherits",
"direct": false,
"version": "2.0.4",
"ecosystem": "npm"
},
{
"name": "internal-slot",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "is-array-buffer",
"direct": false,
"version": "3.0.5",
"ecosystem": "npm"
},
{
"name": "is-async-function",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "is-bigint",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "is-boolean-object",
"direct": false,
"version": "1.2.2",
"ecosystem": "npm"
},
{
"name": "is-callable",
"direct": false,
"version": "1.2.7",
"ecosystem": "npm"
},
{
"name": "is-core-module",
"direct": false,
"version": "2.16.2",
"ecosystem": "npm"
},
{
"name": "is-data-view",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "is-date-object",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "is-document.all",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "is-extglob",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "is-finalizationregistry",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "is-generator-function",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "is-glob",
"direct": false,
"version": "4.0.3",
"ecosystem": "npm"
},
{
"name": "is-map",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "is-negative-zero",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "is-number-object",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "is-regex",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "is-set",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "is-shared-array-buffer",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "is-string",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "is-symbol",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "is-typed-array",
"direct": false,
"version": "1.1.15",
"ecosystem": "npm"
},
{
"name": "is-weakmap",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "is-weakref",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "is-weakset",
"direct": false,
"version": "2.0.4",
"ecosystem": "npm"
},
{
"name": "isarray",
"direct": false,
"version": "2.0.5",
"ecosystem": "npm"
},
{
"name": "isexe",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "istanbul-lib-coverage",
"direct": false,
"version": "3.2.2",
"ecosystem": "npm"
},
{
"name": "istanbul-lib-report",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "istanbul-reports",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "iterator.prototype",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "js-tokens",
"direct": false,
"version": "10.0.0",
"ecosystem": "npm"
},
{
"name": "js-tokens",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "js-yaml",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "json-buffer",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "json-schema-traverse",
"direct": false,
"version": "0.4.1",
"ecosystem": "npm"
},
{
"name": "json-stable-stringify-without-jsonify",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "jsx-ast-utils",
"direct": false,
"version": "3.3.5",
"ecosystem": "npm"
},
{
"name": "keyv",
"direct": false,
"version": "4.5.4",
"ecosystem": "npm"
},
{
"name": "levn",
"direct": false,
"version": "0.4.1",
"ecosystem": "npm"
},
{
"name": "lightningcss",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-android-arm64",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-darwin-arm64",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-darwin-x64",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-freebsd-x64",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-arm-gnueabihf",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-arm64-gnu",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-arm64-musl",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-x64-gnu",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-x64-musl",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-win32-arm64-msvc",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-win32-x64-msvc",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lilconfig",
"direct": false,
"version": "3.1.3",
"ecosystem": "npm"
},
{
"name": "locate-path",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "locate-path",
"direct": false,
"version": "8.0.0",
"ecosystem": "npm"
},
{
"name": "lodash.merge",
"direct": false,
"version": "4.6.2",
"ecosystem": "npm"
},
{
"name": "loose-envify",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "magic-string",
"direct": false,
"version": "0.30.21",
"ecosystem": "npm"
},
{
"name": "magicast",
"direct": false,
"version": "0.5.3",
"ecosystem": "npm"
},
{
"name": "make-dir",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "math-intrinsics",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "10.2.5",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "3.1.5",
"ecosystem": "npm"
},
{
"name": "ms",
"direct": false,
"version": "2.1.3",
"ecosystem": "npm"
},
{
"name": "nanoid",
"direct": false,
"version": "3.3.15",
"ecosystem": "npm"
},
{
"name": "nanoid",
"direct": false,
"version": "5.1.16",
"ecosystem": "npm"
},
{
"name": "nanospinner",
"direct": false,
"version": "1.2.2",
"ecosystem": "npm"
},
{
"name": "natural-compare",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "neostandard",
"direct": false,
"version": "0.13.0",
"ecosystem": "npm"
},
{
"name": "node-exports-info",
"direct": false,
"version": "1.6.2",
"ecosystem": "npm"
},
{
"name": "object-assign",
"direct": false,
"version": "4.1.1",
"ecosystem": "npm"
},
{
"name": "object-inspect",
"direct": false,
"version": "1.13.4",
"ecosystem": "npm"
},
{
"name": "object-keys",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "object.assign",
"direct": false,
"version": "4.1.7",
"ecosystem": "npm"
},
{
"name": "object.entries",
"direct": false,
"version": "1.1.9",
"ecosystem": "npm"
},
{
"name": "object.fromentries",
"direct": false,
"version": "2.0.8",
"ecosystem": "npm"
},
{
"name": "object.values",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "obug",
"direct": false,
"version": "2.1.3",
"ecosystem": "npm"
},
{
"name": "optionator",
"direct": false,
"version": "0.9.4",
"ecosystem": "npm"
},
{
"name": "own-keys",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "p-limit",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "p-limit",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "p-locate",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "p-locate",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "parent-module",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "path-exists",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "path-key",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "path-parse",
"direct": false,
"version": "1.0.7",
"ecosystem": "npm"
},
{
"name": "pathe",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "peowly",
"direct": false,
"version": "1.3.3",
"ecosystem": "npm"
},
{
"name": "picocolors",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "picomatch",
"direct": false,
"version": "4.0.5",
"ecosystem": "npm"
},
{
"name": "possible-typed-array-names",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "postcss",
"direct": false,
"version": "8.5.16",
"ecosystem": "npm"
},
{
"name": "prelude-ls",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "prop-types",
"direct": false,
"version": "15.8.1",
"ecosystem": "npm"
},
{
"name": "punycode",
"direct": false,
"version": "2.3.1",
"ecosystem": "npm"
},
{
"name": "react-is",
"direct": false,
"version": "16.13.1",
"ecosystem": "npm"
},
{
"name": "reflect.getprototypeof",
"direct": false,
"version": "1.0.10",
"ecosystem": "npm"
},
{
"name": "regexp.prototype.flags",
"direct": false,
"version": "1.5.4",
"ecosystem": "npm"
},
{
"name": "resolve",
"direct": false,
"version": "2.0.0-next.7",
"ecosystem": "npm"
},
{
"name": "resolve-from",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "resolve-pkg-maps",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "rolldown",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "safe-array-concat",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "safe-push-apply",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "safe-regex-test",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "safer-buffer",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "6.3.1",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "7.8.5",
"ecosystem": "npm"
},
{
"name": "set-function-length",
"direct": false,
"version": "1.2.2",
"ecosystem": "npm"
},
{
"name": "set-function-name",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "set-proto",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "setprototypeof",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "shebang-command",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "shebang-regex",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "side-channel",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "side-channel-list",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "side-channel-map",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "side-channel-weakmap",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "siginfo",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "size-limit",
"direct": false,
"version": "12.1.0",
"ecosystem": "npm"
},
{
"name": "source-map-js",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "stackback",
"direct": false,
"version": "0.0.2",
"ecosystem": "npm"
},
{
"name": "statuses",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "std-env",
"direct": false,
"version": "4.2.0",
"ecosystem": "npm"
},
{
"name": "stop-iteration-iterator",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "string.prototype.matchall",
"direct": false,
"version": "4.0.12",
"ecosystem": "npm"
},
{
"name": "string.prototype.repeat",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "string.prototype.trim",
"direct": false,
"version": "1.2.11",
"ecosystem": "npm"
},
{
"name": "string.prototype.trimend",
"direct": false,
"version": "1.0.10",
"ecosystem": "npm"
},
{
"name": "string.prototype.trimstart",
"direct": false,
"version": "1.0.8",
"ecosystem": "npm"
},
{
"name": "strip-json-comments",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "supports-color",
"direct": false,
"version": "7.2.0",
"ecosystem": "npm"
},
{
"name": "supports-preserve-symlinks-flag",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "tapable",
"direct": false,
"version": "2.3.3",
"ecosystem": "npm"
},
{
"name": "tinybench",
"direct": false,
"version": "2.9.0",
"ecosystem": "npm"
},
{
"name": "tinyexec",
"direct": false,
"version": "1.2.4",
"ecosystem": "npm"
},
{
"name": "tinyglobby",
"direct": false,
"version": "0.2.17",
"ecosystem": "npm"
},
{
"name": "tinyrainbow",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "toidentifier",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "ts-api-utils",
"direct": false,
"version": "2.5.0",
"ecosystem": "npm"
},
{
"name": "ts-declaration-location",
"direct": false,
"version": "1.0.7",
"ecosystem": "npm"
},
{
"name": "tslib",
"direct": false,
"version": "2.8.1",
"ecosystem": "npm"
},
{
"name": "type-check",
"direct": false,
"version": "0.4.0",
"ecosystem": "npm"
},
{
"name": "typed-array-buffer",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "typed-array-byte-length",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "typed-array-byte-offset",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "typed-array-length",
"direct": false,
"version": "1.0.8",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "6.0.3",
"ecosystem": "npm"
},
{
"name": "typescript-eslint",
"direct": false,
"version": "8.63.0",
"ecosystem": "npm"
},
{
"name": "unbox-primitive",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "undici-types",
"direct": false,
"version": "8.3.0",
"ecosystem": "npm"
},
{
"name": "unicorn-magic",
"direct": false,
"version": "0.3.0",
"ecosystem": "npm"
},
{
"name": "uri-js",
"direct": false,
"version": "4.4.1",
"ecosystem": "npm"
},
{
"name": "vite",
"direct": false,
"version": "8.1.3",
"ecosystem": "npm"
},
{
"name": "vitest",
"direct": false,
"version": "4.1.10",
"ecosystem": "npm"
},
{
"name": "which",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "which-boxed-primitive",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "which-builtin-type",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "which-collection",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "which-typed-array",
"direct": false,
"version": "1.1.22",
"ecosystem": "npm"
},
{
"name": "why-is-node-running",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "word-wrap",
"direct": false,
"version": "1.2.5",
"ecosystem": "npm"
},
{
"name": "yocto-queue",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
},
{
"name": "yocto-queue",
"direct": false,
"version": "1.2.2",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 387,
"direct_count": 2,
"indirect_count": 385
}
},
"maintainership": {
"issues": {
"open_prs": 2,
"merged_prs": 63,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 36,
"closed_unmerged_prs": 49
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "dougwilson",
"commits": 445,
"avatar_url": "https://avatars.githubusercontent.com/u/67512?v=4"
},
{
"type": "User",
"login": "jonathanong",
"commits": 48,
"avatar_url": "https://avatars.githubusercontent.com/u/643505?v=4"
},
{
"type": "User",
"login": "bjohansebas",
"commits": 36,
"avatar_url": "https://avatars.githubusercontent.com/u/103585995?v=4"
},
{
"type": "User",
"login": "Raynos",
"commits": 14,
"avatar_url": "https://avatars.githubusercontent.com/u/479538?v=4"
},
{
"type": "User",
"login": "Phillip9587",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/17254592?v=4"
},
{
"type": "User",
"login": "MarkHerhold",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/4934732?v=4"
},
{
"type": "User",
"login": "Ayoub-Mabrouk",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/77799760?v=4"
},
{
"type": "User",
"login": "blakeembrey",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1088987?v=4"
},
{
"type": "User",
"login": "jakoblorz",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/7480188?v=4"
},
{
"type": "User",
"login": "kevinburke",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/234019?v=4"
}
],
"contributors_sampled": 17,
"top_contributor_share": 0.795
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"codeql.yml",
"release.yml",
"scorecard.yml"
],
"has_docs_dir": true,
"linter_configs": [
"eslint.config.js"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"package-lock.json"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 3,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "25 out of 25 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/23 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 16 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "30 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 5,
"reason": "dependency not pinned by hash detected -- score normalized to 5",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 9,
"reason": "SAST tool detected but not run on all commits",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 10,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 10,
"reason": "GitHub workflow tokens follow principle of least privilege",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 9,
"reason": "1 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "c3949f885af40733c680eb410b7d1f5aeddc2877",
"ran_at": "2026-07-22T22:17:37Z",
"aggregate_score": 7.4,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": true,
"has_security_policy": true,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-20T22:13:06Z",
"oldest_open_prs": [
{
"number": 151,
"created_at": "2026-07-07T21:00:26Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 155,
"created_at": "2026-07-08T02:07:50Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-12T02:53:33Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/stream-utils/raw-body",
"host": "github.com",
"name": "raw-body",
"owner": "stream-utils"
},
"metrics": {
"overall": {
"key": "overall",
"band": "good",
"name": "Overall health",
"note": null,
"notes": [],
"value": 72,
"inputs": {
"security": 79,
"vitality": 72,
"community": 67,
"governance": 63,
"engineering": 80
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 72,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 59,
"inputs": {
"commits_last_year": 51,
"human_commit_share": 0.91,
"days_since_last_push": 10,
"active_weeks_last_year": 7
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 10 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 10
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "7/52 weeks with commits",
"points": 4.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 7
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "51 commits in the last year",
"points": 15.4,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 51
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 92,
"inputs": {
"releases_count": 4,
"latest_release_tag": "v4.0.0",
"releases_from_tags": false,
"days_since_latest_release": 10,
"mean_days_between_releases": 103.7
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "4 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 4
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 10 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 10
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~103.7 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 103.7
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 10,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 10 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 10
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 67,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"forks": 75,
"stars": 407,
"watchers": 6,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "407 stars",
"points": 42.3,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 407
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "75 forks",
"points": 15.6,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 75
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "6 watchers",
"points": 3.9,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 6
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "excellent",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"packages": [
"raw-body"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 520015062
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "520,015,062 downloads/month across npm",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 520015062,
"ecosystems": "npm"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 63,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 37,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 17,
"top_contributor_share": 0.795
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 80% of commits",
"points": 4.6,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 80
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "17 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 17
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 16 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"merged_prs": 63,
"open_issues": 0,
"closed_issues": 36,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 49
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "63/112 decided PRs merged",
"points": 21.5,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 63,
"decided": 112
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/23 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"followers": 13,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "stream-utils",
"public_repos": 24,
"account_age_days": 4668
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "13 followers of stream-utils",
"points": 8.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 13,
"login": "stream-utils"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "24 public repos, account ~12 yr old",
"points": 22.2,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 24
}
},
{
"code": "account_age_years",
"params": {
"years": 12
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"raw-body"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 10
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on npm",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "npm"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 10 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 10
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "54 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 54
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "good",
"name": "Engineering Quality",
"value": 80,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "4 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 4
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": "eslint.config.js",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.js"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "25 out of 25 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [
"javascript",
"nodejs",
"parser",
"body",
"http",
"stream",
"webstreams",
"bun",
"deno"
],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "9 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 9
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "good",
"name": "Security",
"value": 79,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "good",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 74,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 7.4
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection is not maximal on development and all release branches",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "25 out of 25 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/23 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 16 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "30 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 5",
"points": 2.5,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool detected but not run on all commits",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "GitHub workflow tokens follow principle of least privilege",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "1 existing vulnerabilities detected",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 387 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 387
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 1,
"affected_packages": 1,
"assessed_packages": 387,
"unassessed_packages": 0,
"affected_by_severity": "high 1",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 387,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 12
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 63,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.934,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "85 of 91 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 85,
"sampled": 91
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 67,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"package-lock.json"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [
"tsconfig.json"
],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0.09
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": "eslint.config.js",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.js"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "9 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 9,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 5",
"points": 5,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "TypeScript",
"largest_source_bytes": 22082,
"source_files_sampled": 12,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "TypeScript (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "TypeScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/12 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 12,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"deps.dev does not index npm:raw-body@4.0.0; advisories assessed against the repository dependency graph instead"
],
"report_type": "repository",
"generated_at": "2026-07-22T22:18:00.370063Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/s/stream-utils/raw-body.svg",
"full_name": "stream-utils/raw-body",
"license_state": "standard",
"license_spdx": "MIT"
}