Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [
"webidl",
"javascript"
],
"is_fork": false,
"size_kb": 316,
"has_wiki": false,
"homepage": null,
"languages": {
"JavaScript": 56310
},
"pushed_at": "2026-01-02T13:58:25Z",
"created_at": "2014-08-15T19:19:29Z",
"owner_type": "Organization",
"updated_at": "2026-04-03T04:57:41Z",
"description": "Implements the Web IDL algorithms for converting to and from JavaScript values",
"is_archived": false,
"is_disabled": false,
"license_spdx": "BSD-2-Clause",
"default_branch": "main",
"license_spdx_raw": "BSD-2-Clause",
"primary_language": "JavaScript",
"significant_languages": [
"JavaScript"
]
},
"owner": {
"blog": null,
"name": null,
"type": "Organization",
"login": "jsdom",
"company": null,
"location": null,
"followers": 128,
"avatar_url": "https://avatars.githubusercontent.com/u/9271229?v=4",
"created_at": "2014-10-16T17:00:52Z",
"is_verified": null,
"public_repos": 18,
"account_age_days": 4297
},
"license": {
"state": "standard",
"spdx_id": "BSD-2-Clause",
"raw_spdx": "BSD-2-Clause",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v8.0.1",
"kind": "patch",
"published_at": "2026-01-02T12:58:51Z"
},
{
"tag": "v8.0.0",
"kind": "major",
"published_at": "2025-09-09T02:24:14Z"
},
{
"tag": "v7.0.0",
"kind": "major",
"published_at": "2021-09-12T01:05:58Z"
},
{
"tag": "v6.1.0",
"kind": "minor",
"published_at": "2020-04-17T15:59:52Z"
},
{
"tag": "v6.0.0",
"kind": "major",
"published_at": "2020-03-23T20:08:21Z"
},
{
"tag": "v5.0.0",
"kind": "major",
"published_at": "2019-12-07T20:25:39Z"
},
{
"tag": "v4.0.2",
"kind": "patch",
"published_at": "2017-08-14T03:32:16Z"
},
{
"tag": "v4.0.1",
"kind": "patch",
"published_at": "2017-02-20T21:22:20Z"
},
{
"tag": "v4.0.0",
"kind": "major",
"published_at": "2017-02-11T22:52:47Z"
},
{
"tag": "v3.0.1",
"kind": "patch",
"published_at": "2017-02-11T22:48:09Z"
},
{
"tag": "v3.0.0",
"kind": "major",
"published_at": "2017-02-11T22:47:29Z"
},
{
"tag": "v2.0.1",
"kind": "patch",
"published_at": "2017-02-11T22:46:55Z"
},
{
"tag": "v2.0.0",
"kind": "major",
"published_at": "2015-09-19T21:39:29Z"
},
{
"tag": "v1.2.1",
"kind": "patch",
"published_at": "2015-09-19T21:35:09Z"
},
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2015-09-19T21:34:35Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2014-10-13T22:12:28Z"
},
{
"tag": "v1.0.1",
"kind": "patch",
"published_at": "2014-10-13T22:12:58Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2014-10-13T22:13:18Z"
}
],
"recent_commits": [
{
"oid": "1c40227f0875ab17fbf5df0ea7590e837e4365c0",
"body": null,
"is_bot": false,
"headline": "8.0.1",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2026-01-02T12:54:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be2787c81b1433475ae2aa87dfe974e8b82c7220",
"body": "Notably, update all the links to point to the modern Web IDL spec and anchors.",
"is_bot": false,
"headline": "Improve README",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2026-01-02T12:54:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "287da0bc70a464e0afe443bf150feab517b0e910",
"body": null,
"is_bot": false,
"headline": "Automate publishing to npm",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2026-01-02T12:44:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "891548e9835b31e1e5c8bc7e61266e2b2248624f",
"body": null,
"is_bot": false,
"headline": "Update dev dependencies",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2026-01-02T12:44:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98b81094473760e021136c5e9ce7ef589b74668c",
"body": "The spec bug referenced was fixed.",
"is_bot": false,
"headline": "Remove now-outdated comment",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2026-01-02T12:36:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aacfad6c109a2b4d4cb6c8084f17cfd4442d701d",
"body": "Co-authored-by: Domenic Denicola <d@domenic.me>",
"is_bot": false,
"headline": "Speed up and simplify ByteString and USVString conversions",
"author_name": "Nikita Skovoroda",
"author_login": "ChALkeR",
"committed_at": "2026-01-02T12:07:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d0cfd34a056a6d8b2ba20ea2c3782dfc3a220a9",
"body": null,
"is_bot": false,
"headline": "8.0.0",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2025-09-09T02:20:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "612790f7dbfceaba7ff76c8c69b7d7cbd9e2221a",
"body": "Implements the [AllowResizable] attribute introduced in https://github.com/whatwg/webidl/pull/982.",
"is_bot": false,
"headline": "Add allowResizable to (Shared)ArrayBuffer conversions",
"author_name": "Mattias Buelens",
"author_login": "MattiasBuelens",
"committed_at": "2025-09-09T02:19:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f598349f86aaf02f9c72b127e8cf2b5269351ab",
"body": "npm has started complaining about this recently.",
"is_bot": false,
"headline": "Use different \"repository\" syntax in package.json",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2025-09-08T06:22:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51bfc7985a8c8427b2e5a4c1b0b258a204bf38db",
"body": "Also delete a file that was forgotten in 83a1837ad80d341fba4da9209c8159b2d7fa2c30.",
"is_bot": false,
"headline": "Move to built-in test runner and c8 for coverage",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2025-09-08T06:22:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8574d9da494864a603e78e25420429b6cb34180b",
"body": null,
"is_bot": false,
"headline": "Update ESLint",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2025-09-08T06:22:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52656cc3284e331c8de4034468d6b19bc0478843",
"body": null,
"is_bot": false,
"headline": "Move from yarn to npm",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2025-09-08T06:02:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83a1837ad80d341fba4da9209c8159b2d7fa2c30",
"body": null,
"is_bot": false,
"headline": "Assume SharedArrayBuffer is always available",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2025-09-08T06:02:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "929e6fce11ab866783c82628be991720072d93e2",
"body": null,
"is_bot": false,
"headline": "Raise minimum Node.js version to v20",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2025-09-08T06:02:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b8b72fa7ec15188e85eeaaf7c434f8b82edcc61",
"body": null,
"is_bot": false,
"headline": "Update for master → main rename",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2025-09-08T06:02:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0325ad147f5f6bde45bfc203fe24cc424f5a0caa",
"body": "And remove the `allowShared` option from `conversions.ArrayBuffer`.\n\nFollows https://github.com/whatwg/webidl/pull/1311.\n\nAlso fixes a bug in the SharedArrayBuffer conversion.",
"is_bot": false,
"headline": "Add conversion for SharedArrayBuffer",
"author_name": "Mattias Buelens",
"author_login": "MattiasBuelens",
"committed_at": "2025-09-08T05:39:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b8f708ffd7476fb60d18cef75bbdf4e60831191",
"body": null,
"is_bot": false,
"headline": "v7.0.0",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2021-09-12T01:02:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb1bfe6ddf23d4f4eb44781ff55a4c337d2ae0a5",
"body": "Follows Web IDL spec updates.",
"is_bot": false,
"headline": "Rename \"void\" to \"undefined\"",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2021-09-12T01:00:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0449cdd5c6c96e609d225e44e40157587f8b0002",
"body": "Closes #38.",
"is_bot": false,
"headline": "Support environments without SharedArrayBuffer",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2021-09-12T00:56:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a183d90043998d65b3e6187108689aa59fc02c3c",
"body": "d610eb656f36b7447953bf385d36cf3777f440ba made it so that createIntegerConversion no longer ever is called with 64 as the bitLength.",
"is_bot": false,
"headline": "Remove dead code",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2021-09-12T00:27:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d1da9d743666686f50e20f2c7eb0223f9c366c3",
"body": "It was only ever tested against \"Object\", so the full generality was not necessary.\n\nThis does technically make us behave differently for uncallable non-standard exotic objects which an implementation changes the typeof value for. Oh well.",
"is_bot": false,
"headline": "Remove type() internal helper function",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2021-09-12T00:27:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4193e7cb9a3aeeb6d7c8ebb1e9f4312ac599715f",
"body": "* Use parameter names \"value\" and \"options\" instead of \"V\" and \"opts\"\n* Uniformly default exported function options to {} and don't default for non-exported functions\n* Avoid function expressions in favor of arrow functions",
"is_bot": false,
"headline": "Style updates",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2021-09-12T00:27:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8fb4dc3a78ad7b7c06d2574bd9577cf5e1946090",
"body": "This bug was introduced in 4f444d8a23dff8a4e04165a2cf0e81dc7eae1678 when I tried to fix a lint error by moving an exception-throwing line higher. However, by doing so I made toNumber() only work when the globals option is provided.\n\nBy moving to makeException, we fix the bug and get better error mes\n[…]\ns is hard to test since triggering the bug would throw a same-realm TypeError anyway, which is the desired state. We would have to start testing exception text, which would require new infrastructure.",
"is_bot": false,
"headline": "Fix toNumber BigInt exception",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2021-09-12T00:09:32Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d075db8a0c831dca5b54c725c95df7e925c017fc",
"body": "webidl2js has handled these, in a more comprehensive way, since https://github.com/jsdom/webidl2js/releases/tag/v16.1.0.",
"is_bot": false,
"headline": "Remove Function and VoidFunction support",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2021-09-11T23:59:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f14fbc05889f772fd25ef77ae8b223acdb63cc8",
"body": null,
"is_bot": false,
"headline": "Move assertThrows test helper to a subdirectory",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2021-09-11T23:53:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "393d0ead5c77076a14aee111c54b72b5f54d8f11",
"body": null,
"is_bot": false,
"headline": "Remove Node.js v10 workaround in the tests",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2021-09-11T23:50:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f444d8a23dff8a4e04165a2cf0e81dc7eae1678",
"body": "Notably this switches us to two-space indents.",
"is_bot": false,
"headline": "Update lint config",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2021-09-11T20:54:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "698e3170348c4d2de414c8be52b30dad57b14280",
"body": null,
"is_bot": false,
"headline": "Update dev dependencies and require Node v12",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2021-09-11T20:29:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20fa5724e3b8c5df8b8b0180fb1a4a66f23360cc",
"body": null,
"is_bot": false,
"headline": "Switch CI to GitHub Actions",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2021-09-11T20:25:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd42044efbf4844c630270ce0d6b04a2a3d14a75",
"body": "The dead code snuck in as a result of #20 and #26 being developed in parallel.",
"is_bot": false,
"headline": "Fix typo and dead code",
"author_name": "ExE Boss",
"author_login": "ExE-Boss",
"committed_at": "2020-04-30T16:40:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8537f9d59da5d18b377b30df4e4a5411c29d932",
"body": null,
"is_bot": false,
"headline": "v6.1.0",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2020-04-17T15:57:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "647d8736ce969bcabab4a75e2ed61616c8fb0747",
"body": "* Properly prohibit SharedArrayBuffers by default\r\n* Introduce the allowShared option to allow them\r\n* Throw on detached ArrayBuffers\r\n\r\nNote that the tests for detached ArrayBuffers are not run in Node v10, since there the worker_threads module is experimental and there is no way to create a detached ArrayBuffer.",
"is_bot": false,
"headline": "Improve buffer source type handling",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2020-04-17T15:54:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "976f15deb9d4d6348f9465384ff1dd6d14af0efc",
"body": null,
"is_bot": false,
"headline": "v6.0.0",
"author_name": "Timothy Gu",
"author_login": "TimothyGu",
"committed_at": "2020-03-23T20:03:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d610eb656f36b7447953bf385d36cf3777f440ba",
"body": "Co-authored-by: Timothy Gu <timothygu99@gmail.com>",
"is_bot": false,
"headline": "Use BigInt for 64‑bit integer conversion",
"author_name": "ExE Boss",
"author_login": "ExE-Boss",
"committed_at": "2020-03-23T19:57:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e57c0725d1f5df559b78bdb50bb930af8f05d93b",
"body": "Version 10.4 or above is required for BigInt support.\n\nCo-authored-by: Timothy Gu <timothygu99@gmail.com>",
"is_bot": false,
"headline": "Bump required Node.js version to v10.x",
"author_name": "ExE Boss",
"author_login": "ExE-Boss",
"committed_at": "2020-03-23T19:56:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbe4ba4d820d146c62b0aa9a0398eba4104ddac0",
"body": "This squelches some warnings that may appear in npm/yarn audit.",
"is_bot": false,
"headline": "Update packages (#27)",
"author_name": "Timothy Gu",
"author_login": "TimothyGu",
"committed_at": "2020-03-23T18:40:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d36b917d7fdb2688e5fe9ebe704b20ec7d0b7ee6",
"body": null,
"is_bot": false,
"headline": "Make `TypedArray` conversion unforgeable (#22)",
"author_name": "ExE Boss",
"author_login": "ExE-Boss",
"committed_at": "2020-03-23T18:39:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18d58f5ba325fb9c4598b5f15e87c4104a6dd49e",
"body": "Helps with jsdom/jsdom#2727.",
"is_bot": false,
"headline": "Throw exceptions in the right realm (#24)",
"author_name": "Timothy Gu",
"author_login": "TimothyGu",
"committed_at": "2020-03-23T18:30:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b336aa6dbf42a567104be606782df1630cab1bfa",
"body": null,
"is_bot": false,
"headline": "Use Yarn and update dependencies (#23)",
"author_name": "Timothy Gu",
"author_login": "TimothyGu",
"committed_at": "2020-02-06T03:36:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "522680872d98df5e6a613bd8d6a98087ae66bf3b",
"body": null,
"is_bot": false,
"headline": "Fix syntax used in .editorconfig",
"author_name": "ExE Boss",
"author_login": "ExE-Boss",
"committed_at": "2020-02-03T15:25:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "923d32089aac4e62c9f482f0b754d1cdff3c4f55",
"body": "This also adds tests that BigInts cannot be converted to numeric types, but those did not need any code modification to pass.",
"is_bot": false,
"headline": "Fix the object type to throw for BigInt primitives",
"author_name": "ExE Boss",
"author_login": "ExE-Boss",
"committed_at": "2019-12-23T16:35:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2fde130c3574fffe9bf806b863464b5423f149b8",
"body": null,
"is_bot": false,
"headline": "5.0.0",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2019-12-07T20:22:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa79e8c99be3825f9e9d17c45ca1b34d1e1e1204",
"body": "The Error type has been removed from the Web IDL specification, so we can remove it here.\r\n\r\nFor the BufferSource types, we improve their checks to be realm-independent. Given jsdom's move to separate the Node.js globals from the JSDOM globals, instanceof being incorrect is now causing actual problems.\r\n\r\nHelps with https://github.com/jsdom/jsdom/pull/2743. Makes #12 slightly better, but there are still forgeable checks for the typed arrays, based on V.constructor.name.",
"is_bot": false,
"headline": "Remove Error and make BufferSource checks realm-independent",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2019-12-07T20:22:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf3d1c45ff035aca8dd9948cb32bba75e77ed032",
"body": null,
"is_bot": false,
"headline": "Update dev dependencies",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2019-12-07T20:02:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "074b6ec5371edb7f0275625702eda6aecf1c24af",
"body": null,
"is_bot": false,
"headline": "4.0.2",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2017-08-14T03:31:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb5f51e1e090c4842bef07a5d7257f6126c757f9",
"body": null,
"is_bot": false,
"headline": "Use Math.fround() for float conversion",
"author_name": "Timothy Gu",
"author_login": "TimothyGu",
"committed_at": "2017-08-14T03:30:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "542e4ae1d660ccdfc9f158c8bf0a1ce9af846412",
"body": null,
"is_bot": false,
"headline": "4.0.1",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2017-02-20T21:19:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a569da78c4ad0075ca0a60be5f5d99b5917b9aed",
"body": null,
"is_bot": false,
"headline": "Fix evenRound() for negative numbers",
"author_name": "Timothy Gu",
"author_login": "TimothyGu",
"committed_at": "2017-02-20T21:17:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2835999a03b8ea8029fc6911a2cb66255042898d",
"body": "Also simplify integerPart()",
"is_bot": false,
"headline": "Make sure to never return -0 from integer types",
"author_name": "Timothy Gu",
"author_login": "TimothyGu",
"committed_at": "2017-02-20T21:17:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09cf65723be112f91e2a23489568edded2fca5a5",
"body": null,
"is_bot": false,
"headline": "Fix ByteString and USVString with symbols",
"author_name": "Timothy Gu",
"author_login": "TimothyGu",
"committed_at": "2017-02-20T21:17:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31037040884cf2a2f9e34126e5a6527efb0f744c",
"body": "Fixes: #8",
"is_bot": false,
"headline": "Allow context information in error messages",
"author_name": "Timothy Gu",
"author_login": "TimothyGu",
"committed_at": "2017-02-20T21:17:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39264b2a71ec5589ba176470c073ab152f867ea5",
"body": "Fixes: #10",
"is_bot": false,
"headline": "Add coverage report",
"author_name": "Timothy Gu",
"author_login": "TimothyGu",
"committed_at": "2017-02-20T21:17:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59d819391f69325f1ac57116ad2d0e64dce17bce",
"body": "It complains about e.g. `exports.USVString()`.",
"is_bot": false,
"headline": "Turn off ESLint's new-cap rule",
"author_name": "Timothy Gu",
"author_login": "TimothyGu",
"committed_at": "2017-02-20T21:17:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6833ad0cdd6c4610bf8bba4cbc72852584e1f03",
"body": null,
"is_bot": false,
"headline": "4.0.0",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2017-02-11T22:44:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4dad050e3049c8e2352890c1de2bf7d63309f0c2",
"body": null,
"is_bot": false,
"headline": "Add Travis",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2017-02-11T22:41:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e53a25f82c4d32826eb13e4d5a52b878468dc0fa",
"body": "This allows us to perform them at startup time instead of at each conversion.",
"is_bot": false,
"headline": "Factor out some computations",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2017-02-11T22:26:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b76403e36c2f15fcb4c9ce5b4ba98be1ac5c765",
"body": "Closes #5. There are still limitations due to JavaScript.",
"is_bot": false,
"headline": "Fix long long conversions, as much as possible",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2017-02-11T22:23:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dcd853e542c24acc3ee5b33ac470ba607cf8a7ee",
"body": "That is, everything that's left except for long long and unsigned long long, which are currently known to be buggy (see #5).",
"is_bot": false,
"headline": "Add tests for non-problematic integer types",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2017-02-11T20:58:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5fd416e8213d03c1eaaac6fa40a5a88f85cd5fbf",
"body": "It was pointed out in https://github.com/jsdom/webidl-conversions/commit/5f1e6ce3f3f896903a9fe3fbe2f4a86f9c22a30f#commitcomment-20847302 that the tests for these cases weren't working. Fix the tests, and then fix the code correspondingly.\n\nNote that the spec isn't super-clear on this point; see https://github.com/heycam/webidl/issues/306.",
"is_bot": false,
"headline": "Censor all negative zeros for integer types",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2017-02-11T20:57:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f1e6ce3f3f896903a9fe3fbe2f4a86f9c22a30f",
"body": "This adds exhaustive tests for byte, and the skeleton of tests for the rest. This uncovered several bugs in our integer type conversion logic.\n\nThis does not yet fix #5; that will happen when we add coverage for it.",
"is_bot": false,
"headline": "Fix most integer conversions",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2017-02-11T20:15:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d36e38794ad2e8370ac5f296d4251fd4ccc2631",
"body": "Also fix \"WebIDL\" which should be \"Web IDL\".",
"is_bot": false,
"headline": "Update readme to document the full API",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2017-02-11T19:18:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "509693495c730a6e7a74828f9dd190b859b07456",
"body": "They should throw an error, instead of being converted to their description.",
"is_bot": false,
"headline": "Fix DOMString conversion for symbols",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2017-02-11T18:50:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04095ad444f69c1e98dc5f00b4c73f167be84b7a",
"body": "This causes a test to fail as we were using `new Symbol()` incorrectly to try to produce a Symbol. ESLint caught that mistake. The actual fix will be done in a follow-up commit.",
"is_bot": false,
"headline": "Introduce ESLint and tweak style accordingly",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2017-02-11T18:49:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e291bbaffc15c0bd3e311d51edbf2973c46a915",
"body": "- Fixes:\r\n - unrestricted double (closes #6)\r\n - float\r\n - unrestricted float\r\n- Adds:\r\n - any\r\n - object\r\n - Error\r\n - Buffer source types\r\n - ArrayBuffer\r\n - DataView\r\n - the typed arrays\r\n - Common definitions\r\n - ArrayBufferView\r\n - BufferSource\r\n - DOMTimeStamp\r\n - Function\r\n - VoidFunction\r\n- Adds tests for all of the above\r\n- Removes because of Web IDL spec change:\r\n - Date\r\n - RegExp",
"is_bot": false,
"headline": "More (and fewer) conversions",
"author_name": "Timothy Gu",
"author_login": "TimothyGu",
"committed_at": "2017-02-11T18:15:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e21056f891736db755cfe0d72e4ce083a9034ace",
"body": null,
"is_bot": false,
"headline": "3.0.1",
"author_name": "Sebastian Mayr",
"author_login": "Sebmaster",
"committed_at": "2016-01-04T06:07:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d72f5255cf589b8ec494982413141cbf9680e2e",
"body": null,
"is_bot": false,
"headline": "Properly implement unsigned conversion",
"author_name": "Sebastian Mayr",
"author_login": "Sebmaster",
"committed_at": "2016-01-04T06:07:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f764f90bfbd7ec091aad93f4b4444e6599e1ee1e",
"body": null,
"is_bot": false,
"headline": "3.0.0",
"author_name": "Sebastian Mayr",
"author_login": null,
"committed_at": "2015-11-09T02:11:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b78c8112d373fbac8f6e44a49d8391d13cd678db",
"body": "The spec says \"sequence of characters\", so it was originally implemented as an array, but chances are it's used as a string everywhere anyways.\n\nFixes #3.",
"is_bot": false,
"headline": "Make USVString return a string instead of an array",
"author_name": "Sebastian Mayr",
"author_login": null,
"committed_at": "2015-11-09T02:11:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46f236ff6c2fd5a83cddffaadb78c8d9edbb679b",
"body": null,
"is_bot": false,
"headline": "2.0.1",
"author_name": "Sebastian Mayr",
"author_login": null,
"committed_at": "2015-11-09T02:09:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3b1609e36df177ee81684703d4b0751b0fc532d",
"body": null,
"is_bot": false,
"headline": "Actually fix unsigned in numeric data types",
"author_name": "Sebastian Mayr",
"author_login": null,
"committed_at": "2015-11-09T02:09:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5fe0ad00d2f1ff5c48787e459c067ef27b1ef5a1",
"body": null,
"is_bot": false,
"headline": "Update readme for new types",
"author_name": "Sebastian Mayr",
"author_login": null,
"committed_at": "2015-09-19T21:30:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aee9f9e6651bdcb1a186ba3e4ee12ca677bb95fd",
"body": null,
"is_bot": false,
"headline": "Bump version to 2.0",
"author_name": "Sebastian Mayr",
"author_login": null,
"committed_at": "2015-09-19T21:26:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7343c37555bfccc946f1daf3ae98e4fae3a9a7d0",
"body": null,
"is_bot": false,
"headline": "Move tests away from ES6 module syntax",
"author_name": "Sebastian Mayr",
"author_login": null,
"committed_at": "2015-09-14T03:15:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23c99959fcb193d81217d05b89ed40d627f032fd",
"body": null,
"is_bot": false,
"headline": "Don't require opts argument everywhere",
"author_name": "Sebastian Mayr",
"author_login": "Sebmaster",
"committed_at": "2015-09-10T01:57:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "454ce971a857843058e55687f5804c495dbbbb2f",
"body": null,
"is_bot": false,
"headline": "Fix USVString conversion",
"author_name": "Sebastian Mayr",
"author_login": null,
"committed_at": "2015-08-09T23:33:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "595a79190a1d438bc26c4aea687cda9ca738c77a",
"body": null,
"is_bot": false,
"headline": "Add implementation of USVString",
"author_name": "Sebastian Mayr",
"author_login": null,
"committed_at": "2015-08-08T23:21:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5642602631d8f18993e8485574d9918083b9d59e",
"body": null,
"is_bot": false,
"headline": "Implement RegExp conversion",
"author_name": "Sebastian Mayr",
"author_login": null,
"committed_at": "2015-08-08T15:15:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0fdc05416c61b492e28cbe24a4d2803efb7fb6b",
"body": null,
"is_bot": false,
"headline": "Add date conversion",
"author_name": "Sebastian Mayr",
"author_login": null,
"committed_at": "2015-08-08T15:15:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1cb372996ddb1683f7bb719aca64633e3b206ff0",
"body": null,
"is_bot": false,
"headline": "Migrate fully to ES6",
"author_name": "Sebastian Mayr",
"author_login": null,
"committed_at": "2015-08-08T15:15:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4ba434bfcbf162fac92e7da3b0cbd56bb0e89eb",
"body": null,
"is_bot": false,
"headline": "Add implementation of ByteString",
"author_name": "Sebastian Mayr",
"author_login": null,
"committed_at": "2015-08-08T15:15:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31f9577258998848f0bddf2031014507dfd42b83",
"body": null,
"is_bot": false,
"headline": "Implement DOMString options",
"author_name": "Sebastian Mayr",
"author_login": null,
"committed_at": "2015-08-08T14:38:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e268347438591572adb4142f14e2b94d6b177259",
"body": null,
"is_bot": false,
"headline": "Update readme example for node compat",
"author_name": "Sebastian Mayr",
"author_login": null,
"committed_at": "2015-08-08T14:35:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02cc0534caf627e2a47716b0daf5a88315055d0f",
"body": null,
"is_bot": false,
"headline": "Implement all number types and make node compatible",
"author_name": "Sebastian Mayr",
"author_login": null,
"committed_at": "2015-08-08T14:33:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39d954a64a8958130416d128de1cb8640d72b9a0",
"body": null,
"is_bot": false,
"headline": "1.2.1",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2014-12-16T22:33:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "685f70e45a894fd44bc10fb12fd550ff81f02724",
"body": "Allows this package to be used with Traceur Runner.",
"is_bot": false,
"headline": "Add \"traceur-runner\": true to package.json",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2014-12-16T22:33:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e9cb9f0c824d1cbf24b9139bc831c0a7cfb7231",
"body": null,
"is_bot": false,
"headline": "Upgrade Traceur version in use",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2014-12-16T22:33:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c86685b604f791d255b0136cd0558db846830658",
"body": null,
"is_bot": false,
"headline": "Clean up package.json",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2014-12-16T22:32:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "106f0b26e55ee0644c898350b1813393dac748bb",
"body": null,
"is_bot": false,
"headline": "1.2.0",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2014-10-14T20:28:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5afcc69c45f7d146522585b40007edb4cc0e102d",
"body": null,
"is_bot": false,
"headline": "Add void",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2014-10-14T20:28:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ccdf8cfbae03863584a1c9208bf2ba1ad26f1a90",
"body": null,
"is_bot": false,
"headline": "1.1.0",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2014-10-13T22:11:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "616e88959fcc19fe5be6b1a03e2a5951d67f6bb3",
"body": null,
"is_bot": false,
"headline": "Add double",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2014-10-13T22:04:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4619e36f8318088632a1aeb47adf8bfbd9cc3042",
"body": null,
"is_bot": false,
"headline": "Use more ES6 in the tests",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2014-10-13T21:51:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8897a905c5ce12c889955d7665adc10b2947fb66",
"body": null,
"is_bot": false,
"headline": "Update dependencies",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2014-10-02T21:48:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fcd60fbfca200b73705d0b961fd4a97877c64a02",
"body": null,
"is_bot": false,
"headline": "1.0.1",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2014-08-21T21:22:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2fe0623e64ba77b826423d807e46b7e8cd0a5ce1",
"body": null,
"is_bot": false,
"headline": "When used with browserify, use the es6ify transform",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2014-08-21T21:22:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9437f96768ef3a77440978792fdd667d1fb54fa",
"body": null,
"is_bot": false,
"headline": "1.0.0",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2014-08-15T20:53:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "777b16d17cc9762c75e699b69bc9443609f02abb",
"body": null,
"is_bot": false,
"headline": "Add boolean and DOMString",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2014-08-15T20:19:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e605c03361df0702d511cf590cfcef557a77435b",
"body": null,
"is_bot": false,
"headline": "Initial project skeleton, including README",
"author_name": "Domenic Denicola",
"author_login": "domenic",
"committed_at": "2014-08-15T20:11:29Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 18,
"commits_last_year": 16,
"latest_release_at": "2026-01-02T12:58:51Z",
"latest_release_tag": "v8.0.1",
"releases_from_tags": false,
"days_since_last_push": 201,
"active_weeks_last_year": 2,
"days_since_latest_release": 201,
"mean_days_between_releases": 360.7
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "webidl-conversions",
"exists": true,
"license": "BSD-2-Clause",
"keywords": [
"webidl",
"web",
"types"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/webidl-conversions",
"is_deprecated": false,
"latest_version": "8.0.1",
"repository_url": "https://github.com/jsdom/webidl-conversions",
"versions_count": 18,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 6,
"monthly_downloads": 812377993,
"first_published_at": "2014-08-15T20:52:19.528000Z",
"latest_published_at": "2026-01-02T12:56:45.580000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 201
}
]
},
"popularity": {
"forks": 20,
"stars": 41,
"watchers": 4,
"fork_history": {
"days": [
{
"date": "2017-02-06",
"count": 1
},
{
"date": "2017-02-07",
"count": 1
},
{
"date": "2017-11-18",
"count": 1
},
{
"date": "2018-03-09",
"count": 1
},
{
"date": "2018-05-07",
"count": 1
},
{
"date": "2019-12-12",
"count": 1
},
{
"date": "2020-06-05",
"count": 1
},
{
"date": "2020-09-24",
"count": 1
},
{
"date": "2020-10-01",
"count": 1
},
{
"date": "2020-11-16",
"count": 1
},
{
"date": "2021-01-13",
"count": 1
},
{
"date": "2021-10-08",
"count": 1
},
{
"date": "2022-04-08",
"count": 1
},
{
"date": "2022-11-02",
"count": 1
},
{
"date": "2024-05-11",
"count": 1
},
{
"date": "2025-09-01",
"count": 1
},
{
"date": "2025-10-04",
"count": 1
},
{
"date": "2025-12-15",
"count": 1
},
{
"date": "2025-12-22",
"count": 1
},
{
"date": "2026-04-20",
"count": 1
}
],
"complete": true,
"collected": 20,
"total_forks": 20
},
"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": [],
"toolchain_manifests": [],
"largest_source_bytes": 15085,
"source_files_sampled": 12,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "flatted",
"direct": false,
"version": "3.3.3",
"severity": "critical",
"ecosystem": "npm",
"cvss_score": 9.8,
"advisory_ids": [
"GHSA-25h7-pfq9-p65f",
"GHSA-rf6f-7fwh-wjgh"
],
"fixed_version": "3.4.2",
"advisory_count": 2,
"oldest_advisory_days": 131
},
{
"name": "brace-expansion",
"direct": false,
"version": "1.1.12",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-3jxr-9vmj-r5cp",
"GHSA-f886-m6hf-6m8v"
],
"fixed_version": "5.0.7",
"advisory_count": 2,
"oldest_advisory_days": 118
},
{
"name": "brace-expansion",
"direct": false,
"version": "2.0.2",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-3jxr-9vmj-r5cp",
"GHSA-f886-m6hf-6m8v"
],
"fixed_version": "5.0.7",
"advisory_count": 2,
"oldest_advisory_days": 118
},
{
"name": "js-yaml",
"direct": false,
"version": "4.1.1",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-52cp-r559-cp3m",
"GHSA-h67p-54hq-rp68"
],
"fixed_version": "4.3.0",
"advisory_count": 2,
"oldest_advisory_days": 37
},
{
"name": "minimatch",
"direct": false,
"version": "3.1.2",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-23c5-xmqv-rm74",
"GHSA-3ppc-4f35-3m26",
"GHSA-7r86-cg39-jmmj"
],
"fixed_version": "10.2.3",
"advisory_count": 3,
"oldest_advisory_days": 153
},
{
"name": "minimatch",
"direct": false,
"version": "9.0.5",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-23c5-xmqv-rm74",
"GHSA-3ppc-4f35-3m26",
"GHSA-7r86-cg39-jmmj"
],
"fixed_version": "10.2.3",
"advisory_count": 3,
"oldest_advisory_days": 153
},
{
"name": "ajv",
"direct": false,
"version": "6.12.6",
"severity": "moderate",
"ecosystem": "npm",
"cvss_score": 5.3,
"advisory_ids": [
"GHSA-2g4f-4pwh-qvx6"
],
"fixed_version": "8.18.0",
"advisory_count": 1,
"oldest_advisory_days": 161
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"high": 5,
"critical": 1,
"moderate": 1
},
"advisory_count": 15,
"affected_count": 7,
"assessed_count": 135,
"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": "@bcoe/v8-coverage",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "@domenic/eslint-config",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "@eslint-community/eslint-utils",
"direct": false,
"version": "4.9.1",
"ecosystem": "npm"
},
{
"name": "@eslint-community/regexpp",
"direct": false,
"version": "4.12.2",
"ecosystem": "npm"
},
{
"name": "@eslint/config-array",
"direct": false,
"version": "0.21.1",
"ecosystem": "npm"
},
{
"name": "@eslint/config-helpers",
"direct": false,
"version": "0.4.2",
"ecosystem": "npm"
},
{
"name": "@eslint/core",
"direct": false,
"version": "0.17.0",
"ecosystem": "npm"
},
{
"name": "@eslint/eslintrc",
"direct": false,
"version": "3.3.3",
"ecosystem": "npm"
},
{
"name": "@eslint/js",
"direct": false,
"version": "9.39.2",
"ecosystem": "npm"
},
{
"name": "@eslint/object-schema",
"direct": false,
"version": "2.1.7",
"ecosystem": "npm"
},
{
"name": "@eslint/plugin-kit",
"direct": false,
"version": "0.4.1",
"ecosystem": "npm"
},
{
"name": "@humanfs/core",
"direct": false,
"version": "0.19.1",
"ecosystem": "npm"
},
{
"name": "@humanfs/node",
"direct": false,
"version": "0.16.7",
"ecosystem": "npm"
},
{
"name": "@humanwhocodes/module-importer",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "@humanwhocodes/retry",
"direct": false,
"version": "0.4.3",
"ecosystem": "npm"
},
{
"name": "@isaacs/cliui",
"direct": false,
"version": "8.0.2",
"ecosystem": "npm"
},
{
"name": "@istanbuljs/schema",
"direct": false,
"version": "0.1.3",
"ecosystem": "npm"
},
{
"name": "@jridgewell/resolve-uri",
"direct": false,
"version": "3.1.2",
"ecosystem": "npm"
},
{
"name": "@jridgewell/sourcemap-codec",
"direct": false,
"version": "1.5.5",
"ecosystem": "npm"
},
{
"name": "@jridgewell/trace-mapping",
"direct": false,
"version": "0.3.31",
"ecosystem": "npm"
},
{
"name": "@pkgjs/parseargs",
"direct": false,
"version": "0.11.0",
"ecosystem": "npm"
},
{
"name": "@types/estree",
"direct": false,
"version": "1.0.8",
"ecosystem": "npm"
},
{
"name": "@types/istanbul-lib-coverage",
"direct": false,
"version": "2.0.6",
"ecosystem": "npm"
},
{
"name": "@types/json-schema",
"direct": false,
"version": "7.0.15",
"ecosystem": "npm"
},
{
"name": "acorn",
"direct": false,
"version": "8.15.0",
"ecosystem": "npm"
},
{
"name": "acorn-jsx",
"direct": false,
"version": "5.3.2",
"ecosystem": "npm"
},
{
"name": "ajv",
"direct": false,
"version": "6.12.6",
"ecosystem": "npm"
},
{
"name": "ansi-regex",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "ansi-regex",
"direct": false,
"version": "6.2.2",
"ecosystem": "npm"
},
{
"name": "ansi-styles",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "ansi-styles",
"direct": false,
"version": "6.2.3",
"ecosystem": "npm"
},
{
"name": "argparse",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "balanced-match",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "1.1.12",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "c8",
"direct": false,
"version": "10.1.3",
"ecosystem": "npm"
},
{
"name": "callsites",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "chalk",
"direct": false,
"version": "4.1.2",
"ecosystem": "npm"
},
{
"name": "cliui",
"direct": false,
"version": "8.0.1",
"ecosystem": "npm"
},
{
"name": "color-convert",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "color-name",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "concat-map",
"direct": false,
"version": "0.0.1",
"ecosystem": "npm"
},
{
"name": "convert-source-map",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "cross-spawn",
"direct": false,
"version": "7.0.6",
"ecosystem": "npm"
},
{
"name": "debug",
"direct": false,
"version": "4.4.3",
"ecosystem": "npm"
},
{
"name": "deep-is",
"direct": false,
"version": "0.1.4",
"ecosystem": "npm"
},
{
"name": "eastasianwidth",
"direct": false,
"version": "0.2.0",
"ecosystem": "npm"
},
{
"name": "emoji-regex",
"direct": false,
"version": "8.0.0",
"ecosystem": "npm"
},
{
"name": "emoji-regex",
"direct": false,
"version": "9.2.2",
"ecosystem": "npm"
},
{
"name": "escalade",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "escape-string-regexp",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "eslint",
"direct": false,
"version": "9.39.2",
"ecosystem": "npm"
},
{
"name": "eslint-scope",
"direct": false,
"version": "8.4.0",
"ecosystem": "npm"
},
{
"name": "eslint-visitor-keys",
"direct": false,
"version": "3.4.3",
"ecosystem": "npm"
},
{
"name": "eslint-visitor-keys",
"direct": false,
"version": "4.2.1",
"ecosystem": "npm"
},
{
"name": "espree",
"direct": false,
"version": "10.4.0",
"ecosystem": "npm"
},
{
"name": "esquery",
"direct": false,
"version": "1.7.0",
"ecosystem": "npm"
},
{
"name": "esrecurse",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "estraverse",
"direct": false,
"version": "5.3.0",
"ecosystem": "npm"
},
{
"name": "esutils",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "fast-deep-equal",
"direct": false,
"version": "3.1.3",
"ecosystem": "npm"
},
{
"name": "fast-json-stable-stringify",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "fast-levenshtein",
"direct": false,
"version": "2.0.6",
"ecosystem": "npm"
},
{
"name": "file-entry-cache",
"direct": false,
"version": "8.0.0",
"ecosystem": "npm"
},
{
"name": "find-up",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "flat-cache",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "flatted",
"direct": false,
"version": "3.3.3",
"ecosystem": "npm"
},
{
"name": "foreground-child",
"direct": false,
"version": "3.3.1",
"ecosystem": "npm"
},
{
"name": "get-caller-file",
"direct": false,
"version": "2.0.5",
"ecosystem": "npm"
},
{
"name": "glob",
"direct": false,
"version": "10.5.0",
"ecosystem": "npm"
},
{
"name": "glob-parent",
"direct": false,
"version": "6.0.2",
"ecosystem": "npm"
},
{
"name": "globals",
"direct": false,
"version": "14.0.0",
"ecosystem": "npm"
},
{
"name": "globals",
"direct": false,
"version": "17.0.0",
"ecosystem": "npm"
},
{
"name": "has-flag",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "html-escaper",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "ignore",
"direct": false,
"version": "5.3.2",
"ecosystem": "npm"
},
{
"name": "import-fresh",
"direct": false,
"version": "3.3.1",
"ecosystem": "npm"
},
{
"name": "imurmurhash",
"direct": false,
"version": "0.1.4",
"ecosystem": "npm"
},
{
"name": "is-extglob",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "is-fullwidth-code-point",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "is-glob",
"direct": false,
"version": "4.0.3",
"ecosystem": "npm"
},
{
"name": "isexe",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "istanbul-lib-coverage",
"direct": false,
"version": "3.2.2",
"ecosystem": "npm"
},
{
"name": "istanbul-lib-report",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "istanbul-reports",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "jackspeak",
"direct": false,
"version": "3.4.3",
"ecosystem": "npm"
},
{
"name": "js-yaml",
"direct": false,
"version": "4.1.1",
"ecosystem": "npm"
},
{
"name": "json-buffer",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "json-schema-traverse",
"direct": false,
"version": "0.4.1",
"ecosystem": "npm"
},
{
"name": "json-stable-stringify-without-jsonify",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "keyv",
"direct": false,
"version": "4.5.4",
"ecosystem": "npm"
},
{
"name": "levn",
"direct": false,
"version": "0.4.1",
"ecosystem": "npm"
},
{
"name": "locate-path",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "lodash.merge",
"direct": false,
"version": "4.6.2",
"ecosystem": "npm"
},
{
"name": "lru-cache",
"direct": false,
"version": "10.4.3",
"ecosystem": "npm"
},
{
"name": "make-dir",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "3.1.2",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "9.0.5",
"ecosystem": "npm"
},
{
"name": "minipass",
"direct": false,
"version": "7.1.2",
"ecosystem": "npm"
},
{
"name": "ms",
"direct": false,
"version": "2.1.3",
"ecosystem": "npm"
},
{
"name": "natural-compare",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "optionator",
"direct": false,
"version": "0.9.4",
"ecosystem": "npm"
},
{
"name": "p-limit",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "p-locate",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "package-json-from-dist",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "parent-module",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "path-exists",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "path-key",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "path-scurry",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "prelude-ls",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "punycode",
"direct": false,
"version": "2.3.1",
"ecosystem": "npm"
},
{
"name": "require-directory",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "resolve-from",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "7.7.3",
"ecosystem": "npm"
},
{
"name": "shebang-command",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "shebang-regex",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "signal-exit",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "string-width",
"direct": false,
"version": "4.2.3",
"ecosystem": "npm"
},
{
"name": "string-width",
"direct": false,
"version": "5.1.2",
"ecosystem": "npm"
},
{
"name": "strip-ansi",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "strip-ansi",
"direct": false,
"version": "7.1.2",
"ecosystem": "npm"
},
{
"name": "strip-json-comments",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "supports-color",
"direct": false,
"version": "7.2.0",
"ecosystem": "npm"
},
{
"name": "test-exclude",
"direct": false,
"version": "7.0.1",
"ecosystem": "npm"
},
{
"name": "type-check",
"direct": false,
"version": "0.4.0",
"ecosystem": "npm"
},
{
"name": "uri-js",
"direct": false,
"version": "4.4.1",
"ecosystem": "npm"
},
{
"name": "v8-to-istanbul",
"direct": false,
"version": "9.3.0",
"ecosystem": "npm"
},
{
"name": "which",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "word-wrap",
"direct": false,
"version": "1.2.5",
"ecosystem": "npm"
},
{
"name": "wrap-ansi",
"direct": false,
"version": "7.0.0",
"ecosystem": "npm"
},
{
"name": "wrap-ansi",
"direct": false,
"version": "8.1.0",
"ecosystem": "npm"
},
{
"name": "y18n",
"direct": false,
"version": "5.0.8",
"ecosystem": "npm"
},
{
"name": "yargs",
"direct": false,
"version": "17.7.2",
"ecosystem": "npm"
},
{
"name": "yargs-parser",
"direct": false,
"version": "21.1.1",
"ecosystem": "npm"
},
{
"name": "yocto-queue",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 135,
"direct_count": 0,
"indirect_count": 135
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 31,
"open_issues": 1,
"closed_ratio": 0.944,
"closed_issues": 17,
"closed_unmerged_prs": 7
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "domenic",
"commits": 58,
"avatar_url": "https://avatars.githubusercontent.com/u/617481?v=4"
},
{
"type": "User",
"login": "TimothyGu",
"commits": 12,
"avatar_url": "https://avatars.githubusercontent.com/u/1538624?v=4"
},
{
"type": "User",
"login": "ExE-Boss",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/3889017?v=4"
},
{
"type": "User",
"login": "Sebmaster",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/347870?v=4"
},
{
"type": "User",
"login": "MattiasBuelens",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/649348?v=4"
},
{
"type": "User",
"login": "ChALkeR",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/291301?v=4"
}
],
"contributors_sampled": 6,
"top_contributor_share": 0.707
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"build.yml",
"publish.yml"
],
"has_docs_dir": false,
"linter_configs": [
"eslint.config.mjs"
],
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"package-lock.json"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 3,
"reason": "6 out of 17 merged PRs checked by a CI test -- score normalized to 3",
"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": 1,
"reason": "Found 4/22 approved changesets -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 30 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": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow 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": 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": 0,
"reason": "10 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "1c40227f0875ab17fbf5df0ea7590e837e4365c0",
"ran_at": "2026-07-22T21:41:19Z",
"aggregate_score": 3.9,
"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-01-02T12:56:50Z",
"oldest_open_prs": [
{
"number": 56,
"created_at": "2026-01-02T13:58:36Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-01-02T12:44:21Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 29,
"created_at": "2020-04-18T16:06:50Z",
"last_comment_at": "2026-01-02T14:36:30Z",
"last_comment_author": "domenic"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/jsdom/webidl-conversions",
"host": "github.com",
"name": "webidl-conversions",
"owner": "jsdom"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": "High-Risk Jurisdiction Policy applies a 75% multiplier to weighted overall health and gives it an At risk ceiling of 49.",
"notes": [
{
"code": "jurisdiction_overall_adjustment",
"params": {
"cap": 49,
"pct": 75
}
}
],
"value": 40,
"inputs": {
"security": 44,
"vitality": 34,
"community": 58,
"governance": 64,
"engineering": 66,
"high_risk_jurisdiction_cap": 49,
"high_risk_jurisdiction_multiplier": 75,
"weighted_overall_before_jurisdiction": 54,
"overall_after_jurisdiction_multiplier": 40
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 34,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 16,
"inputs": {
"commits_last_year": 16,
"human_commit_share": 1,
"days_since_last_push": 201,
"active_weeks_last_year": 2
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 201 days ago",
"points": 3.6,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 201
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "2/52 weeks with commits",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 2
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "16 commits in the last year",
"points": 11.1,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 16
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"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": 62,
"inputs": {
"releases_count": 18,
"latest_release_tag": "v8.0.1",
"releases_from_tags": false,
"days_since_latest_release": 201,
"mean_days_between_releases": 360.7
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "18 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 18
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 201 days ago",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 201
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~360.7 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 360.7
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "dormant",
"guards": [
"recent_release"
],
"signals": [
"scorecard_unmaintained"
],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 1,
"unanswered_open_issues": 0,
"days_since_last_merged_pr": 201,
"days_since_last_human_commit": 201,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 201 days, with nothing left unanswered; held at dormant by a release within the year",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_quiet",
"params": {
"days": 201
}
},
{
"code": "abandonment_guarded",
"params": {
"guards": "a release within the year"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 58,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 39,
"inputs": {
"forks": 20,
"stars": 41,
"watchers": 4,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "41 stars",
"points": 26,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 41
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "20 forks",
"points": 10.7,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 20
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "4 watchers",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 4
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (BSD-2-Clause)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "BSD-2-Clause"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "excellent",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"packages": [
"webidl-conversions"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 812377993
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "812,377,993 downloads/month across npm",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 812377993,
"ecosystems": "npm"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 64,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 34,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 6,
"top_contributor_share": 0.707
},
"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 71% of commits",
"points": 6.6,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 71
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "6 contributors",
"points": 8.1,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 6
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 30 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 77,
"inputs": {
"merged_prs": 31,
"open_issues": 1,
"closed_issues": 17,
"issue_closed_ratio": 0.944,
"closed_unmerged_prs": 7
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "94% of issues closed",
"points": 44.1,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 94
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "31/38 decided PRs merged",
"points": 31.2,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 31,
"decided": 38
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 4/22 approved changesets -- score normalized to 1",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"followers": 128,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "jsdom",
"public_repos": 18,
"account_age_days": 4297
},
"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": "128 followers of jsdom",
"points": 15.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 128,
"login": "jsdom"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "18 public repos, account ~11 yr old",
"points": 21.3,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 18
}
},
{
"code": "account_age_years",
"params": {
"years": 11
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 91,
"inputs": {
"packages": [
"webidl-conversions"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 201
},
"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 201 days ago",
"points": 26,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 201
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "18 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 18
}
}
],
"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": 66,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": "eslint.config.mjs",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.mjs"
}
}
],
"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": "6 out of 17 merged PRs checked by a CI test -- score normalized to 3",
"points": 6,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [
"webidl",
"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": "2 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 2
}
}
],
"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": 44,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Signed-Releases. Remaining weights renormalized. High-Risk Jurisdiction Policy applies a 75% multiplier to Security posture and gives it an At risk ceiling of 49.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "jurisdiction_posture_adjustment",
"params": {
"cap": 49,
"pct": 75
}
}
],
"value": 30,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.9,
"high_risk_jurisdiction_cap": 49,
"high_risk_jurisdiction_multiplier": 75,
"security_posture_after_multiplier": 30,
"security_posture_before_jurisdiction": 40
},
"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": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "6 out of 17 merged PRs checked by a CI test -- score normalized to 3",
"points": 0.8,
"status": "partial",
"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 4/22 approved changesets -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 30 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": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"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 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": "10 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"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 135 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": 135
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 15,
"affected_packages": 7,
"assessed_packages": 135,
"unassessed_packages": 0,
"affected_by_severity": "critical 1, high 5, moderate 1",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 135,
"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": "good",
"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": 75,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": true,
"exposures": [
{
"role": "contributor_organization",
"count": 1,
"country": "Russia"
}
],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 18
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "Russia: contributor_organization (1)",
"points": 75,
"status": "partial",
"details": [
{
"code": "jurisdiction_exposure",
"params": {
"role": "contributor_organization",
"count": 1,
"country": "Russia"
}
}
],
"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": 36,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 12,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.224,
"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": "22 of 98 human commits state their intent (structured subject or explanatory body)",
"points": 12,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 22,
"sampled": 98
}
}
],
"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": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"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": "eslint.config.mjs",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.mjs"
}
}
],
"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": "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 98",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 98
}
}
],
"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": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "JavaScript",
"largest_source_bytes": 15085,
"source_files_sampled": 12,
"oversized_source_files": 0
},
"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": "0/12 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 12,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-22T21:41:36.570252Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/j/jsdom/webidl-conversions.svg",
"full_name": "jsdom/webidl-conversions",
"license_state": "standard",
"license_spdx": "BSD-2-Clause"
}