Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [
"event-emitter",
"event-listener",
"emitter",
"async",
"promise",
"nodejs",
"npm-package",
"javascript"
],
"is_fork": false,
"size_kb": 1072,
"has_wiki": false,
"homepage": null,
"languages": {
"JavaScript": 141543,
"TypeScript": 10633
},
"pushed_at": "2026-05-24T15:04:08Z",
"created_at": "2017-11-27T21:09:55Z",
"owner_type": "User",
"updated_at": "2026-07-18T16:46:05Z",
"description": "Simple and modern async event emitter",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "JavaScript",
"significant_languages": [
"JavaScript"
]
},
"owner": {
"blog": "https://sindresorhus.com/apps",
"name": "Sindre Sorhus",
"type": "User",
"login": "sindresorhus",
"company": null,
"location": null,
"followers": 80372,
"avatar_url": "https://avatars.githubusercontent.com/u/170270?v=4",
"created_at": "2009-12-20T22:57:02Z",
"is_verified": null,
"public_repos": 1140,
"account_age_days": 6057
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v2.0.0",
"kind": "major",
"published_at": "2026-03-04T20:25:08Z"
},
{
"tag": "v1.2.1",
"kind": "patch",
"published_at": "2026-02-27T05:05:29Z"
},
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2025-06-20T19:04:41Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2025-01-27T13:26:56Z"
},
{
"tag": "v1.0.3",
"kind": "patch",
"published_at": "2024-02-13T16:00:53Z"
},
{
"tag": "v1.0.2",
"kind": "patch",
"published_at": "2024-01-29T07:10:43Z"
},
{
"tag": "v1.0.1",
"kind": "patch",
"published_at": "2022-11-06T14:19:15Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2022-09-06T06:38:46Z"
},
{
"tag": "v0.13.1",
"kind": "patch",
"published_at": "2022-08-25T09:32:30Z"
},
{
"tag": "v0.13.0",
"kind": "minor",
"published_at": "2022-08-25T03:37:01Z"
},
{
"tag": "v0.12.1",
"kind": "patch",
"published_at": "2022-08-11T12:08:59Z"
},
{
"tag": "v0.12.0",
"kind": "minor",
"published_at": "2022-08-08T12:43:29Z"
},
{
"tag": "v0.11.0",
"kind": "minor",
"published_at": "2022-05-02T02:45:12Z"
},
{
"tag": "v0.10.2",
"kind": "patch",
"published_at": "2022-04-01T19:51:54Z"
},
{
"tag": "v0.10.1",
"kind": "patch",
"published_at": "2022-02-05T03:51:38Z"
},
{
"tag": "v0.10.0",
"kind": "minor",
"published_at": "2021-09-11T16:55:11Z"
},
{
"tag": "v0.9.2",
"kind": "patch",
"published_at": "2021-06-02T13:31:37Z"
},
{
"tag": "v0.9.1",
"kind": "patch",
"published_at": "2021-06-01T16:31:49Z"
},
{
"tag": "v0.9.0",
"kind": "minor",
"published_at": "2021-05-28T16:32:38Z"
},
{
"tag": "v0.8.1",
"kind": "patch",
"published_at": "2021-01-04T03:37:03Z"
},
{
"tag": "v0.8.0",
"kind": "minor",
"published_at": "2020-12-30T06:39:15Z"
},
{
"tag": "v0.7.2",
"kind": "patch",
"published_at": "2020-10-17T00:06:37Z"
},
{
"tag": "v0.7.1",
"kind": "patch",
"published_at": "2020-07-05T13:54:10Z"
},
{
"tag": "v0.7.0",
"kind": "minor",
"published_at": "2020-05-11T14:17:01Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2020-03-09T08:27:43Z"
},
{
"tag": "v0.5.1",
"kind": "patch",
"published_at": "2019-09-26T17:20:30Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2019-09-17T14:26:36Z"
}
],
"recent_commits": [
{
"oid": "147a8591045e00d0fe8088e2393e3eefea3aa4a5",
"body": null,
"is_bot": false,
"headline": "Fix CI",
"author_name": "Sindre Sorhus",
"author_login": "sindresorhus",
"committed_at": "2026-05-24T15:04:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f431139a9c4c431a7d644a455ae67c36c64de363",
"body": "Fixes #132",
"is_bot": false,
"headline": "Avoid redundant map lookups",
"author_name": "Sindre Sorhus",
"author_login": "sindresorhus",
"committed_at": "2026-05-24T14:29:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02aa418ff94c1cdde746ed109d9cb7e710f8b6d1",
"body": "Fixes #133",
"is_bot": false,
"headline": "Use private fields for internal state",
"author_name": "Sindre Sorhus",
"author_login": "sindresorhus",
"committed_at": "2026-05-24T14:26:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2d879073c59ec2a375abbf7deb681e25960dc5e",
"body": null,
"is_bot": false,
"headline": "Readme tweaks",
"author_name": "Sindre Sorhus",
"author_login": "sindresorhus",
"committed_at": "2026-05-04T17:32:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bad6377cf8cb3fe5fb7983c7b4103b5b8cb86ad2",
"body": null,
"is_bot": false,
"headline": "2.0.0",
"author_name": "Sindre Sorhus",
"author_login": "sindresorhus",
"committed_at": "2026-03-04T20:22:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc8bd7e269e1b2b1d5c1cdf587305517aa5aa808",
"body": null,
"is_bot": false,
"headline": "Tweaks",
"author_name": "Sindre Sorhus",
"author_login": "sindresorhus",
"committed_at": "2026-03-04T16:42:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d80d58c271dbd51730b3b459be84461ec6524c26",
"body": "Closes #48",
"is_bot": false,
"headline": "Add FAQ about synchronous emit",
"author_name": "Sindre Sorhus",
"author_login": "sindresorhus",
"committed_at": "2026-03-03T09:53:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20dfcf5015fdaa51f3ad0ffd67a95b1c95960ae0",
"body": "Fixes #59",
"is_bot": false,
"headline": "Add `init`/`deinit` lifecycle hooks",
"author_name": "Sindre Sorhus",
"author_login": "sindresorhus",
"committed_at": "2026-03-03T08:10:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db721d3d4ed27fceea9ebee3c97c4849e2f16321",
"body": null,
"is_bot": false,
"headline": "Require Node.js 22",
"author_name": "Sindre Sorhus",
"author_login": "sindresorhus",
"committed_at": "2026-02-28T03:05:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30ff37f15a91a761d42962858ed4b0efddb98142",
"body": "Fixes #61",
"is_bot": false,
"headline": "Fix `emit()` silently dropping errors from multiple listeners",
"author_name": "Sindre Sorhus",
"author_login": "sindresorhus",
"committed_at": "2026-02-28T03:05:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a681c4961b96a310ca669409c373121113d7b24",
"body": "Fixes #64",
"is_bot": false,
"headline": "Document and test async listener scheduling behavior",
"author_name": "Sindre Sorhus",
"author_login": "sindresorhus",
"committed_at": "2026-02-27T18:36:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3f7ada25034bef3cc16afcb35a08d782b16bbb9",
"body": "Fixes #86",
"is_bot": false,
"headline": "Fix Emittery not working when wrapped in a Proxy",
"author_name": "Sindre Sorhus",
"author_login": "sindresorhus",
"committed_at": "2026-02-27T17:56:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40a59dafd487fe5687920cfcc316ef5473529135",
"body": "Fixes #89",
"is_bot": false,
"headline": "Fix debug logger emitting noise for internal meta events",
"author_name": "Sindre Sorhus",
"author_login": "sindresorhus",
"committed_at": "2026-02-27T15:01:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc6a8c3b61217519057a1d969786da0bd41f90c7",
"body": "Fixes #117",
"is_bot": false,
"headline": "Fix mixin decorator to work with TC39 standard decorator syntax",
"author_name": "Sindre Sorhus",
"author_login": "sindresorhus",
"committed_at": "2026-02-27T13:35:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd6d78befbf664268471c61a8363884e96777cff",
"body": "Fixes #118",
"is_bot": false,
"headline": "Fix `emitMetaEvent` breaking async `emit()` overrides in subclasses",
"author_name": "Sindre Sorhus",
"author_login": "sindresorhus",
"committed_at": "2026-02-27T10:09:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5e99b898b05a67fbbb8bcb6cf34d2d35f582aff",
"body": "Fixes #125",
"is_bot": false,
"headline": "Change all listeners to receive a unified `{name, data?}` object",
"author_name": "Sindre Sorhus",
"author_login": "sindresorhus",
"committed_at": "2026-02-27T07:50:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c401cf0bc62731eb1d1ff2ad4afdcff0fb4f8d1c",
"body": null,
"is_bot": false,
"headline": "1.2.1",
"author_name": "Sindre Sorhus",
"author_login": "sindresorhus",
"committed_at": "2026-02-27T05:05:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3c04ca97d9ebb13d04c8ba06031aa24d6f3382e",
"body": "Fixes #126",
"is_bot": false,
"headline": "Fix `emitSerial()` not delivering events to async iterators",
"author_name": "Sindre Sorhus",
"author_login": "sindresorhus",
"committed_at": "2026-02-27T04:57:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cfde903357ccfa6fb4d7e1888da17aa84dc2c009",
"body": null,
"is_bot": false,
"headline": "1.2.0",
"author_name": "Sindre Sorhus",
"author_login": "sindresorhus",
"committed_at": "2025-06-20T18:25:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "347c2cccf6af55455e8edc463ff248da4444135f",
"body": null,
"is_bot": false,
"headline": "Add support for filter predicate in `once()` (#124)",
"author_name": "Muhammad Faizan Uddin",
"author_login": "faizanu94",
"committed_at": "2025-06-20T18:23:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b718882c3368b53419cb941eb1c2312fa97d518",
"body": null,
"is_bot": false,
"headline": "1.1.0",
"author_name": "Sindre Sorhus",
"author_login": "sindresorhus",
"committed_at": "2025-01-27T13:25:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b923d0416f32932f0d095238b9156b9b745831b",
"body": null,
"is_bot": false,
"headline": "Meta tweak",
"author_name": "Sindre Sorhus",
"author_login": "sindresorhus",
"committed_at": "2025-01-27T13:23:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86bde13b2a62d411dff8c6ce9973e80641c02286",
"body": "Co-authored-by: Sindre Sorhus <sindresorhus@gmail.com>",
"is_bot": false,
"headline": "Add support for `AbortController` (#121)",
"author_name": "叡山电车",
"author_login": "ylc395",
"committed_at": "2025-01-06T14:58:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69193ca096fdebeb73bc860a2dbd64d8781c4970",
"body": null,
"is_bot": false,
"headline": "1.0.3",
"author_name": "Sindre Sorhus",
"author_login": "sindresorhus",
"committed_at": "2024-02-13T15:58:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2eea7f7822d581d8eea9197b70a3f4edf8558d67",
"body": null,
"is_bot": false,
"headline": "Fix compatibility with `p-event` (#115)",
"author_name": "Young",
"author_login": "younggglcy",
"committed_at": "2024-02-13T15:55:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "253f457c7428e3f848c639d6a2268f8de584a12c",
"body": null,
"is_bot": false,
"headline": "1.0.2",
"author_name": "Sindre Sorhus",
"author_login": "sindresorhus",
"committed_at": "2024-01-29T07:08:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fad52b902de9a91fd6c0ca934c3a610e17a57908",
"body": "Fixes #113",
"is_bot": false,
"headline": "Fix `emitter.listenerCount()` for symbol keys",
"author_name": "Sindre Sorhus",
"author_login": "sindresorhus",
"committed_at": "2024-01-29T07:06:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc902058a1fc66a2601c6ba71a9d957e6a88622f",
"body": null,
"is_bot": false,
"headline": "Meta tweaks",
"author_name": "Sindre Sorhus",
"author_login": "sindresorhus",
"committed_at": "2024-01-29T07:05:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2d7fd66ca51ceecaab922b4620eaef4e214fb6d",
"body": "Closes #109",
"is_bot": false,
"headline": "Fix CI",
"author_name": "Sindre Sorhus",
"author_login": "sindresorhus",
"committed_at": "2023-09-01T21:32:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0b3c2bf8dc985a7dde0e39607e30950394be54b",
"body": null,
"is_bot": false,
"headline": "1.0.1",
"author_name": "Sindre Sorhus",
"author_login": "sindresorhus",
"committed_at": "2022-11-06T14:18:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5133d6f1d27f74c94e689800deb69bd10ffb038a",
"body": null,
"is_bot": false,
"headline": "Fix `globalThis.process` conflict in the browser (#107)",
"author_name": "Alex Iglesias",
"author_login": "alexiglesias93",
"committed_at": "2022-11-06T14:16:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25ce11d3a83419957e8136590ce5222dca10188a",
"body": null,
"is_bot": false,
"headline": "Minor tweaks",
"author_name": "Sindre Sorhus",
"author_login": "sindresorhus",
"committed_at": "2022-09-06T06:43:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc6878c42c4889b86ea148179cb09dadd14958dd",
"body": null,
"is_bot": false,
"headline": "1.0.0",
"author_name": "Sindre Sorhus",
"author_login": "sindresorhus",
"committed_at": "2022-09-06T06:37:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b7db434b674e05aaf37418750f6b45da0614461",
"body": null,
"is_bot": false,
"headline": "Require Node.js 14 and move to ESM",
"author_name": "Sindre Sorhus",
"author_login": "sindresorhus",
"committed_at": "2022-09-06T06:35:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d814d924c5093389e1f947e6674d4e91a76a75a",
"body": null,
"is_bot": false,
"headline": "0.13.1",
"author_name": "Sindre Sorhus",
"author_login": "sindresorhus",
"committed_at": "2022-08-25T09:31:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "715e003e61ddc13212c4ef33545a936320781895",
"body": null,
"is_bot": false,
"headline": "Fix missing file in package (#104)",
"author_name": "Kiko Beats",
"author_login": "Kikobeats",
"committed_at": "2022-08-25T09:30:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c402f6cfcee3b79ba929364063aeb9fcda9e8814",
"body": null,
"is_bot": false,
"headline": "0.13.0",
"author_name": "Sindre Sorhus",
"author_login": "sindresorhus",
"committed_at": "2022-08-25T03:34:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3641e7acff704551fdd8b3467b0c19353f8ed203",
"body": "Co-authored-by: Sindre Sorhus <sindresorhus@gmail.com>",
"is_bot": false,
"headline": "Properly clean up listener storage (#103)",
"author_name": "Guru Prasad",
"author_login": "gurupras",
"committed_at": "2022-08-25T03:24:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca9ed93904970ff8b8ca1d3aaf441b663ab83441",
"body": null,
"is_bot": false,
"headline": "0.12.1",
"author_name": "Sindre Sorhus",
"author_login": "sindresorhus",
"committed_at": "2022-08-11T12:08:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c07c78339b3263392452ea16be673d840a07ebf2",
"body": "…ts (#98)",
"is_bot": false,
"headline": "Use a different approach to prevent consumers from emitting meta even…",
"author_name": "Luke Horvat",
"author_login": "lukehorvat",
"committed_at": "2022-08-11T12:06:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb190e1229da64e2f1eb7fd3808c0aafbd58ebeb",
"body": null,
"is_bot": false,
"headline": "0.12.0",
"author_name": "Sindre Sorhus",
"author_login": "sindresorhus",
"committed_at": "2022-08-08T12:11:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32ddcbef4d13975807854f41b8a81b4bd2715ab4",
"body": "Fixes #79\nCloses #101",
"is_bot": false,
"headline": "Make `Emittery.mixin` type support arguments in constructor",
"author_name": "Sindre Sorhus",
"author_login": "sindresorhus",
"committed_at": "2022-08-08T12:10:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0b4ba797338caf2eca778e5c85bf3f37e313265",
"body": "Co-authored-by: Sindre Sorhus <sindresorhus@gmail.com>",
"is_bot": false,
"headline": "Add an `off` method to the promise returned from `.once()` (#100)",
"author_name": "futpib",
"author_login": "futpib",
"committed_at": "2022-08-08T12:00:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf843370d30289ff3461ff14e99ddd107ddd17c6",
"body": null,
"is_bot": false,
"headline": "Meta tweaks",
"author_name": "Sindre Sorhus",
"author_login": "sindresorhus",
"committed_at": "2022-07-08T11:09:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f61b87dbf7e0ca372b8a1972fd5d42a2a1f9bfe0",
"body": null,
"is_bot": false,
"headline": "0.11.0",
"author_name": "Sindre Sorhus",
"author_login": "sindresorhus",
"committed_at": "2022-05-02T02:44:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c010e90ca703fc751402a83da0b2e50cf3d1eb0c",
"body": null,
"is_bot": false,
"headline": "Allow event names to be numbers (#96)",
"author_name": "Luke Horvat",
"author_login": "lukehorvat",
"committed_at": "2022-05-02T02:30:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3cf4a0a2c9344d0ab0d1f1f23957e3bbde98f617",
"body": null,
"is_bot": false,
"headline": "0.10.2",
"author_name": "Sindre Sorhus",
"author_login": "sindresorhus",
"committed_at": "2022-04-01T19:51:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a2371c231dc02fa17565ed6be96e2b1eb30b67f",
"body": "Fixes #95",
"is_bot": false,
"headline": "Fix handling of circular references in event data when using debug mode",
"author_name": "Sindre Sorhus",
"author_login": "sindresorhus",
"committed_at": "2022-04-01T19:50:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3da6aba6d499db3d042c39eed3f206e8e6808a1",
"body": null,
"is_bot": false,
"headline": "Fix readme typo (#94)",
"author_name": "Jan Hecking",
"author_login": "jhecking",
"committed_at": "2022-02-25T07:52:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "837a94d69de7571857f90fd2a676fef2eff967fe",
"body": null,
"is_bot": false,
"headline": "0.10.1",
"author_name": "Sindre Sorhus",
"author_login": "sindresorhus",
"committed_at": "2022-02-05T03:46:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27259007cd43f70a44a5d420438210570e715ebf",
"body": null,
"is_bot": false,
"headline": "Fix #93",
"author_name": "Sindre Sorhus",
"author_login": "sindresorhus",
"committed_at": "2022-02-05T03:43:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e5bd109158a6542e716b9c9e0cf6446fb7fb568",
"body": null,
"is_bot": false,
"headline": "Export the `OmnipresentEventData` typo (#93)",
"author_name": "Linken Dinh",
"author_login": "beckend",
"committed_at": "2022-02-05T03:37:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de3d78d67f9e099beff6384d1a59213c801562b6",
"body": null,
"is_bot": false,
"headline": "0.10.0",
"author_name": "Sindre Sorhus",
"author_login": "sindresorhus",
"committed_at": "2021-09-11T16:52:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "506d5e16eaeffaa777e16dc0d092f0d6b50d8528",
"body": null,
"is_bot": false,
"headline": "Fix CI",
"author_name": "Sindre Sorhus",
"author_login": "sindresorhus",
"committed_at": "2021-09-11T16:50:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4c11e44c8a02f20d0d1cb0257aa0921c9d7d4d2",
"body": "…()` (#84)\n\nCo-authored-by: Sindre Sorhus <sindresorhus@gmail.com>",
"is_bot": false,
"headline": "Fix support for typed subscriptions for multiple event names for `.on…",
"author_name": "Arthur Emanuel",
"author_login": "arthur-er",
"committed_at": "2021-09-11T16:49:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "175ec7ba544a46d3b13e79fcc623642ff3686897",
"body": null,
"is_bot": false,
"headline": "0.9.2",
"author_name": "Sindre Sorhus",
"author_login": "sindresorhus",
"committed_at": "2021-06-02T13:31:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48bc0a95af0d29528c994650dd394c142a1355dd",
"body": null,
"is_bot": false,
"headline": "Fix browser compatibility",
"author_name": "Sindre Sorhus",
"author_login": "sindresorhus",
"committed_at": "2021-06-02T13:29:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04b9daa8270b2150c0dc3412de7c8bc0308bce2d",
"body": null,
"is_bot": false,
"headline": "0.9.1",
"author_name": "Sindre Sorhus",
"author_login": "sindresorhus",
"committed_at": "2021-06-01T16:30:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30a859abfdab0d6f6e37aa2967d4df307b844a92",
"body": "Fixes #85",
"is_bot": false,
"headline": "Fix browser compatibility",
"author_name": "Sindre Sorhus",
"author_login": "sindresorhus",
"committed_at": "2021-06-01T16:29:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02b18ef0fdac61ddc79cdc7c4f3d2357e0908a57",
"body": null,
"is_bot": false,
"headline": "0.9.0",
"author_name": "Sindre Sorhus",
"author_login": "sindresorhus",
"committed_at": "2021-05-28T16:31:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0776b4cf18145cf7297ad80e9e3c75ac42f9e5c",
"body": null,
"is_bot": false,
"headline": "Require Node.js 12",
"author_name": "Sindre Sorhus",
"author_login": "sindresorhus",
"committed_at": "2021-05-28T16:30:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43b6deb9662ff96b74df40958416fb72022f2ea3",
"body": "Co-authored-by: Sindre Sorhus <sindresorhus@gmail.com>",
"is_bot": false,
"headline": "Add debug functionality (#53)",
"author_name": "Benjamin Selyem",
"author_login": "sbencoding",
"committed_at": "2021-05-28T14:14:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0058f6bebe0dff43bac388565cb594fd5064e92",
"body": null,
"is_bot": false,
"headline": "Rename `master` branch to `main`",
"author_name": "Sindre Sorhus",
"author_login": "sindresorhus",
"committed_at": "2021-01-24T07:17:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c120cfd596c13eaac229835d1b9ca19ccb977c85",
"body": null,
"is_bot": false,
"headline": "0.8.1",
"author_name": "Sindre Sorhus",
"author_login": "sindresorhus",
"committed_at": "2021-01-04T03:28:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53caa0791ca04888196597e7dce8a2d281c8ec53",
"body": "…ents()` (#74)\n\nCo-authored-by: Sindre Sorhus <sindresorhus@gmail.com>",
"is_bot": false,
"headline": "Fix support for typed subscriptions for multiple event names for `.ev…",
"author_name": "Harry Brundage",
"author_login": "airhorns",
"committed_at": "2021-01-04T03:27:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30093fd8e80c02bcf2e559653bd97b7d31861c97",
"body": "Co-authored-by: papb <papb1996@gmail.com>",
"is_bot": false,
"headline": "Improve TypeScript types compatibility with `p-event` package (#73)",
"author_name": "Harry Brundage",
"author_login": "airhorns",
"committed_at": "2021-01-04T03:00:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1cca9d7ad239c60a983a1bb99bc45eeb27aba372",
"body": null,
"is_bot": false,
"headline": "Fix typo",
"author_name": "Sindre Sorhus",
"author_login": "sindresorhus",
"committed_at": "2021-01-01T11:01:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cefdb663ac079dfaa2e90733f749ea15860b2b2e",
"body": null,
"is_bot": false,
"headline": "0.8.0",
"author_name": "Sindre Sorhus",
"author_login": "sindresorhus",
"committed_at": "2020-12-29T17:38:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98fd122e5c537812877b93a19e124eb5218d40c4",
"body": null,
"is_bot": false,
"headline": "Minor cleanup",
"author_name": "Sindre Sorhus",
"author_login": "sindresorhus",
"committed_at": "2020-12-29T17:36:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7db4644126c66f062062c0ea103f95a4f7235c35",
"body": "Co-authored-by: Sindre Sorhus <sindresorhus@gmail.com>",
"is_bot": false,
"headline": "Allow async listeners in the TypeScript types (#70)",
"author_name": "Harry Brundage",
"author_login": "airhorns",
"committed_at": "2020-12-29T17:31:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df35ea6f74907348e33b974bc3645641afe28d94",
"body": "Co-authored-by: Sindre Sorhus <sindresorhus@gmail.com>",
"is_bot": false,
"headline": "Move the strongly-typed `Typed` types into the main types (#69)",
"author_name": "Harry Brundage",
"author_login": "airhorns",
"committed_at": "2020-12-28T17:17:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8713286fcaa957200365532b96e920d03bc4dc4",
"body": null,
"is_bot": false,
"headline": "Move to GitHub Actions",
"author_name": "Sindre Sorhus",
"author_login": "sindresorhus",
"committed_at": "2020-12-28T16:13:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b771d536acd89986fda21fd64d0d90dcb2de80c9",
"body": null,
"is_bot": false,
"headline": "0.7.2",
"author_name": "Sindre Sorhus",
"author_login": "sindresorhus",
"committed_at": "2020-10-16T23:54:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c65ac5dab7477edd7e8eef310b59e7ff86496a0",
"body": null,
"is_bot": false,
"headline": "Add `symbol` to `Emittery.mixin`'s `emitteryPropertyName` types (#65)",
"author_name": "David Murdoch",
"author_login": "davidmurdoch",
"committed_at": "2020-10-16T23:50:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1afed6ab1f8b22a6fa36448a23ea3b829431b5f9",
"body": null,
"is_bot": false,
"headline": "0.7.1",
"author_name": "Sindre Sorhus",
"author_login": "sindresorhus",
"committed_at": "2020-07-05T12:12:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c082a2ff821bb415d87e44bd4f3f8f6db2965d9",
"body": null,
"is_bot": false,
"headline": "Fix using symbol event names in iterator and clearListeners (#57)",
"author_name": "KoHcoJlb",
"author_login": "KoHcoJlb",
"committed_at": "2020-07-05T12:11:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8206618e30d961b9cb98533486a17d9a7fa0c2c",
"body": null,
"is_bot": false,
"headline": "0.7.0",
"author_name": "Sindre Sorhus",
"author_login": "sindresorhus",
"committed_at": "2020-05-11T14:16:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3970fae02e6599a8c493bd7cb5e400810dc85924",
"body": null,
"is_bot": false,
"headline": "Support listening to multiple events at the same time (#52)",
"author_name": "Lucas Barrena",
"author_login": "LuKks",
"committed_at": "2020-05-11T14:12:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e13246fcc3503f9ce4c8849e74d93ec1f33b98c",
"body": null,
"is_bot": false,
"headline": "Ensure `.emit()` doesn't return a value (#56)",
"author_name": "Napoleon Oikonomou",
"author_login": "iamnapo",
"committed_at": "2020-05-11T14:10:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "540339bcb3350ddb3f442a2930bc9c4c302367a9",
"body": null,
"is_bot": false,
"headline": "0.6.0",
"author_name": "Sindre Sorhus",
"author_login": "sindresorhus",
"committed_at": "2020-03-09T08:26:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6cd921b0cf90e63164bec1aa21fdfda246348ad6",
"body": "Co-authored-by: Sindre Sorhus <sindresorhus@gmail.com>",
"is_bot": false,
"headline": "Support listening for listener changes (#49)",
"author_name": "Richie Bendall",
"author_login": "Richienb",
"committed_at": "2020-03-09T08:24:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0e37ce01c43e0d728fc28c98668d490d65d1482",
"body": null,
"is_bot": false,
"headline": "Fix spacing in typings file (#50)",
"author_name": "Richie Bendall",
"author_login": "Richienb",
"committed_at": "2020-03-04T01:55:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fbcfd8a2569d48b95b8031ea3b33ed316195ba3a",
"body": null,
"is_bot": false,
"headline": "Require Node.js 10",
"author_name": "Sindre Sorhus",
"author_login": "sindresorhus",
"committed_at": "2020-02-25T20:07:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c6bd97a2def9c5737d3490a1685e12ccf9f3ba0",
"body": "Co-authored-by: Sindre Sorhus <sindresorhus@gmail.com>",
"is_bot": false,
"headline": "Allow symbol event names (#43)",
"author_name": "Yanis Benson",
"author_login": null,
"committed_at": "2020-02-25T19:49:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7910afc9c6649c7c86eb1e3e3d7fb36b8662fb12",
"body": "Closes #45",
"is_bot": false,
"headline": "Add size badge to the readme",
"author_name": "Sindre Sorhus",
"author_login": "sindresorhus",
"committed_at": "2019-10-18T04:46:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3334cff4daf83bfcf7054d35edc51957e3f70f8d",
"body": null,
"is_bot": false,
"headline": "0.5.1",
"author_name": "Sindre Sorhus",
"author_login": "sindresorhus",
"committed_at": "2019-09-26T17:19:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b132757f1974aaa9508ec696583f993f087ea820",
"body": "Fixes #44",
"is_bot": false,
"headline": "Fix the `Events` TypeScript type",
"author_name": "Sindre Sorhus",
"author_login": "sindresorhus",
"committed_at": "2019-09-26T17:17:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2a428c7a5b79e59721c5575973cec42219e93bf",
"body": "Fixes #42",
"is_bot": false,
"headline": "Improve readme explanation of benefits of async",
"author_name": "Sindre Sorhus",
"author_login": "sindresorhus",
"committed_at": "2019-09-21T06:30:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca130470d4fa827bd783cfe3c9fea2e2e1f48c8e",
"body": null,
"is_bot": false,
"headline": "0.5.0",
"author_name": "Sindre Sorhus",
"author_login": "sindresorhus",
"committed_at": "2019-09-17T14:25:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea2f6853b577d0d337a0b3ce8acf2722fb6541e0",
"body": null,
"is_bot": false,
"headline": "Meta tweaks",
"author_name": "Sindre Sorhus",
"author_login": "sindresorhus",
"committed_at": "2019-09-17T14:22:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2baf5803e3ecf97e27bee586ba9c703f52c937b3",
"body": null,
"is_bot": false,
"headline": "Add subscription mechanism using async iterators (#40)",
"author_name": "RENARD Laurent",
"author_login": "lorenzofox3",
"committed_at": "2019-09-17T13:52:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96a2cb87931d0ae433f7dea3bae604648f68e779",
"body": null,
"is_bot": false,
"headline": "Add `bindMethods()` method and a `mixin()` decorator (TS) (#37)",
"author_name": "Yanis Benson",
"author_login": null,
"committed_at": "2019-06-15T06:43:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0a4c6eb73d3b0af488633d3e8eaaeddf41c30b2",
"body": null,
"is_bot": false,
"headline": "Require Node.js 8",
"author_name": "Sindre Sorhus",
"author_login": "sindresorhus",
"committed_at": "2019-06-12T03:32:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3877264814ae762e0408a3f51e0cecc87e90be4f",
"body": null,
"is_bot": false,
"headline": "Create funding.yml",
"author_name": "Sindre Sorhus",
"author_login": "sindresorhus",
"committed_at": "2019-05-28T05:55:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb2908f8fa207d543c2a7da47310c5702349e625",
"body": null,
"is_bot": false,
"headline": "Add Node.js 12 to testing, refresh snapshot (#39)",
"author_name": "Corey Farrell",
"author_login": "coreyfarrell",
"committed_at": "2019-04-29T18:03:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9bd5c4c72c6b36f0fb130d4dc2a0aaf9d723d18d",
"body": null,
"is_bot": false,
"headline": "Fix readme typo (#38)",
"author_name": "Roy Revelt",
"author_login": "revelt",
"committed_at": "2019-03-27T14:58:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a5dff09d97c311ae6fbb514be4af3cbb5439a1f",
"body": null,
"is_bot": false,
"headline": "Use the `types` name instead of `typings` in package.json",
"author_name": "Sindre Sorhus",
"author_login": "sindresorhus",
"committed_at": "2019-02-11T08:08:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16c5646d3d593c4250284cd4b92ca4e77274c4f5",
"body": null,
"is_bot": false,
"headline": "Bump dependencies",
"author_name": "Sindre Sorhus",
"author_login": "sindresorhus",
"committed_at": "2018-11-30T08:45:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5d38ece06272aeecd83107e4ff6819c7fe5993f",
"body": null,
"is_bot": false,
"headline": "0.4.1",
"author_name": "Mark Wubben",
"author_login": "novemberborn",
"committed_at": "2018-07-12T16:21:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a138b787119c4a67a3010a467cf28f6a218ce46",
"body": "Move Babel config into a separate file, which is not included in the npm package, so Emittery can be used in projects that compile their dependencies using Babel.",
"is_bot": false,
"headline": "Move Babel config to .babelrc file",
"author_name": "arantes555",
"author_login": "arantes555",
"committed_at": "2018-07-12T16:17:35Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 27,
"commits_last_year": 18,
"latest_release_at": "2026-03-04T20:25:08Z",
"latest_release_tag": "v2.0.0",
"releases_from_tags": false,
"days_since_last_push": 59,
"active_weeks_last_year": 4,
"days_since_latest_release": 140,
"mean_days_between_releases": 143.1
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 85,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "emittery",
"exists": true,
"license": "MIT",
"keywords": [
"event",
"emitter",
"eventemitter",
"events",
"async",
"emit",
"on",
"once",
"off",
"listener",
"subscribe",
"unsubscribe",
"pubsub",
"tiny",
"addlistener",
"addeventlistener",
"dispatch",
"dispatcher",
"observer",
"trigger",
"await",
"promise",
"typescript",
"ts",
"typed"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/emittery",
"is_deprecated": false,
"latest_version": "2.0.0",
"repository_url": "https://github.com/sindresorhus/emittery",
"versions_count": 34,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 186625980,
"first_published_at": "2017-11-27T21:18:15.608000Z",
"latest_published_at": "2026-03-04T20:22:44.524000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 140
}
]
},
"popularity": {
"forks": 83,
"stars": 2071,
"watchers": 15,
"fork_history": {
"days": [
{
"date": "2017-11-27",
"count": 1
},
{
"date": "2017-11-28",
"count": 2
},
{
"date": "2017-12-04",
"count": 2
},
{
"date": "2017-12-15",
"count": 1
},
{
"date": "2017-12-28",
"count": 1
},
{
"date": "2018-04-02",
"count": 1
},
{
"date": "2018-05-09",
"count": 1
},
{
"date": "2018-06-04",
"count": 1
},
{
"date": "2018-06-05",
"count": 1
},
{
"date": "2018-06-15",
"count": 1
},
{
"date": "2018-06-19",
"count": 1
},
{
"date": "2019-02-28",
"count": 1
},
{
"date": "2019-03-05",
"count": 1
},
{
"date": "2019-03-18",
"count": 1
},
{
"date": "2019-05-07",
"count": 1
},
{
"date": "2019-07-30",
"count": 1
},
{
"date": "2019-08-21",
"count": 1
},
{
"date": "2019-09-14",
"count": 1
},
{
"date": "2019-09-21",
"count": 1
},
{
"date": "2019-09-24",
"count": 1
},
{
"date": "2019-10-10",
"count": 1
},
{
"date": "2019-10-13",
"count": 1
},
{
"date": "2020-02-25",
"count": 1
},
{
"date": "2020-03-20",
"count": 1
},
{
"date": "2020-06-12",
"count": 1
},
{
"date": "2020-09-30",
"count": 1
},
{
"date": "2020-10-14",
"count": 1
},
{
"date": "2020-10-16",
"count": 1
},
{
"date": "2020-11-24",
"count": 1
},
{
"date": "2020-11-29",
"count": 2
},
{
"date": "2021-01-19",
"count": 1
},
{
"date": "2021-03-16",
"count": 1
},
{
"date": "2021-03-24",
"count": 1
},
{
"date": "2021-04-05",
"count": 1
},
{
"date": "2021-04-30",
"count": 1
},
{
"date": "2021-06-02",
"count": 1
},
{
"date": "2021-06-17",
"count": 1
},
{
"date": "2021-07-20",
"count": 1
},
{
"date": "2021-12-31",
"count": 1
},
{
"date": "2022-01-07",
"count": 1
},
{
"date": "2022-02-07",
"count": 1
},
{
"date": "2022-02-25",
"count": 1
},
{
"date": "2022-03-04",
"count": 1
},
{
"date": "2022-04-08",
"count": 1
},
{
"date": "2022-04-18",
"count": 1
},
{
"date": "2022-04-28",
"count": 1
},
{
"date": "2022-08-05",
"count": 1
},
{
"date": "2022-08-10",
"count": 1
},
{
"date": "2022-08-13",
"count": 1
},
{
"date": "2022-08-15",
"count": 1
},
{
"date": "2022-08-17",
"count": 1
},
{
"date": "2022-08-21",
"count": 1
},
{
"date": "2022-08-25",
"count": 1
},
{
"date": "2022-09-02",
"count": 1
},
{
"date": "2022-10-13",
"count": 1
},
{
"date": "2022-11-06",
"count": 1
},
{
"date": "2023-06-28",
"count": 1
},
{
"date": "2023-09-02",
"count": 1
},
{
"date": "2023-09-09",
"count": 1
},
{
"date": "2023-11-19",
"count": 1
},
{
"date": "2024-02-01",
"count": 1
},
{
"date": "2024-02-13",
"count": 1
},
{
"date": "2024-02-14",
"count": 1
},
{
"date": "2024-07-26",
"count": 1
},
{
"date": "2024-11-10",
"count": 1
},
{
"date": "2024-11-29",
"count": 1
},
{
"date": "2025-01-03",
"count": 1
},
{
"date": "2025-01-07",
"count": 1
},
{
"date": "2025-02-03",
"count": 1
},
{
"date": "2025-04-02",
"count": 1
},
{
"date": "2025-06-18",
"count": 1
},
{
"date": "2025-07-05",
"count": 1
},
{
"date": "2025-11-27",
"count": 1
},
{
"date": "2025-12-05",
"count": 1
},
{
"date": "2025-12-18",
"count": 1
},
{
"date": "2026-02-17",
"count": 1
},
{
"date": "2026-03-10",
"count": 1
},
{
"date": "2026-03-16",
"count": 1
},
{
"date": "2026-05-24",
"count": 1
}
],
"complete": true,
"collected": 82,
"total_forks": 83
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 116518,
"source_files_sampled": 9,
"oversized_source_files": 1,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": "No resolved dependencies carried a version and a supported ecosystem",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 6,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "@types/node",
"direct": false,
"version": "^25.3.2",
"ecosystem": "npm"
},
{
"name": "ava",
"direct": false,
"version": "^6.4.1",
"ecosystem": "npm"
},
{
"name": "delay",
"direct": false,
"version": "^7.0.0",
"ecosystem": "npm"
},
{
"name": "p-event",
"direct": false,
"version": "^7.1.0",
"ecosystem": "npm"
},
{
"name": "tsd",
"direct": false,
"version": "^0.33.0",
"ecosystem": "npm"
},
{
"name": "xo",
"direct": false,
"version": "^1.2.3",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 6,
"direct_count": 0,
"indirect_count": 6
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 0,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 73,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "sindresorhus",
"commits": 85,
"avatar_url": "https://avatars.githubusercontent.com/u/170270?v=4"
},
{
"type": "User",
"login": "novemberborn",
"commits": 12,
"avatar_url": "https://avatars.githubusercontent.com/u/33538?v=4"
},
{
"type": "User",
"login": "airhorns",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/158950?v=4"
},
{
"type": "User",
"login": "lukehorvat",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/1034878?v=4"
},
{
"type": "User",
"login": "Richienb",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/29491356?v=4"
},
{
"type": "User",
"login": "stroncium",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/176214?v=4"
},
{
"type": "User",
"login": "alexiglesias93",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/61051948?v=4"
},
{
"type": "User",
"login": "arthur-er",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/47113350?v=4"
},
{
"type": "User",
"login": "sbencoding",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/51536773?v=4"
},
{
"type": "User",
"login": "coreyfarrell",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/903597?v=4"
}
],
"contributors_sampled": 29,
"top_contributor_share": 0.654
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"main.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"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": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": null,
"reason": "no pull request found",
"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/30 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 15 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": 0,
"reason": "no 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": 5,
"reason": "4 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 5",
"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": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "no SAST tool detected",
"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": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "147a8591045e00d0fe8088e2393e3eefea3aa4a5",
"ran_at": "2026-07-22T22:48:34Z",
"aggregate_score": 4.3,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-05-24T15:04:49Z",
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/sindresorhus/emittery",
"host": "github.com",
"name": "emittery",
"owner": "sindresorhus"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 63,
"inputs": {
"security": 43,
"vitality": 52,
"community": 85,
"governance": 70,
"engineering": 61
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 52,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 37,
"inputs": {
"commits_last_year": 18,
"human_commit_share": 1,
"days_since_last_push": 59,
"active_weeks_last_year": 4
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 59 days ago",
"points": 18,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 59
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "4/52 weeks with commits",
"points": 2.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 4
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "18 commits in the last year",
"points": 11.5,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 18
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "4 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 5",
"points": 5,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"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": 74,
"inputs": {
"releases_count": 27,
"latest_release_tag": "v2.0.0",
"releases_from_tags": false,
"days_since_latest_release": 140,
"mean_days_between_releases": 143.1
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "27 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 27
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 140 days ago",
"points": 27,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 140
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~143.1 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 143.1
}
}
],
"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": 59,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 59 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 59
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "excellent",
"name": "Community & Adoption",
"value": 85,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "good",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"forks": 83,
"stars": 2071,
"watchers": 15,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "2,071 stars",
"points": 53.8,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 2071
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "83 forks",
"points": 16,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 83
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "15 watchers",
"points": 6.4,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 15
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "excellent",
"name": "Community health",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": true,
"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": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 13.5,
"status": "met",
"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": [
"emittery"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 186625980
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "186,625,980 downloads/month across npm",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 186625980,
"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": "good",
"name": "Sustainability & Governance",
"value": 70,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 29,
"top_contributor_share": 0.654
},
"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 65% of commits",
"points": 7.8,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 65
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "29 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 29
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 15 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 76,
"inputs": {
"merged_prs": 0,
"open_issues": 0,
"closed_issues": 73,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 0
},
"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": "no decided pull requests or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_decided_prs_or_data",
"params": {}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 75,
"inputs": {
"followers": 80372,
"owner_type": "User",
"is_verified": null,
"owner_login": "sindresorhus",
"public_repos": 1140,
"account_age_days": 6057
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "80,372 followers of sindresorhus",
"points": 25,
"status": "met",
"details": [
{
"code": "owner_followers",
"params": {
"count": 80372,
"login": "sindresorhus"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "1140 public repos, account ~16 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 1140
}
},
{
"code": "account_age_years",
"params": {
"years": 16
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"emittery"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 140
},
"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 140 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 140
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "34 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 34
}
}
],
"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": "moderate",
"name": "Engineering Quality",
"value": 61,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 68,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"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": null,
"points": 0,
"status": "missed",
"details": [],
"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": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [
"event-emitter",
"event-listener",
"emitter",
"async",
"promise",
"nodejs",
"npm-package",
"javascript"
],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"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": 0,
"status": "missed",
"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": "8 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 8
}
}
],
"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": "at_risk",
"name": "Security",
"value": 43,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 43,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 4.3
},
"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 not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 15 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": "no update tool detected",
"points": 0,
"status": "missed",
"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": "4 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 5",
"points": 3.8,
"status": "partial",
"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 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "no SAST tool detected",
"points": 0,
"status": "missed",
"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": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"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": 15
},
"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": "critical",
"name": "AI Readiness",
"value": 26,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 14,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.27,
"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": "27 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 14.4,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 27,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 22,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "at_risk",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 49,
"inputs": {
"primary_language": "JavaScript",
"largest_source_bytes": 116518,
"source_files_sampled": 9,
"oversized_source_files": 1
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "JavaScript without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "JavaScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "1/9 source files over 60KB",
"points": 48.9,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 9,
"oversized": 1
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"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",
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-22T22:48:49.132756Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/s/sindresorhus/emittery.svg",
"full_name": "sindresorhus/emittery",
"license_state": "standard",
"license_spdx": "MIT"
}