原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 354,
"has_wiki": true,
"homepage": "https://svelte.dev/repl/138d70def7a748ce9eda736ef1c71239",
"languages": {
"JavaScript": 102462
},
"pushed_at": "2026-07-20T15:16:26Z",
"created_at": "2018-03-10T21:53:48Z",
"owner_type": "Organization",
"updated_at": "2026-07-23T07:28:09Z",
"description": "Gets the job done when JSON.stringify can't",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "JavaScript",
"significant_languages": [
"JavaScript"
]
},
"owner": {
"blog": "https://svelte.dev",
"name": "Svelte",
"type": "Organization",
"login": "sveltejs",
"company": null,
"location": "pkg.devDependencies",
"followers": 5089,
"avatar_url": "https://avatars.githubusercontent.com/u/23617963?v=4",
"created_at": "2016-11-20T18:03:26Z",
"is_verified": null,
"public_repos": 83,
"account_age_days": 3535
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v5.8.2",
"kind": "patch",
"published_at": "2026-07-20T15:16:26Z"
},
{
"tag": "v5.8.1",
"kind": "patch",
"published_at": "2026-05-14T18:46:16Z"
},
{
"tag": "v5.8.0",
"kind": "minor",
"published_at": "2026-04-30T21:47:01Z"
},
{
"tag": "v5.7.1",
"kind": "patch",
"published_at": "2026-04-08T16:48:52Z"
},
{
"tag": "v5.7.0",
"kind": "minor",
"published_at": "2026-04-06T21:35:17Z"
},
{
"tag": "v5.6.4",
"kind": "patch",
"published_at": "2026-03-11T16:06:13Z"
},
{
"tag": "v5.6.3",
"kind": "patch",
"published_at": "2026-02-18T17:50:13Z"
},
{
"tag": "v5.6.2",
"kind": "patch",
"published_at": "2026-01-15T16:09:10Z"
},
{
"tag": "v5.6.1",
"kind": "patch",
"published_at": "2025-12-11T02:51:11Z"
},
{
"tag": "v5.6.0",
"kind": "minor",
"published_at": "2025-12-08T16:17:05Z"
},
{
"tag": "v5.5.0",
"kind": "minor",
"published_at": "2025-11-12T14:15:32Z"
},
{
"tag": "v5.4.2",
"kind": "patch",
"published_at": "2025-10-21T21:18:43Z"
},
{
"tag": "v5.4.1",
"kind": "patch",
"published_at": "2025-10-15T18:18:49Z"
},
{
"tag": "v5.4.0",
"kind": "minor",
"published_at": "2025-10-15T16:14:41Z"
},
{
"tag": "v5.3.2",
"kind": "patch",
"published_at": "2025-08-26T22:08:29Z"
},
{
"tag": "v5.3.1",
"kind": "patch",
"published_at": "2025-08-26T17:11:30Z"
},
{
"tag": "v5.3.0",
"kind": "minor",
"published_at": "2025-08-26T16:57:58Z"
}
],
"recent_commits": [
{
"oid": "d4e10daca4199d5a9c60a421ed3cd66fc7e5b3b7",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Version Packages (#167)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-20T15:15:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "faa8a05f04030502cd1a452eb2e3bea766f96ed8",
"body": "… cycle (#163)\n\n* fix: emit uneval reconstructions before the statements that reference them\n\nA typed array, DataView or ArrayBuffer that is referenced more than once\nis hoisted into the IIFE preamble as a placeholder (`{}`) and rebuilt with\na reassignment (`b = new Uint8Array(...)`). That reassignm\n[…]\n an argument, never reassigned),\nnever on each other or on the containers, so running them before the\nproperty fills is safe and makes the references resolve to the real value.\n\n* chore: add changeset",
"is_bot": false,
"headline": "fix: uneval loses a repeated typed array/DataView referenced inside a…",
"author_name": "spokodev",
"author_login": "spokodev",
"committed_at": "2026-07-18T14:50:56Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3770846f74a70046c2db665d4ba31b10d0eb494e",
"body": "uneval rendered typed-array elements by interpolating the array directly, which calls Array#toString and produces bare numbers (e.g. new BigInt64Array([1,2,3])). BigInt64Array/BigUint64Array constructors require bigint elements, so the emitted code threw 'Cannot convert 1 to a BigInt' when evaluated.\n\nEmit bigint elements with an 'n' suffix. stringify/parse were unaffected (they encode the underlying buffer as base64).",
"is_bot": false,
"headline": "fix: emit valid JS for BigInt64Array and BigUint64Array in uneval (#171)",
"author_name": "Elliott Johnson",
"author_login": "elliott-with-the-longest-name-on-github",
"committed_at": "2026-07-18T13:31:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9ed985e9c3273656a6bacd359712ffef9f01cfa",
"body": "* chore(ci): set permissions on ci workflow\n\nSet an explicit least-privilege permissions block so the workflow GITHUB_TOKEN is scoped to contents: read instead of inheriting the repository default.\n\nSigned-off-by: Arpit Jain <arpitjain099@gmail.com>\n\n* Update .github/workflows/ci.yml\n\n---------\n\nSigned-off-by: Arpit Jain <arpitjain099@gmail.com>\nCo-authored-by: Elliott Johnson <hello+github@ell.iott.dev>",
"is_bot": false,
"headline": "chore(ci): set permissions on ci workflow (#157)",
"author_name": "Arpit Jain",
"author_login": "arpitjain099",
"committed_at": "2026-07-18T04:34:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd6da94500f6ed23bd501fd1e9a18341d814938b",
"body": "* fix: resolve circular references through custom revivers\n\n* Update src/parse.js\n\n* Update test/index.test.js\n\n---------\n\nCo-authored-by: Elliott Johnson <hello+github@ell.iott.dev>",
"is_bot": false,
"headline": "fix: resolve circular references through custom revivers (#154)",
"author_name": "Gabriel Stellini",
"author_login": "gabrielstellini",
"committed_at": "2026-07-18T04:27:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06129adfb5c83f3dfe5e58212816185bd861f1dc",
"body": "…ndex 0 (#160)\n\n* fix: do not grow sparse arrays by one slot in uneval\n\nWhen the first hole in an array literal was at an index greater than 0,\nuneval emitted two commas for it: one from `if (i > 0) result += ','` at\nthe top of the iteration, and a second after `i -= 1` re-processed the\nsame index. \n[…]\ne, so\ndrop the `i -= 1` re-processing.\n\n* chore: add changeset\n\n* Apply suggestion from @elliott-with-the-longest-name-on-github\n\n---------\n\nCo-authored-by: Elliott Johnson <hello+github@ell.iott.dev>",
"is_bot": false,
"headline": "fix: uneval grows sparse arrays by one slot when first hole is past i…",
"author_name": "spokodev",
"author_login": "spokodev",
"committed_at": "2026-07-17T21:59:02Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "756265abd526b9fed6957df03055e9e4117296b6",
"body": "* fix: preserve shared-reference identity for Map keys in uneval\n\n* test: simplify Map-key identity assertions\n\nMaterialize each sub-map's keys once instead of spreading inline per\nassertion. Keeps all six slot-checks; no behavior change.\n\n---------\n\nCo-authored-by: Elliott Johnson <hello+git@ell.iott.dev>",
"is_bot": false,
"headline": "fix: preserve shared-reference identity for Map keys in uneval (#164)",
"author_name": "Alexander Kireyev",
"author_login": "chatman-media",
"committed_at": "2026-07-17T21:10:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c0db06c750ad34478c1201fb9a190b2ddcd21d1",
"body": "…165)\n\nuneval's inline value format handles Temporal types, but the reference\nformat used for values that appear more than once (or in a cycle) had no\nTemporal case, so it fell through to the plain-object branch and emitted\n{}. A repeated Temporal value was therefore silently turned into an empty\nob\n[…]\nfy round-tripped the same value correctly.\n\nMirror the Temporal cases into the reference format and add a repetition\nfixture.\n\nCo-authored-by: greymoth <246701683+greymoth-jp@users.noreply.github.com>",
"is_bot": false,
"headline": "fix: serialize Temporal values referenced more than once in uneval (#…",
"author_name": "greymoth",
"author_login": "mahirhir",
"committed_at": "2026-07-17T20:21:44Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "29a338297d14655605a26f894e0788e8f91c52d8",
"body": "* fix: uneval emits valid JS for repeated empty Map/Set\n\nA Map or Set referenced more than once is bound to a variable and populated via\na chained statement (e.g. a.set(...).set(...)). When the collection was empty,\nthis produced a dangling member expression 'a.' \\u2014 a syntax error. Emit no\nchained statement for empty collections; 'new Map'/'new Set' already builds them.\n\n* refactor: address review feedback on Map/Set chain building",
"is_bot": false,
"headline": "fix: uneval emits valid JS for repeated empty Map/Set (#168)",
"author_name": "Elliott Johnson",
"author_login": "elliott-with-the-longest-name-on-github",
"committed_at": "2026-07-17T19:35:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48cc81f70b5e8cb9950bac246f47135b5163b8f1",
"body": "…(#166)\n\nA DataView subview (created with a byteOffset/byteLength) was serialized incorrectly in two code paths:\n\n- uneval used a nonexistent `startOffset` property, which is `undefined` and coerces to 0 on revival, silently placing the view at the wrong offset.\n- stringify reused the typed-array br\n[…]\nBoth now emit `byteOffset,byteLength`, matching the `new DataView(buffer, byteOffset, byteLength)` constructor. Adds regression fixtures for both an inline and a named (deduplicated) DataView subview.",
"is_bot": false,
"headline": "fix: serialize DataView subviews with correct byte offset and length …",
"author_name": "Elliott Johnson",
"author_login": "elliott-with-the-longest-name-on-github",
"committed_at": "2026-07-16T01:36:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "12f54cf7fc19a4290e68a49d68ae56a6f8b34ad5",
"body": "* chore: Supply chain hardening\n\n* chore: bump minimumReleaseAge to 2 days and extend bypass list\n\n- Increase minimumReleaseAge from 1440 (1 day) to 2880 (2 days)\n- Add zimmerframe, prettier-plugin-svelte, svelte-check, and esm-env to minimumReleaseAgeExclude\n\n* Update pnpm-workspace.yaml\n\nCo-authored-by: Rich Harris <richard.a.harris@gmail.com>\n\n---------\n\nCo-authored-by: Rich Harris <richard.a.harris@gmail.com>",
"is_bot": false,
"headline": "chore: Supply chain hardening (#155)",
"author_name": "Elliott Johnson",
"author_login": "elliott-with-the-longest-name-on-github",
"committed_at": "2026-05-27T18:51:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "796ea83a76eb7e0f2af376f9c2c875f1d057f50f",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Version Packages (#152)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-05-14T18:45:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "206ca6712fbc380a4571c59de9ab04b91110792d",
"body": null,
"is_bot": false,
"headline": "Merge commit from fork",
"author_name": "Elliott Johnson",
"author_login": "elliott-with-the-longest-name-on-github",
"committed_at": "2026-05-14T18:45:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14933f78ff6b712829162628682b0a1993e75d19",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Version Packages (#151)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-04-30T21:46:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5115b0074ec298fb4077f6cee5616cefbd13902",
"body": "* WIP add stringifyAsync function\n\n* bring tests over\n\n* fix\n\n* thenables\n\n* simplify\n\n* update readme\n\n* delete async reducer tests\n\n* bring over changeset",
"is_bot": false,
"headline": "feat: `stringifyAsync` (#150)",
"author_name": "Rich Harris",
"author_login": "Rich-Harris",
"committed_at": "2026-04-30T21:46:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67dad450b5db18ea9aa3059d334d8b0ee6704d9e",
"body": null,
"is_bot": false,
"headline": "docs: update README to reflect serialization stability non-goal (#147)",
"author_name": "Rich Harris",
"author_login": "Rich-Harris",
"committed_at": "2026-04-14T09:35:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6eb920a7db6fe388f24f640d0e4e874a57f148fb",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Version Packages (#146)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-04-08T16:48:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8becc7c436f0d4f85e2e5b32cb49dcfdf4fdec42",
"body": "…ats (#145)",
"is_bot": false,
"headline": "fix: handle regexes consistently in uneval's value and reference form…",
"author_name": "Maurício Kishi",
"author_login": "mrkishi",
"committed_at": "2026-04-08T16:47:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2eee2e435ea0ea3d495dc7a266486df95a4eb6ed",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Version Packages (#144)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-04-06T21:34:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "498656e75d36dfc63a386240722bdeac63337b25",
"body": "* fix: rename test file so uvu picks it up\n\n* chore: add simple benchmarks\n\nBased on Svelte's benchmark scaffolding.\n\n* feat: simplify TypedArray slices\n\n* feat: use native alternatives to encode/decode base64\n\n* feat: whitelist `Float16Array`\n\n* fix: guarantee flatten return type\n\n* chore: add pret\n[…]\nence path\n\n* chore: add more repetition tests\n\n* fix: handle missing types in `uneval`'s reference path\n\n* feat: add `DataView` support\n\n---------\n\nCo-authored-by: Rich Harris <rich.harris@vercel.com>",
"is_bot": false,
"headline": "DataView support (#143)",
"author_name": "Maurício Kishi",
"author_login": "mrkishi",
"committed_at": "2026-04-06T21:16:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5590634db53ed555d3ce2e2024924b30352a6afc",
"body": "* fix: rename test file so uvu picks it up\n\n* chore: add simple benchmarks\n\nBased on Svelte's benchmark scaffolding.\n\n* feat: simplify TypedArray slices\n\n* feat: use native alternatives to encode/decode base64\n\n* feat: whitelist `Float16Array`\n\n* fix: guarantee flatten return type\n\n* chore: add pret\n[…]\nconstruction in `uneval`'s reference path\n\n* chore: add more repetition tests\n\n* fix: handle missing types in `uneval`'s reference path\n\n---------\n\nCo-authored-by: Rich Harris <rich.harris@vercel.com>",
"is_bot": false,
"headline": "Improve platform types support (#142)",
"author_name": "Maurício Kishi",
"author_login": "mrkishi",
"committed_at": "2026-04-06T21:09:51Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "57f73fc51389715d7ff27644b7b68e13397b6c1f",
"body": "* fix: rename test file so uvu picks it up\n\n* chore: add simple benchmarks\n\nBased on Svelte's benchmark scaffolding.\n\n* feat: simplify TypedArray slices\n\n* feat: use native alternatives to encode/decode base64\n\n* feat: whitelist `Float16Array`\n\n* fix: guarantee flatten return type\n\n* chore: add pret\n[…]\nttierrc` file matching Svelte's.\n\n* chore: add missing (boxed) primitives tests\n\n* fix: support boxed bigints and boxed sentinel values\n\n---------\n\nCo-authored-by: Rich Harris <rich.harris@vercel.com>",
"is_bot": false,
"headline": "fix: support boxed `bigint`s and sentinel values (#141)",
"author_name": "Maurício Kishi",
"author_login": "mrkishi",
"committed_at": "2026-04-06T21:00:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "baec4cbcf1829de1d5da5d4512e4615186fe819e",
"body": "* fix: rename test file so uvu picks it up\n\n* chore: add simple benchmarks\n\nBased on Svelte's benchmark scaffolding.\n\n* feat: simplify TypedArray slices\n\n* feat: use native alternatives to encode/decode base64\n\n* feat: whitelist `Float16Array`\n\n* fix: guarantee flatten return type\n\n* chore: add prettier configuration\n\nAdd a `.prettierrc` file matching Svelte's.\n\n---------\n\nCo-authored-by: Rich Harris <rich.harris@vercel.com>",
"is_bot": false,
"headline": "Add prettier configuration (#140)",
"author_name": "Maurício Kishi",
"author_login": "mrkishi",
"committed_at": "2026-04-06T20:28:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a21013024b7cea655186e797b56d5e8251ee1d75",
"body": null,
"is_bot": false,
"headline": "feat: whitelist `Float16Array` (#137)",
"author_name": "Maurício Kishi",
"author_login": "mrkishi",
"committed_at": "2026-04-06T20:23:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df2e284338f83dd4b36f9d4030b7c01cc9233d62",
"body": "* fix: rename test file so uvu picks it up\n\n* chore: add simple benchmarks\n\nBased on Svelte's benchmark scaffolding.\n\n* feat: simplify TypedArray slices\n\n* feat: use native alternatives to encode/decode base64\n\n* add some tests\n\n---------\n\nCo-authored-by: Rich Harris <rich.harris@vercel.com>",
"is_bot": false,
"headline": "feat: use native alternatives to encode/decode base64 (#136)",
"author_name": "Maurício Kishi",
"author_login": "mrkishi",
"committed_at": "2026-04-06T20:22:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26b7c8d350cfa7e1b432a821e741e7df1d5462bc",
"body": "* fix: rename test file so uvu picks it up\n\n* chore: add simple benchmarks\n\nBased on Svelte's benchmark scaffolding.",
"is_bot": false,
"headline": "chore: add simple benchmarks (#135)",
"author_name": "Maurício Kishi",
"author_login": "mrkishi",
"committed_at": "2026-04-06T19:46:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eedb9474780019a3cf35b6e36bfe97a359120cf2",
"body": null,
"is_bot": false,
"headline": "fix: rename test file so uvu picks it up (#134)",
"author_name": "Maurício Kishi",
"author_login": "mrkishi",
"committed_at": "2026-04-06T19:38:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6cbb3f51258e01d7769e2b3d77b6ce9ed060804b",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Version Packages (#133)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-03-11T16:05:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40f1db13afdd65c8e2ebd02f684276c273ef81b0",
"body": null,
"is_bot": false,
"headline": "Merge commit from fork",
"author_name": "Elliott Johnson",
"author_login": "elliott-with-the-longest-name-on-github",
"committed_at": "2026-03-11T16:04:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87c1f3ce3759765a061cfe34843ecc4b0711ba8d",
"body": "* fix: Disallow `__proto__` keys in more circumstances\n\n* remove unflatten tests",
"is_bot": false,
"headline": "Merge commit from fork",
"author_name": "Elliott Johnson",
"author_login": "elliott-with-the-longest-name-on-github",
"committed_at": "2026-03-11T16:02:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4a37d208a4d1bdd0d58c82e5644c87cab855259",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Version Packages (#132)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-02-18T17:49:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "819f1ac7475ab37547645cfb09bf2f678a799cf0",
"body": "* fix: better encoding for sparse arrays\n\n* misc improvements\n\n* Update src/stringify.js\n\nCo-authored-by: Rich Harris <richard.a.harris@gmail.com>\n\n* nits\n\n* rename\n\n* more validity, less bad\n\n---------\n\nCo-authored-by: Rich Harris <richard.a.harris@gmail.com>",
"is_bot": false,
"headline": "Merge commit from fork",
"author_name": "Elliott Johnson",
"author_login": "elliott-with-the-longest-name-on-github",
"committed_at": "2026-02-18T17:48:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f04d4d678eac39ad5d7a07d1956275d7874e81c",
"body": "* fix: Properly handle `__proto__`\n\n* throw instead\n\n* another",
"is_bot": false,
"headline": "Merge commit from fork",
"author_name": "Elliott Johnson",
"author_login": "elliott-with-the-longest-name-on-github",
"committed_at": "2026-02-18T17:47:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fcf4e88275f2e2e45b9ea70ffaa5247c8f55f057",
"body": null,
"is_bot": false,
"headline": "fix tests",
"author_name": "Elliott Johnson",
"author_login": "elliott-with-the-longest-name-on-github",
"committed_at": "2026-01-15T16:08:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d8a5ea5863bcd9992755ce5a3842265753cb4ab",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Version Packages (#131)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-01-15T15:59:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11755849fa0634ae294a15ec0aef2f43efcad7c4",
"body": "* fix: Validate input for `ArrayBuffer` parsing\n\n* fix: self-referential stack overflows\n\n* changeset\n\n* more efficiency\n\n* Merge commit from fork",
"is_bot": false,
"headline": "Merge commit from fork",
"author_name": "Elliott Johnson",
"author_login": "elliott-with-the-longest-name-on-github",
"committed_at": "2026-01-15T15:58:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e46afa64dd2b25aa35fb905ba5d20cea63aabbf7",
"body": null,
"is_bot": false,
"headline": "Merge commit from fork",
"author_name": "Elliott Johnson",
"author_login": "elliott-with-the-longest-name-on-github",
"committed_at": "2026-01-15T15:48:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e07a67eda945b3ac2ebac26b18863beabee7357",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Version Packages (#129)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-12-11T02:50:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa096040e21a17c628dabea4bcb9d2d4f4542366",
"body": "Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.14.1 to 3.14.2.\n- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/nodeca/js-yaml/compare/3.14.1...3.14.2)\n\n---\nupdated-dependencies:\n- dependency-name: js-yaml\n dependency-version: 3.14.2\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump js-yaml from 3.14.1 to 3.14.2 (#125)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-12-11T01:58:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2161d4490aa66e4b120cfa9521874b6f857319dd",
"body": null,
"is_bot": false,
"headline": "fix: add hasOwn check before calling reviver (#128)",
"author_name": "Rich Harris",
"author_login": "Rich-Harris",
"committed_at": "2025-12-11T01:58:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83de81d13d02dc90dbc94d952b1438b17471547a",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Version Packages (#127)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-12-08T16:16:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3d09d42a1a2fafb0cafab2c129756baffd858af",
"body": "* feat: enhance DevalueError to include problematic `value` and `root` context in errors\n\n* changeset\n\n* changeset\n\n* Update .changeset/odd-areas-enjoy.md\n\n---------\n\nCo-authored-by: Rich Harris <hello@rich-harris.dev>",
"is_bot": false,
"headline": "Add `value` and `root` properties in `DevalueError` instances (#126)",
"author_name": "Nathan Rajlich",
"author_login": "TooTallNate",
"committed_at": "2025-12-08T16:15:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4b37f37ee91d1c22e41920a7320d320f5deaae8",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Version Packages (#124)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-11-12T14:15:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "828fa1cffe61e7b9b27366a19e9e88deb409d5e5",
"body": null,
"is_bot": false,
"headline": "Enable support for custom reducer/reviver for \"function\" values (#123)",
"author_name": "Nathan Rajlich",
"author_login": "TooTallNate",
"committed_at": "2025-11-12T14:12:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f4eb8b82881a2487757625f8c2a57281b02e3fa",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Version Packages (#119)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-10-21T21:18:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c26c0d55e4eb74d9c3aac414cff09a06465d066",
"body": "…cers (#118)",
"is_bot": false,
"headline": "fix: allow custom revivers to revive things serialized by buitin redu…",
"author_name": "Elliott Johnson",
"author_login": "elliott-with-the-longest-name-on-github",
"committed_at": "2025-10-21T16:13:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b0c28d3f1116c936bb496e2424122ff884cc0fd",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Version Packages (#117)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-10-15T18:18:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca3c7b6631bfd4694fe6dbbc619b9d674036851d",
"body": null,
"is_bot": false,
"headline": "chore: Remove impossible `void` type from replacer's `uneval` (#116)",
"author_name": "Elliott Johnson",
"author_login": "elliott-with-the-longest-name-on-github",
"committed_at": "2025-10-15T18:17:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8fb152e859f0718123f5b168a78bb535f301a5fd",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Version Packages (#115)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-10-15T16:14:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9306d09e2d163999085d157aaddd9a060590aae1",
"body": null,
"is_bot": false,
"headline": "feat: pass `uneval` to replacer, for handling nested custom types (#114)",
"author_name": "Rich Harris",
"author_login": "Rich-Harris",
"committed_at": "2025-10-15T16:13:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2124b5ba589b92ad30fb20b4afe02f6464c639bd",
"body": null,
"is_bot": false,
"headline": "chore: simplify NullObject (#104)",
"author_name": "Rich Harris",
"author_login": "Rich-Harris",
"committed_at": "2025-10-15T16:12:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b617c7c045604d1ea8e382dbe7e9e2067209c4db",
"body": null,
"is_bot": false,
"headline": "perf: shrink `uneval` output with null-proto objects (#112)",
"author_name": "ComputerGuy",
"author_login": "Ocean-OS",
"committed_at": "2025-10-15T16:10:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2635155a8b8ca19eedb5fec5c536b15dd94e5290",
"body": null,
"is_bot": false,
"headline": "set up OIDC publishing (#111)",
"author_name": "Rich Harris",
"author_login": "Rich-Harris",
"committed_at": "2025-09-09T18:07:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86a6a66d2c830514e94326a0f8fa2d8d670eac8a",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Version Packages (#109)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-08-26T22:08:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0623a47c9555b639c03ff1baea82951b2d9d1132",
"body": "* disallow __proto__ property on object\n\n* changeset\n\n* changeset",
"is_bot": false,
"headline": "Merge commit from fork",
"author_name": "Rich Harris",
"author_login": "Rich-Harris",
"committed_at": "2025-08-26T22:06:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02d20e8a792e5daa387b23816aba0170fec7437e",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Version Packages (#108)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-08-26T17:10:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae904c5b189b5c2c3b7b969f70064dbc59196b58",
"body": "…red before it (#87)\n\n* fix stringify not picking up negative zero if a normal zero has appeared before it\n\n* changeset\n\n---------\n\nCo-authored-by: Rich Harris <rich.harris@vercel.com>",
"is_bot": false,
"headline": "fix stringify not picking up negative zero if a normal zero has appea…",
"author_name": "Olle Kelderman",
"author_login": "omkelderman",
"committed_at": "2025-08-26T17:01:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e95b87a6cc86bf116bada5ff28faead87df69920",
"body": null,
"is_bot": false,
"headline": "fix pkg.repository",
"author_name": "Rich Harris",
"author_login": "Rich-Harris",
"committed_at": "2025-08-26T16:57:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8300172d1d222e60f14cdec712ff0650756e9002",
"body": null,
"is_bot": false,
"headline": "fix changeset config",
"author_name": "Rich Harris",
"author_login": "Rich-Harris",
"committed_at": "2025-08-26T16:56:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "434d8aefb9d67ec7bd9664a29599770cd22a3e3b",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Version Packages (#106)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-08-26T15:48:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67c8334b82ec0fcf44543e39cc5f37f00bbd1f2f",
"body": null,
"is_bot": false,
"headline": "mention support for URL/URLSearchParams/Temporal in README",
"author_name": "Rich Harris",
"author_login": "Rich-Harris",
"committed_at": "2025-08-26T15:47:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fec694d87e3f7f0cc764776bb91fd47095be1371",
"body": "* feat: support URL\n\n* also support URLSearchParams\n\n* Update src/uneval.js\n\n* Create warm-books-live.md\n\n---------\n\nCo-authored-by: Rich Harris <rich.harris@vercel.com>",
"is_bot": false,
"headline": "feat: support URL and URLSearchParams (#92)",
"author_name": "Gautier Ben Aïm",
"author_login": "GauBen",
"committed_at": "2025-08-26T15:47:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2896e7bef2d4b7f810a5df02652ffce5dfb76b64",
"body": "* Add support for Temporal objects\n\n* conditionally import polyfill\n\n* prettier\n\n* changeset\n\n---------\n\nCo-authored-by: Rich Harris <richard.a.harris@gmail.com>\nCo-authored-by: Rich Harris <rich.harris@vercel.com>",
"is_bot": false,
"headline": "Add support for Temporal objects (#98)",
"author_name": "Nicolò Ribaudo",
"author_login": "nicolo-ribaudo",
"committed_at": "2025-08-26T15:44:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9b33eb245589764c9f123c82ffa872ff6a2abf6",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Version Packages (#103)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-08-26T15:35:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e46f4c8f4724e673344100790312740a65491d66",
"body": "* handle repeated array buffers\n\n* handle subarrays\n\n* changeset",
"is_bot": false,
"headline": "fix: handle repeated array buffers and subarrays (#105)",
"author_name": "Rich Harris",
"author_login": "Rich-Harris",
"committed_at": "2025-08-26T15:18:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e28031b6e214892620a4e5cb3de8e01ed151126f",
"body": null,
"is_bot": false,
"headline": "formatting",
"author_name": "Rich Harris",
"author_login": "Rich-Harris",
"committed_at": "2025-08-26T13:36:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81148214b72de8088591960ef348afd32b7e9e7d",
"body": null,
"is_bot": false,
"headline": "bump",
"author_name": "Rich Harris",
"author_login": "Rich-Harris",
"committed_at": "2025-08-26T12:30:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "088e5a552a970054d86c5f07401f42037b50aac6",
"body": "install changesets (could have sworn i already did this)",
"is_bot": false,
"headline": "Merge pull request #102 from sveltejs/install-changesets",
"author_name": "Rich Harris",
"author_login": "Rich-Harris",
"committed_at": "2025-08-26T12:20:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "886659e707cfa576cfe37d9b9bd0dc98aff30122",
"body": null,
"is_bot": false,
"headline": "install changesets (could have sworn i already did this)",
"author_name": "Rich Harris",
"author_login": "Rich-Harris",
"committed_at": "2025-08-26T12:20:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d83fb9dc172e45e57ab4259fc1b914131782ec4",
"body": "fix: handle custom classes with null proto as pojo",
"is_bot": false,
"headline": "Merge pull request #95 from pi0/fix/null-proto-class",
"author_name": "Rich Harris",
"author_login": "Rich-Harris",
"committed_at": "2025-08-26T12:00:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13c6521d77770ba1bfcaf87b2731124febfc6829",
"body": "add changesets dir",
"is_bot": false,
"headline": "Merge pull request #101 from sveltejs/add-changesets-dir",
"author_name": "Rich Harris",
"author_login": "Rich-Harris",
"committed_at": "2025-08-26T12:00:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6bda6df05d925a583411f88820bc4c88886a2f6a",
"body": null,
"is_bot": false,
"headline": "add changesets dir",
"author_name": "Rich Harris",
"author_login": "Rich-Harris",
"committed_at": "2025-08-26T11:57:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2dfa504960f36ce103e61ee52d3456c246a224b7",
"body": null,
"is_bot": false,
"headline": "changeset",
"author_name": "Rich Harris",
"author_login": "Rich-Harris",
"committed_at": "2025-08-26T11:56:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b800a15d23ba49bb46fc4d28dfae2c33b395f4e",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into pr/95",
"author_name": "Rich Harris",
"author_login": "Rich-Harris",
"committed_at": "2025-08-26T11:55:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "714f1994cd8394e2d9450a5d874034435344b3cb",
"body": "set up changesets (hopefully)",
"is_bot": false,
"headline": "Merge pull request #100 from sveltejs/changesets",
"author_name": "Rich Harris",
"author_login": "Rich-Harris",
"committed_at": "2025-08-26T11:54:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8962ed7cb3f4b141eed9944bf767f3c2d246a5c",
"body": null,
"is_bot": false,
"headline": "gah",
"author_name": "Rich Harris",
"author_login": "Rich-Harris",
"committed_at": "2025-08-26T11:54:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e93b21a22c0bf1f14ba1cfa29a6c16ef5511f90c",
"body": null,
"is_bot": false,
"headline": "gah",
"author_name": "Rich Harris",
"author_login": "Rich-Harris",
"committed_at": "2025-08-26T11:53:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "506fa5a4cd6c492a983c17f39569e88f51d39883",
"body": null,
"is_bot": false,
"headline": "try downgrading pnpm to 9 for node 16 support",
"author_name": "Rich Harris",
"author_login": "Rich-Harris",
"committed_at": "2025-08-26T11:51:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e4b0256afecc32e2c536590b993d91404bbd706",
"body": null,
"is_bot": false,
"headline": "set up changesets (hopefully)",
"author_name": "Rich Harris",
"author_login": "Rich-Harris",
"committed_at": "2025-08-26T11:43:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "456cbf7fb278395ed2da666f32d76d294fb95f52",
"body": null,
"is_bot": false,
"headline": "fix: handle custom classes with null proto as pojo",
"author_name": "Pooya Parsa",
"author_login": "pi0",
"committed_at": "2025-04-08T08:00:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3fd2aa93d79f21746555671f955a897335edb1b",
"body": null,
"is_bot": false,
"headline": "-> v5.1.1",
"author_name": "Rich Harris",
"author_login": "Rich-Harris",
"committed_at": "2024-09-25T20:10:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed122c62d5bb79011ba1231b70bae68ea229e587",
"body": "fix: do not iterate over prototype properties of reducers",
"is_bot": false,
"headline": "Merge pull request #80 from danielroe/fix/proto",
"author_name": "Rich Harris",
"author_login": "Rich-Harris",
"committed_at": "2024-09-25T20:10:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77fa57b112561243cb706d1a667092ec16f03683",
"body": null,
"is_bot": false,
"headline": "add test",
"author_name": "Rich Harris",
"author_login": "Rich-Harris",
"committed_at": "2024-09-25T20:09:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3ab1dd526c42473f87643fde247f38372666c07",
"body": null,
"is_bot": false,
"headline": "fix: guard null/empty reducers",
"author_name": "Daniel Roe",
"author_login": "danielroe",
"committed_at": "2024-09-25T19:27:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "012f36d5b08c803b3fb7c26fb70ec60137854320",
"body": null,
"is_bot": false,
"headline": "Merge remote-tracking branch 'upstream/main' into fix/proto",
"author_name": "Daniel Roe",
"author_login": "danielroe",
"committed_at": "2024-09-25T19:25:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "293d70bb7a3312741c370c8989fff0b5525647de",
"body": null,
"is_bot": false,
"headline": "-> v5.1.0",
"author_name": "Rich Harris",
"author_login": "Rich-Harris",
"committed_at": "2024-09-25T18:37:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0bbcc968140e088f341593624d4cef62696b8ec0",
"body": "Add Support for ArrayBuffer and the various TypedArrays",
"is_bot": false,
"headline": "Merge pull request #69 from LorisSigrist/master",
"author_name": "Rich Harris",
"author_login": "Rich-Harris",
"committed_at": "2024-09-25T18:36:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4fe876338b037a70173a3d0f5882fc9b9fd6717",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into pr/69",
"author_name": "Rich Harris",
"author_login": "Rich-Harris",
"committed_at": "2024-09-25T18:30:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd313807313b8da7de4cbecb98a73848ba4fa273",
"body": "better key stringification",
"is_bot": false,
"headline": "Merge pull request #82 from Rich-Harris/better-key-stringification",
"author_name": "Rich Harris",
"author_login": "Rich-Harris",
"committed_at": "2024-09-25T18:24:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "566b961b46ec0961d23f80cc1d8521076ebcb5a6",
"body": "chore: marked package as free of side-effects",
"is_bot": false,
"headline": "Merge pull request #81 from GauBen/patch-1",
"author_name": "Rich Harris",
"author_login": "Rich-Harris",
"committed_at": "2024-09-25T18:05:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf76164b60dc986827642fb5a95f4bb8465cb7ea",
"body": null,
"is_bot": false,
"headline": "better key stringification",
"author_name": "Rich Harris",
"author_login": "Rich-Harris",
"committed_at": "2024-09-25T18:02:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "466e509609a2c678b38574e276599cc1233f9a02",
"body": null,
"is_bot": false,
"headline": "chore: marked package as free of side-effects",
"author_name": "Gautier Ben Aïm",
"author_login": "GauBen",
"committed_at": "2024-09-17T16:36:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b90bd7b25470e6ba5cd15b2b084760ad71315ed",
"body": null,
"is_bot": false,
"headline": "fix: do not iterate over prototype properties of reduers",
"author_name": "Daniel Roe",
"author_login": "danielroe",
"committed_at": "2024-08-30T10:15:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c35c0e7a6a37172c7f049eaae4e7079559ba250",
"body": null,
"is_bot": false,
"headline": "-> v5.0.0",
"author_name": "Rich Harris",
"author_login": "Rich-Harris",
"committed_at": "2024-04-19T17:32:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "686287cb29d60728c1a512b74f38574ae458c22a",
"body": "ignore non-enumerable symbols",
"is_bot": false,
"headline": "Merge pull request #78 from Rich-Harris/ignore-non-enumerable-symbols",
"author_name": "Rich Harris",
"author_login": "Rich-Harris",
"committed_at": "2024-04-19T17:32:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7bbc088be19eb7175b46c995fbd7f7555c86c53d",
"body": null,
"is_bot": false,
"headline": "-> v4.3.3",
"author_name": "Rich Harris",
"author_login": "Rich-Harris",
"committed_at": "2024-04-19T17:30:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ba57a6a8e60b171f624b6343be704b23a34af6e",
"body": null,
"is_bot": false,
"headline": "-> v4.3.3",
"author_name": "Rich Harris",
"author_login": "Rich-Harris",
"committed_at": "2024-04-19T17:30:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c50e79e39ddc077ab21a15f04e78fc10d6119fe",
"body": null,
"is_bot": false,
"headline": "ignore non-enumerable symbols",
"author_name": "Rich Harris",
"author_login": "Rich-Harris",
"committed_at": "2024-04-19T17:25:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b9aaf96d98137b5b279e800fd69642de795f146",
"body": "fix typo",
"is_bot": false,
"headline": "Merge pull request #60 from ivanhofer/typo",
"author_name": "Rich Harris",
"author_login": "Rich-Harris",
"committed_at": "2024-04-19T17:08:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "127d655ca98779607a5c6fb190b265fd4d440e83",
"body": "support to stringify invalid dates",
"is_bot": false,
"headline": "Merge pull request #61 from ivanhofer/invalid-date",
"author_name": "Rich Harris",
"author_login": "Rich-Harris",
"committed_at": "2024-04-19T17:07:01Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 17,
"commits_last_year": 79,
"latest_release_at": "2026-07-20T15:16:26Z",
"latest_release_tag": "v5.8.2",
"releases_from_tags": false,
"days_since_last_push": 6,
"active_weeks_last_year": 16,
"days_since_latest_release": 6,
"mean_days_between_releases": 24.9
},
"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": "devalue",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/devalue",
"is_deprecated": false,
"latest_version": "5.8.2",
"repository_url": "https://github.com/sveltejs/devalue",
"versions_count": 46,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 2,
"monthly_downloads": 40629740,
"first_published_at": "2018-03-10T21:54:57.796000Z",
"latest_published_at": "2026-07-20T15:16:16.330000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 6
}
]
},
"popularity": {
"forks": 89,
"stars": 2762,
"watchers": 12,
"fork_history": {
"days": [
{
"date": "2018-03-11",
"count": 1
},
{
"date": "2018-03-14",
"count": 1
},
{
"date": "2018-03-20",
"count": 1
},
{
"date": "2018-09-16",
"count": 1
},
{
"date": "2018-10-01",
"count": 1
},
{
"date": "2018-10-02",
"count": 1
},
{
"date": "2018-10-03",
"count": 1
},
{
"date": "2018-12-21",
"count": 1
},
{
"date": "2019-02-11",
"count": 1
},
{
"date": "2019-04-13",
"count": 1
},
{
"date": "2019-07-24",
"count": 1
},
{
"date": "2020-04-05",
"count": 1
},
{
"date": "2021-04-26",
"count": 1
},
{
"date": "2021-06-29",
"count": 1
},
{
"date": "2021-10-01",
"count": 1
},
{
"date": "2022-08-26",
"count": 1
},
{
"date": "2022-09-19",
"count": 1
},
{
"date": "2022-10-26",
"count": 1
},
{
"date": "2022-11-03",
"count": 1
},
{
"date": "2022-11-15",
"count": 1
},
{
"date": "2022-12-14",
"count": 1
},
{
"date": "2023-01-30",
"count": 1
},
{
"date": "2023-02-13",
"count": 1
},
{
"date": "2023-02-15",
"count": 1
},
{
"date": "2023-02-18",
"count": 1
},
{
"date": "2023-02-19",
"count": 1
},
{
"date": "2023-02-21",
"count": 1
},
{
"date": "2023-02-24",
"count": 1
},
{
"date": "2023-03-05",
"count": 1
},
{
"date": "2023-04-26",
"count": 1
},
{
"date": "2023-06-16",
"count": 1
},
{
"date": "2023-08-08",
"count": 1
},
{
"date": "2023-08-17",
"count": 1
},
{
"date": "2023-09-17",
"count": 1
},
{
"date": "2024-01-15",
"count": 1
},
{
"date": "2024-03-29",
"count": 1
},
{
"date": "2024-04-25",
"count": 1
},
{
"date": "2024-04-26",
"count": 1
},
{
"date": "2024-04-27",
"count": 1
},
{
"date": "2024-08-01",
"count": 1
},
{
"date": "2024-08-30",
"count": 1
},
{
"date": "2024-09-17",
"count": 1
},
{
"date": "2024-10-09",
"count": 1
},
{
"date": "2024-12-01",
"count": 1
},
{
"date": "2024-12-10",
"count": 1
},
{
"date": "2024-12-27",
"count": 1
},
{
"date": "2025-01-15",
"count": 1
},
{
"date": "2025-01-21",
"count": 1
},
{
"date": "2025-06-11",
"count": 1
},
{
"date": "2025-06-30",
"count": 1
},
{
"date": "2025-07-23",
"count": 1
},
{
"date": "2025-08-26",
"count": 1
},
{
"date": "2025-08-27",
"count": 1
},
{
"date": "2025-08-29",
"count": 1
},
{
"date": "2025-10-10",
"count": 1
},
{
"date": "2025-10-27",
"count": 1
},
{
"date": "2025-11-12",
"count": 1
},
{
"date": "2025-12-12",
"count": 1
},
{
"date": "2025-12-19",
"count": 1
},
{
"date": "2025-12-30",
"count": 1
},
{
"date": "2026-01-12",
"count": 3
},
{
"date": "2026-01-21",
"count": 1
},
{
"date": "2026-01-29",
"count": 1
},
{
"date": "2026-02-07",
"count": 1
},
{
"date": "2026-02-17",
"count": 1
},
{
"date": "2026-02-22",
"count": 1
},
{
"date": "2026-03-12",
"count": 1
},
{
"date": "2026-03-13",
"count": 1
},
{
"date": "2026-03-19",
"count": 1
},
{
"date": "2026-04-14",
"count": 1
},
{
"date": "2026-04-29",
"count": 1
},
{
"date": "2026-05-14",
"count": 1
},
{
"date": "2026-06-02",
"count": 1
},
{
"date": "2026-06-03",
"count": 1
},
{
"date": "2026-06-17",
"count": 2
},
{
"date": "2026-06-29",
"count": 1
},
{
"date": "2026-07-20",
"count": 1
}
],
"complete": true,
"collected": 80,
"total_forks": 89
},
"star_history": null,
"open_issues_and_prs": 30
},
"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": [
"benchmarking/tsconfig.json",
"tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 50494,
"source_files_sampled": 16,
"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": "js-yaml",
"direct": false,
"version": "3.14.2",
"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": 41
},
{
"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": 41
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"high": 2
},
"advisory_count": 4,
"affected_count": 2,
"assessed_count": 125,
"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": "@babel/runtime",
"direct": false,
"version": "7.29.2",
"ecosystem": "npm"
},
{
"name": "@changesets/apply-release-plan",
"direct": false,
"version": "7.1.1",
"ecosystem": "npm"
},
{
"name": "@changesets/assemble-release-plan",
"direct": false,
"version": "6.0.10",
"ecosystem": "npm"
},
{
"name": "@changesets/changelog-git",
"direct": false,
"version": "0.2.1",
"ecosystem": "npm"
},
{
"name": "@changesets/cli",
"direct": false,
"version": "2.31.0",
"ecosystem": "npm"
},
{
"name": "@changesets/config",
"direct": false,
"version": "3.1.4",
"ecosystem": "npm"
},
{
"name": "@changesets/errors",
"direct": false,
"version": "0.2.0",
"ecosystem": "npm"
},
{
"name": "@changesets/get-dependents-graph",
"direct": false,
"version": "2.1.4",
"ecosystem": "npm"
},
{
"name": "@changesets/get-release-plan",
"direct": false,
"version": "4.0.16",
"ecosystem": "npm"
},
{
"name": "@changesets/get-version-range-type",
"direct": false,
"version": "0.4.0",
"ecosystem": "npm"
},
{
"name": "@changesets/git",
"direct": false,
"version": "3.0.4",
"ecosystem": "npm"
},
{
"name": "@changesets/logger",
"direct": false,
"version": "0.1.1",
"ecosystem": "npm"
},
{
"name": "@changesets/parse",
"direct": false,
"version": "0.4.3",
"ecosystem": "npm"
},
{
"name": "@changesets/pre",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "@changesets/read",
"direct": false,
"version": "0.6.7",
"ecosystem": "npm"
},
{
"name": "@changesets/should-skip-package",
"direct": false,
"version": "0.1.2",
"ecosystem": "npm"
},
{
"name": "@changesets/types",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "@changesets/types",
"direct": false,
"version": "6.1.0",
"ecosystem": "npm"
},
{
"name": "@changesets/write",
"direct": false,
"version": "0.4.0",
"ecosystem": "npm"
},
{
"name": "@inquirer/external-editor",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "@jridgewell/gen-mapping",
"direct": false,
"version": "0.3.13",
"ecosystem": "npm"
},
{
"name": "@jridgewell/resolve-uri",
"direct": false,
"version": "3.1.2",
"ecosystem": "npm"
},
{
"name": "@jridgewell/source-map",
"direct": false,
"version": "0.3.11",
"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": "@js-temporal/polyfill",
"direct": false,
"version": "0.5.1",
"ecosystem": "npm"
},
{
"name": "@manypkg/find-root",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "@manypkg/get-packages",
"direct": false,
"version": "1.1.3",
"ecosystem": "npm"
},
{
"name": "@nodelib/fs.scandir",
"direct": false,
"version": "2.1.5",
"ecosystem": "npm"
},
{
"name": "@nodelib/fs.stat",
"direct": false,
"version": "2.0.5",
"ecosystem": "npm"
},
{
"name": "@nodelib/fs.walk",
"direct": false,
"version": "1.2.8",
"ecosystem": "npm"
},
{
"name": "@publint/pack",
"direct": false,
"version": "0.1.4",
"ecosystem": "npm"
},
{
"name": "@types/node",
"direct": false,
"version": "12.20.55",
"ecosystem": "npm"
},
{
"name": "@types/node",
"direct": false,
"version": "24.12.4",
"ecosystem": "npm"
},
{
"name": "ansi-colors",
"direct": false,
"version": "4.1.3",
"ecosystem": "npm"
},
{
"name": "ansi-regex",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "argparse",
"direct": false,
"version": "1.0.10",
"ecosystem": "npm"
},
{
"name": "argparse",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "array-union",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "better-path-resolve",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "braces",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "chardet",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "cross-spawn",
"direct": false,
"version": "7.0.6",
"ecosystem": "npm"
},
{
"name": "dequal",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "detect-indent",
"direct": false,
"version": "6.1.0",
"ecosystem": "npm"
},
{
"name": "diff",
"direct": false,
"version": "5.2.2",
"ecosystem": "npm"
},
{
"name": "dir-glob",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "dts-buddy",
"direct": false,
"version": "0.6.2",
"ecosystem": "npm"
},
{
"name": "enquirer",
"direct": false,
"version": "2.4.1",
"ecosystem": "npm"
},
{
"name": "esprima",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "extendable-error",
"direct": false,
"version": "0.1.7",
"ecosystem": "npm"
},
{
"name": "fast-glob",
"direct": false,
"version": "3.3.3",
"ecosystem": "npm"
},
{
"name": "fastq",
"direct": false,
"version": "1.20.1",
"ecosystem": "npm"
},
{
"name": "fdir",
"direct": false,
"version": "6.5.0",
"ecosystem": "npm"
},
{
"name": "fill-range",
"direct": false,
"version": "7.1.1",
"ecosystem": "npm"
},
{
"name": "find-up",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "fs-extra",
"direct": false,
"version": "7.0.1",
"ecosystem": "npm"
},
{
"name": "fs-extra",
"direct": false,
"version": "8.1.0",
"ecosystem": "npm"
},
{
"name": "glob-parent",
"direct": false,
"version": "5.1.2",
"ecosystem": "npm"
},
{
"name": "globby",
"direct": false,
"version": "11.1.0",
"ecosystem": "npm"
},
{
"name": "graceful-fs",
"direct": false,
"version": "4.2.11",
"ecosystem": "npm"
},
{
"name": "human-id",
"direct": false,
"version": "4.1.3",
"ecosystem": "npm"
},
{
"name": "iconv-lite",
"direct": false,
"version": "0.7.2",
"ecosystem": "npm"
},
{
"name": "ignore",
"direct": false,
"version": "5.3.2",
"ecosystem": "npm"
},
{
"name": "is-extglob",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "is-glob",
"direct": false,
"version": "4.0.3",
"ecosystem": "npm"
},
{
"name": "is-number",
"direct": false,
"version": "7.0.0",
"ecosystem": "npm"
},
{
"name": "is-subdir",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "is-windows",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "isexe",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "js-yaml",
"direct": false,
"version": "3.14.2",
"ecosystem": "npm"
},
{
"name": "js-yaml",
"direct": false,
"version": "4.1.1",
"ecosystem": "npm"
},
{
"name": "jsbi",
"direct": false,
"version": "4.3.2",
"ecosystem": "npm"
},
{
"name": "jsonfile",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "kleur",
"direct": false,
"version": "4.1.5",
"ecosystem": "npm"
},
{
"name": "locate-character",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "locate-path",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "lodash.startcase",
"direct": false,
"version": "4.4.0",
"ecosystem": "npm"
},
{
"name": "magic-string",
"direct": false,
"version": "0.30.21",
"ecosystem": "npm"
},
{
"name": "merge2",
"direct": false,
"version": "1.4.1",
"ecosystem": "npm"
},
{
"name": "micromatch",
"direct": false,
"version": "4.0.8",
"ecosystem": "npm"
},
{
"name": "mri",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "outdent",
"direct": false,
"version": "0.5.0",
"ecosystem": "npm"
},
{
"name": "p-filter",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "p-limit",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "p-locate",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "p-map",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "p-try",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "package-manager-detector",
"direct": false,
"version": "0.2.11",
"ecosystem": "npm"
},
{
"name": "package-manager-detector",
"direct": false,
"version": "1.6.0",
"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-type",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "picocolors",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "picomatch",
"direct": false,
"version": "2.3.2",
"ecosystem": "npm"
},
{
"name": "picomatch",
"direct": false,
"version": "4.0.4",
"ecosystem": "npm"
},
{
"name": "pify",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "prettier",
"direct": false,
"version": "2.8.8",
"ecosystem": "npm"
},
{
"name": "publint",
"direct": false,
"version": "0.3.21",
"ecosystem": "npm"
},
{
"name": "quansync",
"direct": false,
"version": "0.2.11",
"ecosystem": "npm"
},
{
"name": "queue-microtask",
"direct": false,
"version": "1.2.3",
"ecosystem": "npm"
},
{
"name": "read-yaml-file",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "resolve-from",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "reusify",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "run-parallel",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "sade",
"direct": false,
"version": "1.8.1",
"ecosystem": "npm"
},
{
"name": "safer-buffer",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "7.8.0",
"ecosystem": "npm"
},
{
"name": "shebang-command",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "shebang-regex",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "signal-exit",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "slash",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "spawndamnit",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "sprintf-js",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "strip-ansi",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "strip-bom",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "term-size",
"direct": false,
"version": "2.2.1",
"ecosystem": "npm"
},
{
"name": "tinyglobby",
"direct": false,
"version": "0.2.16",
"ecosystem": "npm"
},
{
"name": "to-regex-range",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "ts-api-utils",
"direct": false,
"version": "1.4.3",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "5.9.3",
"ecosystem": "npm"
},
{
"name": "undici-types",
"direct": false,
"version": "7.16.0",
"ecosystem": "npm"
},
{
"name": "universalify",
"direct": false,
"version": "0.1.2",
"ecosystem": "npm"
},
{
"name": "uvu",
"direct": false,
"version": "0.5.6",
"ecosystem": "npm"
},
{
"name": "which",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 125,
"direct_count": 0,
"indirect_count": 125
}
},
"maintainership": {
"issues": {
"open_prs": 7,
"merged_prs": 90,
"open_issues": 23,
"closed_ratio": 0.582,
"closed_issues": 32,
"closed_unmerged_prs": 20
},
"bus_factor": 1,
"bot_contributors": 2,
"top_contributors": [
{
"type": "User",
"login": "Rich-Harris",
"commits": 167,
"avatar_url": "https://avatars.githubusercontent.com/u/1162160?v=4"
},
{
"type": "User",
"login": "elliott-with-the-longest-name-on-github",
"commits": 14,
"avatar_url": "https://avatars.githubusercontent.com/u/76245373?v=4"
},
{
"type": "User",
"login": "mrkishi",
"commits": 9,
"avatar_url": "https://avatars.githubusercontent.com/u/150237?v=4"
},
{
"type": "User",
"login": "gtm-nayan",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/50981692?v=4"
},
{
"type": "User",
"login": "danielroe",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/28706372?v=4"
},
{
"type": "User",
"login": "ivanhofer",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/21335119?v=4"
},
{
"type": "User",
"login": "LorisSigrist",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/43482866?v=4"
},
{
"type": "User",
"login": "Conduitry",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/16696352?v=4"
},
{
"type": "User",
"login": "spokodev",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/239690017?v=4"
},
{
"type": "User",
"login": "TooTallNate",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/71256?v=4"
}
],
"contributors_sampled": 24,
"top_contributor_share": 0.736
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"release.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"pnpm-lock.yaml"
],
"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": 7,
"reason": "20 out of 27 merged PRs checked by a CI test -- score normalized to 7",
"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": 7,
"reason": "Found 19/24 approved changesets -- score normalized to 7",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 3 contributing companies or organizations -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "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": 10,
"reason": "all dependencies are pinned",
"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": 10,
"reason": "GitHub workflow tokens follow principle of least privilege",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 8,
"reason": "2 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "d4e10daca4199d5a9c60a421ed3cd66fc7e5b3b7",
"ran_at": "2026-07-27T02:15:49Z",
"aggregate_score": 8,
"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-23T18:06:03Z",
"oldest_open_prs": [
{
"number": 18,
"created_at": "2019-02-11T11:23:52Z",
"last_comment_at": "2019-07-31T18:00:24Z",
"last_comment_author": "MLDMoritz"
},
{
"number": 37,
"created_at": "2022-09-19T03:51:55Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 67,
"created_at": "2023-09-02T12:10:02Z",
"last_comment_at": "2024-07-01T15:01:35Z",
"last_comment_author": "sapphi-red"
},
{
"number": 90,
"created_at": "2025-01-15T09:45:08Z",
"last_comment_at": "2025-08-26T17:09:22Z",
"last_comment_author": "Rich-Harris"
},
{
"number": 107,
"created_at": "2025-08-26T16:24:21Z",
"last_comment_at": "2025-08-26T16:24:25Z",
"last_comment_author": "changeset-bot"
},
{
"number": 159,
"created_at": "2026-06-03T10:00:40Z",
"last_comment_at": "2026-06-03T10:00:47Z",
"last_comment_author": "changeset-bot"
},
{
"number": 172,
"created_at": "2026-07-23T18:01:12Z",
"last_comment_at": "2026-07-23T18:01:25Z",
"last_comment_author": "changeset-bot"
}
],
"last_merged_pr_at": "2026-07-20T15:15:52Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 6,
"created_at": "2018-03-27T16:15:15Z",
"last_comment_at": "2023-03-09T01:03:50Z",
"last_comment_author": "ncoder"
},
{
"number": 8,
"created_at": "2018-03-27T20:37:21Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 9,
"created_at": "2018-04-07T09:09:39Z",
"last_comment_at": "2021-12-11T10:00:13Z",
"last_comment_author": "coyotte508"
},
{
"number": 16,
"created_at": "2018-10-20T16:08:12Z",
"last_comment_at": "2019-02-11T11:25:06Z",
"last_comment_author": "samboylett"
},
{
"number": 26,
"created_at": "2020-08-05T18:37:13Z",
"last_comment_at": "2025-06-19T13:55:59Z",
"last_comment_author": "Stadly"
},
{
"number": 36,
"created_at": "2022-09-01T19:47:17Z",
"last_comment_at": "2022-10-26T12:51:32Z",
"last_comment_author": "W4G1"
},
{
"number": 47,
"created_at": "2022-11-02T06:28:05Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 52,
"created_at": "2022-12-19T06:03:05Z",
"last_comment_at": "2023-05-17T20:51:21Z",
"last_comment_author": "matthew-dean"
},
{
"number": 62,
"created_at": "2023-02-26T15:22:19Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 63,
"created_at": "2023-02-27T22:58:23Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 68,
"created_at": "2023-09-17T04:27:52Z",
"last_comment_at": "2024-08-02T21:42:56Z",
"last_comment_author": "controversial"
},
{
"number": 70,
"created_at": "2023-10-03T22:32:32Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 71,
"created_at": "2023-11-27T11:27:31Z",
"last_comment_at": "2026-06-08T21:34:01Z",
"last_comment_author": "phi-bre"
},
{
"number": 76,
"created_at": "2024-04-06T07:55:03Z",
"last_comment_at": "2025-04-24T13:07:17Z",
"last_comment_author": "Katli95"
},
{
"number": 83,
"created_at": "2024-09-28T15:53:57Z",
"last_comment_at": "2026-03-20T19:57:45Z",
"last_comment_author": "mrkishi"
},
{
"number": 84,
"created_at": "2024-10-03T13:42:16Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 86,
"created_at": "2024-11-18T20:02:25Z",
"last_comment_at": "2026-01-27T17:50:11Z",
"last_comment_author": "jedwards1211"
},
{
"number": 88,
"created_at": "2024-12-23T07:56:35Z",
"last_comment_at": "2026-03-20T19:57:20Z",
"last_comment_author": "mrkishi"
},
{
"number": 93,
"created_at": "2025-03-17T08:54:24Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 110,
"created_at": "2025-09-03T10:50:10Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/sveltejs/devalue",
"host": "github.com",
"name": "devalue",
"owner": "sveltejs"
},
"metrics": {
"overall": {
"key": "overall",
"band": "good",
"name": "Overall health",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"security": 84,
"vitality": 84,
"community": 74,
"governance": 69,
"engineering": 63
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 84,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"commits_last_year": 79,
"human_commit_share": 0.81,
"days_since_last_push": 6,
"active_weeks_last_year": 16
},
"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": "16/52 weeks with commits",
"points": 11.1,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 16
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "79 commits in the last year",
"points": 17.1,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 79
}
}
],
"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": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"releases_count": 17,
"latest_release_tag": "v5.8.2",
"releases_from_tags": false,
"days_since_latest_release": 6,
"mean_days_between_releases": 24.9
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "17 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 17
}
}
],
"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 ~24.9 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 24.9
}
}
],
"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": 8,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 8 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 8
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "good",
"name": "Community & Adoption",
"value": 74,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "good",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 78,
"inputs": {
"forks": 89,
"stars": 2762,
"watchers": 12,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "2,762 stars",
"points": 55.8,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 2762
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "89 forks",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 89
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "12 watchers",
"points": 5.8,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 12
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "excellent",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"packages": [
"devalue"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 40629740
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "40,629,740 downloads/month across npm",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 40629740,
"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": 69,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 38,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 24,
"top_contributor_share": 0.736
},
"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 74% of commits",
"points": 5.9,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 74
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "24 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 24
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 3 contributing companies or organizations -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"merged_prs": 90,
"open_issues": 23,
"closed_issues": 32,
"issue_closed_ratio": 0.582,
"closed_unmerged_prs": 20
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "58% of issues closed",
"points": 27.2,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 58
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "90/110 decided PRs merged",
"points": 31.3,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 90,
"decided": 110
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 19/24 approved changesets -- score normalized to 7",
"points": 10.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"followers": 5089,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "sveltejs",
"public_repos": 83,
"account_age_days": 3535
},
"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,089 followers of sveltejs",
"points": 25,
"status": "met",
"details": [
{
"code": "owner_followers",
"params": {
"count": 5089,
"login": "sveltejs"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "83 public repos, account ~9 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 83
}
},
{
"code": "account_age_years",
"params": {
"years": 9
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"devalue"
],
"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": "46 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 46
}
}
],
"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": 63,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 62,
"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": "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": 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": "20 out of 27 merged PRs checked by a CI test -- score normalized to 7",
"points": 14,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": "https://svelte.dev/repl/138d70def7a748ce9eda736ef1c71239",
"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": "https://svelte.dev/repl/138d70def7a748ce9eda736ef1c71239",
"points": 15,
"status": "met",
"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": "good",
"name": "Security",
"value": 84,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "good",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 80,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 8
},
"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": "20 out of 27 merged PRs checked by a CI test -- score normalized to 7",
"points": 1.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 19/24 approved changesets -- score normalized to 7",
"points": 5.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 3 contributing companies or organizations -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "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": "all dependencies are pinned",
"points": 5,
"status": "met",
"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": "GitHub workflow tokens follow principle of least privilege",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "2 existing vulnerabilities detected",
"points": 6,
"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 125 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": 125
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 4,
"affected_packages": 2,
"assessed_packages": 125,
"unassessed_packages": 0,
"affected_by_severity": "high 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": 125,
"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": 18
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 55,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 34,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.642,
"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": "52 of 81 human commits state their intent (structured subject or explanatory body)",
"points": 34.2,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 52,
"sampled": 81
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"pnpm-lock.yaml"
],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [
"benchmarking/tsconfig.json",
"tsconfig.json"
],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0.01
},
"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": "benchmarking/tsconfig.json, tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "benchmarking/tsconfig.json, 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": "1 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 1,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "all dependencies are pinned",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "good",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"primary_language": "JavaScript",
"largest_source_bytes": 50494,
"source_files_sampled": 16,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "JavaScript with type-check config (benchmarking/tsconfig.json, tsconfig.json)",
"points": 27,
"status": "partial",
"details": [
{
"code": "typecheck_config_language",
"params": {
"files": "benchmarking/tsconfig.json, tsconfig.json",
"language": "JavaScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/16 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 16,
"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-27T02:16:14.435793Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/s/sveltejs/devalue.svg",
"full_name": "sveltejs/devalue",
"license_state": "standard",
"license_spdx": "MIT"
}