Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 270,
"has_wiki": true,
"homepage": null,
"languages": {
"TypeScript": 86836
},
"pushed_at": "2026-07-20T20:21:42Z",
"created_at": "2018-01-05T17:34:07Z",
"owner_type": "Organization",
"updated_at": "2026-07-20T20:22:04Z",
"description": "Provides leadership election in the browser across tabs using localStorage only.",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "master",
"license_spdx_raw": null,
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript"
]
},
"owner": {
"blog": "http://www.dabblewriter.com/",
"name": "Dabble",
"type": "Organization",
"login": "dabblewriter",
"company": null,
"location": "United States of America",
"followers": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/16976846?v=4",
"created_at": "2016-01-30T17:48:56Z",
"is_verified": null,
"public_repos": 15,
"account_age_days": 3830
},
"license": {
"state": "absent",
"spdx_id": null,
"raw_spdx": null,
"file_present": false,
"scorecard_found": false,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v4.6.2",
"kind": "patch",
"published_at": "2026-07-20T20:21:36Z"
},
{
"tag": "v2.0.0",
"kind": "major",
"published_at": "2018-09-21T00:52:30Z"
},
{
"tag": "v1.1.1",
"kind": "patch",
"published_at": "2018-09-04T22:49:27Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2018-08-31T18:31:38Z"
}
],
"recent_commits": [
{
"oid": "2897eb1fc876fcbcd9fea81d621f619eace7f8cf",
"body": null,
"is_bot": false,
"headline": "chore(release): 4.6.2",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2026-07-20T20:21:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5971f9a548df1ef32a9ba165de03114263fb1fa2",
"body": "Fix leadership-term and call-lifecycle leaks in Tab",
"is_bot": false,
"headline": "Merge pull request #14 from dabblewriter/fix/leader-lifecycle",
"author_name": "Ryan Taylor",
"author_login": "RyanHavoc",
"committed_at": "2026-07-20T20:18:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b07c6f46037c98e0aaf3078e0bc43ef67be6d5ff",
"body": "Now that _postMessage rethrows non-InvalidStateError failures, a single\nuncloneable payload propagates into callers that were written assuming it\nnever threw.\n\n- _onLeader: wrap both sweeps per iteration. One uncloneable queued call\n used to abort the forEach, so every later queued call was never\n \n[…]\nef still held it.\n\nDocumented, no behavior change: where calls queued during a relinquished\nleadership term go, and that a call queued while a leader initializes can\nexecute twice within one election.",
"is_bot": false,
"headline": "Harden postMessage failure paths and make close sticky",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2026-07-20T14:47:34Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1a73576f7a48b841043e8a2e5d34285c82da4f01",
"body": "callNumber is a per-tab counter, so the leader's queue of calls\nreceived while initializing collides across callers. A spoke-vs-spoke\ncollision self-heals through onLeader re-delivery, but the leader's own\nqueued call colliding with a spoke's is skipped by the re-delivery\nguard and orphans until the call timeout.",
"is_bot": false,
"headline": "Key queued calls by caller id, not call number alone",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2026-07-20T14:38:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abd0dba2fb9dae7a0111cdf86f7174e3b488ab6d",
"body": "- A tab that relinquishes during its leadership callback no longer marks\n itself ready, dispatches queued calls, or broadcasts onLeader with its\n stale state as if it were fresh leader state.\n- The ready flag resets between terms, so calls arriving while a\n re-elected leader is still initializing\n[…]\n lock request instead of leaving\n a closed tab in the lock queue.\n- postMessage failures other than a closed channel (e.g. DataCloneError)\n surface to the caller instead of being silently swallowed.",
"is_bot": false,
"headline": "Fix leadership-term and call-lifecycle leaks in Tab",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2026-07-20T14:14:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0be2eb455916f3bdabc9477699e723c791439ab6",
"body": "…positive\n\nfix(spoke): don't recover a live hub on wake from suspension",
"is_bot": false,
"headline": "Merge pull request #13 from dabblewriter/fix/heartbeat-suspend-false-…",
"author_name": "Ryan Taylor",
"author_login": "RyanHavoc",
"committed_at": "2026-07-17T09:47:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91d5a46c5c3891fd8eada9be565ff156427b875d",
"body": "A spoke waking from suspension (system sleep, a backgrounded mobile tab,\nSafari tab suspension) sees a heartbeat exactly as stale as the sleep was\nlong — but the hub's clocks were frozen right along with the spoke's, so\nthat gap proves nothing about its health. The heartbeat check compared\nwall-cloc\n[…]\nill recovered one\nclean interval later. The decision is extracted to\n_shouldRecoverOnHeartbeatGap so it is deterministically testable, and\nthe interval/grace are overridable methods so tests run fast.",
"is_bot": false,
"headline": "fix(spoke): don't recover a live hub on wake from suspension",
"author_name": "Ryan Taylor",
"author_login": "RyanHavoc",
"committed_at": "2026-07-17T09:42:33Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9050da8b8aec37890c5035fcc13df5e98232c365",
"body": "…counters\n\nfix(spoke): count call timeouts per method so a write-path wedge recovers",
"is_bot": false,
"headline": "Merge pull request #12 from dabblewriter/fix/per-method-call-timeout-…",
"author_name": "Ryan Taylor",
"author_login": "RyanHavoc",
"committed_at": "2026-07-15T14:17:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76d9472b5bbdbc6e4827d37b72e5a7eeed5e83c3",
"body": "…vers\n\nA hub can wedge on one code path while every other path stays responsive:\nits write loop starves while the RPC dispatcher still answers cheap reads.\nThe spoke-wide `_consecutiveCallTimeouts` could never see that shape — any\nsuccessful call from any namespace zeroed it, and a real app always h\n[…]\necoveries —\none for 86 minutes continuously — writes timing out on every attempt while\nthe hub answered everything else. Also explains DAB-649's unexplained \"the\nworker respawned only once all night\".",
"is_bot": false,
"headline": "fix(spoke): count call timeouts per method so a write-path wedge reco…",
"author_name": "Ryan Taylor",
"author_login": "RyanHavoc",
"committed_at": "2026-07-15T14:14:10Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "874d08916da1fd356205e33809960bbd4d8d9b99",
"body": "feat(spoke): back off fruitless worker recoveries and signal terminal failure",
"is_bot": false,
"headline": "Merge pull request #11 from dabblewriter/fix/worker-recovery-backoff",
"author_name": "Ryan Taylor",
"author_login": "RyanHavoc",
"committed_at": "2026-07-14T17:40:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05982830790a369bea7a84356dbf91aed7799fd3",
"body": "…redWorker boot-failure recovery\n\nReview follow-ups (#11): the worker 'error' event is a fast path whose\ndelivery on load/MIME failures is browser-dependent — the backed-off\nheartbeat-gap recovery is the actual thrash guard, so a silent boot failure\nstill converges. Pin the previously-untested SharedWorker branch: a\nnever-booted shared worker's error closes the port and respawns with the\nrecovery suffix.",
"is_bot": false,
"headline": "docs(spoke): note error-event boot detection is best-effort; test Sha…",
"author_name": "Ryan Taylor",
"author_login": "RyanHavoc",
"committed_at": "2026-07-14T17:26:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba37693fae1257d0e7ebfeee2d34012744c74d4d",
"body": "… failure\n\nA hub worker whose script can never load again — the classic cause being a\ndeploy that purged the old hashed worker asset, so the URL now serves the SPA\nfallback HTML — used to be terminated and re-fetched on every heartbeat gap:\nan infinite ~6/min respawn loop that left sync dead for hou\n[…]\nve fruitless recoveries,\n onRecoveryFailed fires once per episode so the app can escalate (e.g.\n reload onto fresh assets when that cannot lose user data). Retries continue\n at the backoff ceiling.",
"is_bot": false,
"headline": "feat(spoke): back off fruitless worker recoveries and signal terminal…",
"author_name": "Ryan Taylor",
"author_login": "RyanHavoc",
"committed_at": "2026-07-14T16:20:38Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6f06f5d72860dd98c00da80a95c40ba6dc582e0a",
"body": "fix: re-deliver in-flight calls across leader handoff and recover wedged hubs",
"is_bot": false,
"headline": "Merge pull request #10 from dabblewriter/fix/inflight-call-recovery",
"author_name": "Ryan Taylor",
"author_login": "RyanHavoc",
"committed_at": "2026-07-03T20:06:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "169e4613f65e0623b45987317d1bb71e857a2f0e",
"body": ".gitignore's catch-all .* rule was also hiding .github — un-ignore it\n(and .gitignore itself) explicitly.",
"is_bot": false,
"headline": "ci: run build and tests on pushes and pull requests",
"author_name": "Ryan Taylor",
"author_login": "RyanHavoc",
"committed_at": "2026-07-03T20:04:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abd0ed1e22b5339c926f236529aed9b1a401d0c1",
"body": "…ged hubs\n\nTwo write-loss legs from the June sync audit (HUB-1, SPOKE-2):\n\nHUB-1: the leader acks callReceived before executing a call, which stops\nthe caller's 500ms resend loop — so a leader that dies after the ack but\nbefore returning orphaned the call until its 30s timeout, and the reply\nwas los\n[…]\nks are typeof-guarded — the bare\n check throws where the global is undefined (Samsung Internet)\n- vitest suite pinning the call lifecycle and recovery behavior (the\n package previously had no tests)",
"is_bot": false,
"headline": "fix: re-deliver in-flight calls across leader handoff and recover wed…",
"author_name": "Ryan Taylor",
"author_login": "RyanHavoc",
"committed_at": "2026-07-03T19:49:38Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "989a61dae213d71a46fe89c39a3330657f01d67d",
"body": null,
"is_bot": false,
"headline": "Publish 4.3.2",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2026-02-13T22:20:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14ea9f434c9650fadf9b3ec7a495f58929ed4f0a",
"body": "Hub broadcasts heartbeats every 2s when leader. Spokes monitor with\nrandomized 5-10s timeouts and recover unresponsive workers automatically.\n\nSharedWorker recovery: all spokes coordinate via broadcast to create a new\nSharedWorker with a recovery suffix, using Web Lock steal to take leadership.\n\nRegular Worker recovery: spoke terminates its own hung worker, releasing the\nlock so another tab's worker takes leadership naturally.",
"is_bot": false,
"headline": "Add automatic worker crash recovery via heartbeat monitoring",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2026-02-13T22:20:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c753af005d01850941231850b8f67b121ea3d31d",
"body": "… is the leader",
"is_bot": false,
"headline": "Add spoke functionality for the spoke to know when it (or its worker)…",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2026-02-13T21:37:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65e1efcea6fe2d7f953de610d7407665cc15ddec",
"body": null,
"is_bot": false,
"headline": "Publish 4.3.1",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2026-02-13T20:33:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e48e9d16bea1a05bfceb4f63866ab2e75a28f58",
"body": "Return undefined for 'then' property access on the Proxy so that\nthe stub can be safely returned from async methods without the\nruntime attempting to resolve it as a Promise.",
"is_bot": false,
"headline": "Fix service stub being treated as thenable by async functions",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2026-02-13T20:32:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed18f3efdf3f499b8c06fdc98c6f47123d46f55d",
"body": null,
"is_bot": false,
"headline": "Publish 4.3.0",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2025-12-08T20:20:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9530e3483253eb5c18089d91a32c403849a2df62",
"body": null,
"is_bot": false,
"headline": "Update the spoke API to `getService` and `ServiceStub`",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2025-12-08T20:20:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f00e0ae10ca71097b5cffe2bf34528b6071840a3",
"body": null,
"is_bot": false,
"headline": "Publish 4.2.8",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2025-07-02T00:33:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "765f56df396813a5b192eaab05b740f20d858495",
"body": null,
"is_bot": false,
"headline": "Provide event type-checking with __events property",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2025-07-01T23:47:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69bdedf649b572ab944f0c56e3003135657d5c43",
"body": null,
"is_bot": false,
"headline": "Publish 4.2.7",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2025-06-20T16:16:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01cd1d6a31f1d42e6fc255d6af65f64fb9fdfbc5",
"body": null,
"is_bot": false,
"headline": "Fix bug with spoke connection",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2025-06-20T16:16:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56ff2d50c7574030155a5540095a226b74b4b187",
"body": null,
"is_bot": false,
"headline": "Publish 4.2.6",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2025-06-20T02:13:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8d1fb80436c921be7979ceb4979b1c633a3fb95",
"body": null,
"is_bot": false,
"headline": "Fix to work with Vite",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2025-06-20T02:13:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95d5ce97e256b09041803a04f9e8c5186d7420a1",
"body": null,
"is_bot": false,
"headline": "Publish 4.2.5",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2025-06-09T22:08:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55c3f6de514346093346958b2d9b36dc3faff600",
"body": null,
"is_bot": false,
"headline": "Provide the state info on hub",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2025-06-09T22:08:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efc7d8c0041e3f1a9fde738a8d739c8ebca27d74",
"body": null,
"is_bot": false,
"headline": "Publish 4.2.4",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2025-06-09T16:49:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70232ae2df3f285d9f2a04286a7954aded36a323",
"body": null,
"is_bot": false,
"headline": "Initializer should be more flexible",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2025-06-09T16:49:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62c2de298a0e2ad3801b087416b34759233d5310",
"body": null,
"is_bot": false,
"headline": "Publish 4.2.3",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2025-06-09T15:14:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90fc8a91e359a2f79313f2b687ec8b8e9ac30c08",
"body": "- Convert Service from abstract class to interface for flexibility\n- Update Hub constructor to take initialization function\n- Change service registration to use instances instead of classes\n- Move event emission from Service base class to Hub with explicit namespace\n- Update README examples to reflect new API patterns",
"is_bot": false,
"headline": "Simplify service architecture with interface pattern",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2025-06-09T15:14:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "081cff67651508ff08a7144bf6800724743bfd55",
"body": null,
"is_bot": false,
"headline": "Publish 4.2.2",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2025-06-06T23:45:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81252fbafe0699027d0e250870a007bdcf625130",
"body": null,
"is_bot": false,
"headline": "Simplify the hub constructor for less ways to go wrong",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2025-06-06T23:45:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e267b42a708fcdb2851c92c1182a94f0f39ec3b5",
"body": null,
"is_bot": false,
"headline": "Publish 4.2.1",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2025-06-06T22:58:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d7c898229e96d63c024f53ba3acfc4d9cda3a5f",
"body": null,
"is_bot": false,
"headline": "Improve type safety of namespaces to services",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2025-06-06T22:57:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "326645c32ffd02e5df9191ba12b42357eb8e38cd",
"body": null,
"is_bot": false,
"headline": "Publish 4.2.0",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2025-06-06T01:48:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "310fdda5831dd9e220db06dabbdba022bb72faa2",
"body": null,
"is_bot": false,
"headline": "Add a hub/spoke model",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2025-06-06T01:48:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93f22772317a11d6af2888cf1a0eb441f1c14166",
"body": null,
"is_bot": false,
"headline": "Support tab leader API namespaces/sub-objects",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2025-02-14T23:51:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a97390ca296bd634c7cfcbf6974ec4ccf13ab69f",
"body": null,
"is_bot": false,
"headline": "Publish 4.1.17",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2024-06-14T22:42:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b58bd00b047afa23e843f6708f94c9155a20c56d",
"body": null,
"is_bot": false,
"headline": "Fix hasLeader cache",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2024-06-14T22:42:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5cdf1eba42355dbfadf0edd0c11fdf6be372f3d5",
"body": null,
"is_bot": false,
"headline": "Publish 4.1.16",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2024-06-14T22:06:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7224fcc29c5cf3bb2dcd8adec39bf7b9f9a2e57d",
"body": null,
"is_bot": false,
"headline": "Cache hasLeader check while in-progress",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2024-06-14T22:06:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4abe0c93904ebd6cae07e1029d4f823410dc91e7",
"body": null,
"is_bot": false,
"headline": "Publish 4.1.14",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2024-05-29T18:36:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bfe1dc9b78a56d40dee5fe9eaa45a435d4bc2b33",
"body": null,
"is_bot": false,
"headline": "Fix exception if sent message is incorrect",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2024-05-29T18:36:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9fe5efdeeb9502d2fbef9046ae18dabd587cd519",
"body": null,
"is_bot": false,
"headline": "Publish 4.1.14",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2024-04-12T17:40:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e68d5871de9da9ad959deac1d9bdd3273d78948c",
"body": null,
"is_bot": false,
"headline": "Improve logic for send-except-to functionality",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2024-04-12T17:40:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e929a31a25ea5d09b061d249f776134af1f53cb3",
"body": null,
"is_bot": false,
"headline": "Build comment update",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2024-03-21T20:33:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3761ae62fb09e7dd610f7a9f40a517d6eb2c538a",
"body": null,
"is_bot": false,
"headline": "Publish 4.1.13",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2024-03-21T20:33:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d038c698be02088d93024071baf0963bff6d8724",
"body": "This is useful when a tab calls a function on the leader and the leader returns a result and then sends all the other tabs information about the call. The caller may not want 2 calls for the same result.",
"is_bot": false,
"headline": "Allow sending to everyone EXCEPT one tab",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2024-03-21T20:32:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "959a2341367840f5d22a0848fee0bb699ec2c313",
"body": null,
"is_bot": false,
"headline": "Publish 4.1.12",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2024-02-20T22:55:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75650a076366d6825792923f3c896d2df4f7ef6f",
"body": null,
"is_bot": false,
"headline": "Fix bug",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2024-02-20T22:55:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb5115177a88d5fa53f361a86efc3514918325d0",
"body": null,
"is_bot": false,
"headline": "Publish 4.1.11",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2024-02-08T23:20:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7365bacc64bdb64efcbbf60cf345fc754979b3e",
"body": null,
"is_bot": false,
"headline": "Ensure returned calls are marked as received",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2024-02-08T23:19:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "816dd77d6ad198ce4d0cf5e05144c5ba7c7c64c2",
"body": null,
"is_bot": false,
"headline": "Publish 4.1.10",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2024-02-08T23:07:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70d3db7f7dcf51289104f40e2ac0d766acd7ded2",
"body": null,
"is_bot": false,
"headline": "Cache leader check. Ensure calls are received by leader.",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2024-02-08T23:06:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f480ac347696b1d9efe05df2aba044a0ba3fb44b",
"body": null,
"is_bot": false,
"headline": "Publish 4.1.8",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2024-02-08T22:45:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87284d557a6d126f3f3349f302dd91983da4d63c",
"body": null,
"is_bot": false,
"headline": "Fix bug with leadership race when checking if leader exists",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2024-02-08T22:45:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d89e537d59621fd995a41c2f5927edf9209af5ff",
"body": null,
"is_bot": false,
"headline": "Publish 4.1.4",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2024-01-26T21:59:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f297f8a74e092739ed8b0395f0e5b7733114663",
"body": null,
"is_bot": false,
"headline": "Adds event types",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2024-01-26T21:58:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0c916550ae756304fbf917d1f1a937b8469f5c0",
"body": null,
"is_bot": false,
"headline": "Publish 4.1.3",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2024-01-13T17:09:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9bcb3d665356b317cefcb915213c1657e4055501",
"body": "Also fixed `relinquishLeadership` passed into the `onLeadership` function so that it will work when called immediately.\n\nWill return a boolean in the promise to indicate whether leadership was relinquished before or after attaining leadership. `true` means the tab was currently the leader.\n\nImproved docs as well.",
"is_bot": false,
"headline": "Improve so leadership can be relinquished before attaining it",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2024-01-13T17:09:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ba4f7b6181f98769e7ae98dc857a83a2ced35e1",
"body": null,
"is_bot": false,
"headline": "Small optimization in send",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2024-01-12T19:29:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c89c8d3bb5a41b35f6abf1c26aebdf8b5198eeed",
"body": null,
"is_bot": false,
"headline": "Publish 4.1.2",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2024-01-12T19:12:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5caf338ec21708b28a0348c990273c6554776458",
"body": null,
"is_bot": false,
"headline": "Publish 4.1.1",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2024-01-12T16:01:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d998c408e58b3fa0a02c2f86e972a1de147e2e2e",
"body": null,
"is_bot": false,
"headline": "Update API for send",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2024-01-12T16:01:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01a6c603a3234be839de1093b46d6994ff7fd16e",
"body": null,
"is_bot": false,
"headline": "Publish 4.1.0",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2024-01-12T00:51:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0aa7d9b81dc6974a01dbfbe40aa946e059b319e",
"body": null,
"is_bot": false,
"headline": "Add `getCurrentCallerId()` and `to` parameter to `send()`",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2024-01-12T00:51:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61c785703aed931a792db355eb6dac7cdfc2ac32",
"body": "This is a big refactor and breaking change, so this will be a major version bump. It now requires the Web Locks API which is a bit newer but still widely support. Locks give us very reliable leadership election, allowing the browser to queue requests for leadership and only allow one at a time.",
"is_bot": false,
"headline": "Change to using Tab class and Web Locks API",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2023-12-28T07:24:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2e899cfc3e2300b408bbc2e7d6fb52a06c23016",
"body": null,
"is_bot": false,
"headline": "Fix possible bug",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2023-12-27T06:24:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b4eee420f5cdb0c033931e7f2b2d0743213367d",
"body": null,
"is_bot": false,
"headline": "Prettify",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2023-12-26T22:04:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e3a50768574a02136b716043b1a58091277b929",
"body": "Also, reject calls which were in-flight when a leaders is lost.",
"is_bot": false,
"headline": "Queue calls made before a leader is set",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2023-12-26T22:04:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d3c11479ec9049a5bfcc8bc1229f67c3bebfd6b",
"body": null,
"is_bot": false,
"headline": "Clear out memory when a tab is closed.",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2023-10-19T21:06:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a9155c9c00fa1cbfe29200bab67f53e68b1b308",
"body": null,
"is_bot": false,
"headline": "Publish 3.3.4",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2023-07-16T01:30:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5320f5483405f2bd855f3632eaf1de73f3580d63",
"body": null,
"is_bot": false,
"headline": "Fix type",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2023-07-16T01:30:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab07cb45908d755eaec956257527a7e905a07585",
"body": null,
"is_bot": false,
"headline": "Publish 3.3.3",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2023-07-16T01:22:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54d39bc6ea2e9e12ec498ee3308da960e50bbb06",
"body": null,
"is_bot": false,
"headline": "Fix type",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2023-07-16T01:22:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f83c646e43b8bc3b4323ecc0f18996068faf8ed",
"body": null,
"is_bot": false,
"headline": "Publish 3.3.2",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2023-07-16T01:21:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "579e4965e9253ca18068980ca3d16d2c9c175f26",
"body": null,
"is_bot": false,
"headline": "Fix build",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2023-07-16T01:21:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f90ac7c0035fc875c7d45b16a1eced339ebfdc3",
"body": null,
"is_bot": false,
"headline": "Publish 3.3.1",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2023-07-16T00:28:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8b1823060b4c8d327048c50c719f2a245d1c296",
"body": null,
"is_bot": false,
"headline": "Provide call with return type",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2023-07-16T00:28:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce51c96a1f1b285e166f72a5b2d6475576720c05",
"body": null,
"is_bot": false,
"headline": "Publish 3.3.0",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2023-07-15T23:25:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "231de3ca2c5d434476341eb30b5a87824305e094",
"body": null,
"is_bot": false,
"headline": "Support spectator tabs/contexts",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2023-07-15T23:25:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e02f59dc14f8fa151f9fe2262da022294a922771",
"body": null,
"is_bot": false,
"headline": "Publish 3.2.0",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2023-07-15T22:31:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "468917a854f7927963a3370cb828d2d7d5739641",
"body": null,
"is_bot": false,
"headline": "Allow tabs to call methods on the leader",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2023-07-15T22:30:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc22d33c0c96f3c81e1f13fab0a50f759c0b0d28",
"body": null,
"is_bot": false,
"headline": "Publish 3.1.0",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2023-07-15T20:32:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0da04c7fb7909d901eef1693ed62b3e49639be7",
"body": null,
"is_bot": false,
"headline": "Add messaging between tabs and leader state",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2023-07-15T20:24:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "599702b901b4e9e948d713c4ffff5f9373ae256d",
"body": null,
"is_bot": false,
"headline": "Publish 3.0.2",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2023-05-09T20:55:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4bdc5d933e14e1e16197df073ba2ea408bb73b4",
"body": "The broadcast channel can close due to outside issues, such as the computer sleeping. It needs to recover from this.",
"is_bot": false,
"headline": "Re-create channel after it is closed",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2023-05-09T20:55:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5cca6e15e6fc02b1976bcb38d2357a28528c74a",
"body": null,
"is_bot": false,
"headline": "Publish 3.0.1",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2022-10-28T21:33:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cfc544bed599d1c78e2f1be4fa2ba08b5ae28d53",
"body": null,
"is_bot": false,
"headline": "Add types declaration",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2022-10-28T21:33:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "236bb1336aedf3948ef9c96b82b1b8b9aaca8534",
"body": null,
"is_bot": false,
"headline": "Publish 3.0.0",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2022-10-19T16:56:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e164812022e74d1d2a4c1725683dcc78b7b72a9a",
"body": "* Eliminated extra features and dropped down to just election\n* Refactored to TypeScript\n* Using BroadcastChannel now instead of localStorage",
"is_bot": false,
"headline": "Refactored a lot",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2022-10-19T16:56:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5494864108112950e2367e25e3d95863ccabd1cb",
"body": "Safari dispatches a storage event on the same tab that changed it (which is incorrect), causing a double-dispatch of the events from Tab. Fix this using an id for each message.\n\nPrevent manual time clock alterations from permanently disabling a website. If a user changes their clock to sometime in the future and resets it back again, and old leader record could sit in localStorage until that time, preventing any leader from being chosen. Fixes this edge-case.",
"is_bot": false,
"headline": "Fix Safari double-events and clock skew errors",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2020-04-22T00:47:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "522d3430710bee92153c7fe59fa98718bc6b77bb",
"body": null,
"is_bot": false,
"headline": "Send regular event because StorageEvent breaks Edge",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2018-10-22T17:26:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7dfc30134eb813642203e0c9ede0a8f96a1bb68",
"body": null,
"is_bot": false,
"headline": "2.0.0",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2018-09-21T00:52:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0883846fd80484fb528282318d509182f6a36a69",
"body": "Uses the storage event to pass messages and more efficiently take care of business.",
"is_bot": false,
"headline": "Simplifies into one Tab class, improves performance and reliability",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2018-09-21T00:52:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48566d3fea16afdd753c4245faf37ce14028305b",
"body": null,
"is_bot": false,
"headline": "1.1.1",
"author_name": "Jacob Wright",
"author_login": "jacwright",
"committed_at": "2018-09-04T22:49:27Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 4,
"commits_last_year": 22,
"latest_release_at": "2026-07-20T20:21:36Z",
"latest_release_tag": "v4.6.2",
"releases_from_tags": true,
"days_since_last_push": 6,
"active_weeks_last_year": 5,
"days_since_latest_release": 6,
"mean_days_between_releases": 960
},
"community": {
"has_readme": true,
"has_license": false,
"has_description": true,
"has_contributing": false,
"health_percentage": 25,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "tab-election",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/tab-election",
"is_deprecated": false,
"latest_version": "4.6.2",
"repository_url": "https://github.com/dabblewriter/tab-election",
"versions_count": 54,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 2,
"monthly_downloads": 59045,
"first_published_at": "2018-01-05T17:33:02.876000Z",
"latest_published_at": "2026-07-20T20:40:55.960000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 6
}
]
},
"popularity": {
"forks": 4,
"stars": 38,
"watchers": 3,
"fork_history": {
"days": [
{
"date": "2020-01-31",
"count": 1
},
{
"date": "2020-11-11",
"count": 1
},
{
"date": "2024-02-28",
"count": 1
},
{
"date": "2025-03-25",
"count": 1
}
],
"complete": true,
"collected": 4,
"total_forks": 4
},
"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": 36124,
"source_files_sampled": 7,
"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": "lodash",
"direct": false,
"version": "4.17.21",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 8.1,
"advisory_ids": [
"GHSA-f23m-r3pf-42rh",
"GHSA-r5fr-rjxr-66jc",
"GHSA-xxjr-mmjv-4gpg"
],
"fixed_version": "4.18.0",
"advisory_count": 3,
"oldest_advisory_days": 186
},
{
"name": "postcss",
"direct": false,
"version": "8.5.16",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-r28c-9q8g-f849"
],
"fixed_version": "8.5.18",
"advisory_count": 1,
"oldest_advisory_days": 2
},
{
"name": "follow-redirects",
"direct": false,
"version": "1.15.6",
"severity": "moderate",
"ecosystem": "npm",
"cvss_score": 5.3,
"advisory_ids": [
"GHSA-r4q5-vmmm-2653"
],
"fixed_version": "1.16.0",
"advisory_count": 1,
"oldest_advisory_days": 104
},
{
"name": "qs",
"direct": false,
"version": "6.11.0",
"severity": "moderate",
"ecosystem": "npm",
"cvss_score": 5.3,
"advisory_ids": [
"GHSA-6rw7-vpxm-498p",
"GHSA-w7fw-mjwx-w883"
],
"fixed_version": "6.14.2",
"advisory_count": 2,
"oldest_advisory_days": 208
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"high": 2,
"moderate": 2
},
"advisory_count": 7,
"affected_count": 4,
"assessed_count": 115,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "@emnapi/core",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@emnapi/runtime",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@emnapi/wasi-threads",
"direct": false,
"version": "1.2.2",
"ecosystem": "npm"
},
{
"name": "@jridgewell/sourcemap-codec",
"direct": false,
"version": "1.5.5",
"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": "@standard-schema/spec",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "@tybys/wasm-util",
"direct": false,
"version": "0.10.3",
"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": "@vitest/expect",
"direct": false,
"version": "4.1.9",
"ecosystem": "npm"
},
{
"name": "@vitest/mocker",
"direct": false,
"version": "4.1.9",
"ecosystem": "npm"
},
{
"name": "@vitest/pretty-format",
"direct": false,
"version": "4.1.9",
"ecosystem": "npm"
},
{
"name": "@vitest/runner",
"direct": false,
"version": "4.1.9",
"ecosystem": "npm"
},
{
"name": "@vitest/snapshot",
"direct": false,
"version": "4.1.9",
"ecosystem": "npm"
},
{
"name": "@vitest/spy",
"direct": false,
"version": "4.1.9",
"ecosystem": "npm"
},
{
"name": "@vitest/utils",
"direct": false,
"version": "4.1.9",
"ecosystem": "npm"
},
{
"name": "ansi-styles",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "assertion-error",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "async",
"direct": false,
"version": "2.6.4",
"ecosystem": "npm"
},
{
"name": "basic-auth",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "call-bind",
"direct": false,
"version": "1.0.2",
"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": "convert-source-map",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "corser",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "debug",
"direct": false,
"version": "3.2.7",
"ecosystem": "npm"
},
{
"name": "detect-libc",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "es-module-lexer",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "estree-walker",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "eventemitter3",
"direct": false,
"version": "4.0.7",
"ecosystem": "npm"
},
{
"name": "expect-type",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "fdir",
"direct": false,
"version": "6.5.0",
"ecosystem": "npm"
},
{
"name": "follow-redirects",
"direct": false,
"version": "1.15.6",
"ecosystem": "npm"
},
{
"name": "fsevents",
"direct": false,
"version": "2.3.3",
"ecosystem": "npm"
},
{
"name": "function-bind",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "get-intrinsic",
"direct": false,
"version": "1.1.3",
"ecosystem": "npm"
},
{
"name": "has",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "has-flag",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "has-symbols",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "he",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "html-encoding-sniffer",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "http-proxy",
"direct": false,
"version": "1.18.1",
"ecosystem": "npm"
},
{
"name": "http-server",
"direct": false,
"version": "14.1.1",
"ecosystem": "npm"
},
{
"name": "iconv-lite",
"direct": false,
"version": "0.6.3",
"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": "lodash",
"direct": false,
"version": "4.17.21",
"ecosystem": "npm"
},
{
"name": "magic-string",
"direct": false,
"version": "0.30.21",
"ecosystem": "npm"
},
{
"name": "mime",
"direct": false,
"version": "1.6.0",
"ecosystem": "npm"
},
{
"name": "minimist",
"direct": false,
"version": "1.2.7",
"ecosystem": "npm"
},
{
"name": "mkdirp",
"direct": false,
"version": "0.5.6",
"ecosystem": "npm"
},
{
"name": "ms",
"direct": false,
"version": "2.1.3",
"ecosystem": "npm"
},
{
"name": "nanoid",
"direct": false,
"version": "3.3.15",
"ecosystem": "npm"
},
{
"name": "object-inspect",
"direct": false,
"version": "1.12.2",
"ecosystem": "npm"
},
{
"name": "obug",
"direct": false,
"version": "2.1.3",
"ecosystem": "npm"
},
{
"name": "opener",
"direct": false,
"version": "1.5.2",
"ecosystem": "npm"
},
{
"name": "pathe",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "picocolors",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "picomatch",
"direct": false,
"version": "4.0.5",
"ecosystem": "npm"
},
{
"name": "portfinder",
"direct": false,
"version": "1.0.32",
"ecosystem": "npm"
},
{
"name": "postcss",
"direct": false,
"version": "8.5.16",
"ecosystem": "npm"
},
{
"name": "qs",
"direct": false,
"version": "6.11.0",
"ecosystem": "npm"
},
{
"name": "requires-port",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "rolldown",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "safe-buffer",
"direct": false,
"version": "5.1.2",
"ecosystem": "npm"
},
{
"name": "safer-buffer",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "secure-compare",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "side-channel",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "siginfo",
"direct": false,
"version": "2.0.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": "std-env",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "supports-color",
"direct": false,
"version": "7.2.0",
"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": "tslib",
"direct": false,
"version": "2.8.1",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "5.8.3",
"ecosystem": "npm"
},
{
"name": "union",
"direct": false,
"version": "0.5.0",
"ecosystem": "npm"
},
{
"name": "url-join",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "vite",
"direct": false,
"version": "8.1.3",
"ecosystem": "npm"
},
{
"name": "vitest",
"direct": false,
"version": "4.1.9",
"ecosystem": "npm"
},
{
"name": "whatwg-encoding",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "why-is-node-running",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 115,
"direct_count": 0,
"indirect_count": 115
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 5,
"open_issues": 2,
"closed_ratio": 0.333,
"closed_issues": 1,
"closed_unmerged_prs": 6
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "jacwright",
"commits": 93,
"avatar_url": "https://avatars.githubusercontent.com/u/120294?v=4"
},
{
"type": "User",
"login": "RyanHavoc",
"commits": 11,
"avatar_url": "https://avatars.githubusercontent.com/u/824169?v=4"
}
],
"contributors_sampled": 2,
"top_contributor_share": 0.894
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"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": 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": 10,
"reason": "5 out of 5 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 2/21 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 5 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": 0,
"reason": "license file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "15 commit(s) and 0 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": 3,
"reason": "dependency not pinned by hash detected -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not 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": 4,
"reason": "6 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "2897eb1fc876fcbcd9fea81d621f619eace7f8cf",
"ran_at": "2026-07-27T13:01:38Z",
"aggregate_score": 3.7,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-20T20:21:43Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-20T20:18:19Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 3,
"created_at": "2020-11-05T15:58:01Z",
"last_comment_at": "2023-01-10T02:44:31Z",
"last_comment_author": "lianzhao"
},
{
"number": 8,
"created_at": "2024-02-28T12:57:47Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/dabblewriter/tab-election",
"host": "github.com",
"name": "tab-election",
"owner": "dabblewriter"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 53,
"inputs": {
"security": 50,
"vitality": 63,
"community": 41,
"governance": 49,
"engineering": 61
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 63,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"commits_last_year": 22,
"human_commit_share": 1,
"days_since_last_push": 6,
"active_weeks_last_year": 5
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 6 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 6
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "5/52 weeks with commits",
"points": 3.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 5
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "22 commits in the last year",
"points": 12.2,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 22
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "15 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "moderate",
"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": 64,
"inputs": {
"releases_count": 4,
"latest_release_tag": "v4.6.2",
"releases_from_tags": true,
"days_since_latest_release": 6,
"mean_days_between_releases": 960
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "4 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 4
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 6 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 6
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~960 days",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 960
}
}
],
"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": 6,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 6 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 6
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 41,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 31,
"inputs": {
"forks": 4,
"stars": 38,
"watchers": 3,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "38 stars",
"points": 25.4,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 38
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "4 forks",
"points": 4,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 4
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "3 watchers",
"points": 1.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 3
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": true,
"has_license": false,
"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": "no license file detected",
"points": 0,
"status": "missed",
"details": [
{
"code": "license_absent",
"params": {}
}
],
"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": "good",
"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": 80,
"inputs": {
"packages": [
"tab-election"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 59045
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "59,045 downloads/month across npm",
"points": 63.6,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 59045,
"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": "at_risk",
"name": "Sustainability & Governance",
"value": 49,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 2,
"top_contributor_share": 0.894
},
"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 89% of commits",
"points": 2.4,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 89
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "2 contributors",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 2
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 5 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "at_risk",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 33,
"inputs": {
"merged_prs": 5,
"open_issues": 2,
"closed_issues": 1,
"issue_closed_ratio": 0.333,
"closed_unmerged_prs": 6
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "33% of issues closed",
"points": 15.6,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 33
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "5/11 decided PRs merged",
"points": 17.4,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 5,
"decided": 11
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 2/21 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": 56,
"inputs": {
"followers": 5,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "dabblewriter",
"public_repos": 15,
"account_age_days": 3830
},
"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": "5 followers of dabblewriter",
"points": 5.6,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 5,
"login": "dabblewriter"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "15 public repos, account ~10 yr old",
"points": 20.8,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 15
}
},
{
"code": "account_age_years",
"params": {
"years": 10
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"tab-election"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 6
},
"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 6 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 6
}
}
],
"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": "moderate",
"name": "Engineering Quality",
"value": 61,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"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": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "5 out of 5 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 50,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"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": 37,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.7
},
"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": "5 out of 5 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 2/21 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 5 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 not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "15 commit(s) and 0 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 3",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"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": "6 existing vulnerabilities detected",
"points": 3,
"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 115 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": 115
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 7,
"affected_packages": 4,
"assessed_packages": 115,
"unassessed_packages": 0,
"affected_by_severity": "high 2, moderate 2",
"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": 115,
"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": 5
},
"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": "at_risk",
"name": "AI Readiness",
"value": 44,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 13,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.25,
"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": "25 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 13.3,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 25,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 46,
"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": false,
"typecheck_configs": [
"tsconfig.json"
],
"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": "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": "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 3",
"points": 3,
"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": 36124,
"source_files_sampled": 7,
"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/7 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 7,
"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"
],
"report_type": "repository",
"generated_at": "2026-07-27T13:01:48.756907Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/d/dabblewriter/tab-election.svg",
"full_name": "dabblewriter/tab-election",
"license_state": "absent",
"license_spdx": null
}