Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": true,
"size_kb": 18444,
"has_wiki": true,
"homepage": null,
"languages": {
"R": 8735,
"Shell": 6755,
"JavaScript": 408794
},
"pushed_at": "2026-05-10T23:50:17Z",
"created_at": "2021-01-15T23:19:53Z",
"owner_type": "User",
"updated_at": "2026-05-10T23:50:20Z",
"description": "Consume and generate source maps.",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "main",
"license_spdx_raw": "NOASSERTION",
"primary_language": "JavaScript",
"significant_languages": [
"JavaScript"
]
},
"owner": {
"blog": null,
"name": "Valentin Semirulnik",
"type": "User",
"login": "7rulnik",
"company": "@KosyanMedia",
"location": "Tbilisi, Georgia",
"followers": 363,
"avatar_url": "https://avatars.githubusercontent.com/u/5969049?v=4",
"created_at": "2013-11-18T12:53:59Z",
"is_verified": null,
"public_repos": 116,
"account_age_days": 4629
},
"license": {
"state": "custom",
"spdx_id": null,
"raw_spdx": "NOASSERTION",
"file_present": true,
"scorecard_found": true,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v1.2.1",
"kind": "patch",
"published_at": "2024-09-08T16:24:37Z"
},
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2024-03-19T16:22:37Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2024-03-17T19:34:58Z"
},
{
"tag": "v1.0.3",
"kind": "patch",
"published_at": "2024-03-17T18:33:46Z"
},
{
"tag": "v1.0.2",
"kind": "patch",
"published_at": "2024-03-17T18:33:25Z"
},
{
"tag": "v1.0.1",
"kind": "patch",
"published_at": "2021-11-08T19:46:10Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2021-11-04T20:54:24Z"
}
],
"recent_commits": [
{
"oid": "c1cd8904bb7bd0c7fb5879fcda48134d82a27934",
"body": null,
"is_bot": false,
"headline": "perf: inline base64VLQ.decode slow path in _parseMappings (#74)",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2026-05-10T23:50:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be7165b198d718033f40a263174d2ddd35af5528",
"body": null,
"is_bot": false,
"headline": "perf: inline getArg(source) in generatedPositionFor (#73)",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2026-05-10T23:33:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05ca8ee35ab22fb09a785ffc46ffe942a4ba4163",
"body": "…PositionFor (#72)",
"is_bot": false,
"headline": "perf: inline getArg(line/column) in originalPositionFor and generated…",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2026-05-10T23:09:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9e422d3f217cf9639ab860e472645cbd8a0cfca",
"body": null,
"is_bot": false,
"headline": "perf: Int32Array slab storage for consumer mappings (#71)",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2026-05-10T22:55:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c22d042c3706dd981b3c4f8fe038240cd737024",
"body": null,
"is_bot": false,
"headline": "perf: stable Mapping hidden class in _parseMappings (#70)",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2026-05-10T22:22:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7368cf753fbcb7804817ff2db98882172a6cfa9b",
"body": null,
"is_bot": false,
"headline": "perf: inline GLB binary search in generatedPositionFor cold path (#68)",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2026-05-10T21:57:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ffab58596185ead779438ed0440f37f08f44b8ff",
"body": null,
"is_bot": false,
"headline": "tooling: add profiling harness for V8 cpu/heap/tick profiles (#69)",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2026-05-10T21:57:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc7a1cd8e0800c9a5ad993aeaf49b0b0fedfc240",
"body": "…(#67)\n\nThree small structural changes to the per-mapping eachMapping loop:\n\n1. Skip `aCallback.bind(context)` when `context === null`. The bind\n produces a bound function V8 can't inline, so every per-mapping call\n dispatches through Function.prototype's internal [[Call]] path. With\n no conte\n[…]\n, but the structural fix (no bound dispatch when context is\nnull) stands. Baseline error bars on amp are ±8% vs candidate's ±0.5%,\nconsistent with the bound-dispatch path being in a deopt/reopt cycle.",
"is_bot": false,
"headline": "perf: skip null-context bind in eachMapping; direct names array read …",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2026-05-10T21:32:59Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "111868438eb804d0f4f6fa481858ff87a794f604",
"body": "Four sites — names, sourceRoot, sourcesContent, file — all optional with\ndocumented defaults. Same pattern as #59 / #60 / #62.\n\nInit bench shows mostly noise — mean +1.09% across 12 rows, range\n-3.7% to +7.1%. Unlike the SourceMapGenerator ctor change in #62 (which\nsaw +8.7% on the addMapping bench,\n[…]\nON -1.0% / Object +7.1%\n mean +1.09%\n\nCoverage holds: branch 97.16 / 98.75 (just above 97 / 98 thresholds).\nNo new tests needed — existing fixtures already exercise the default\nbranches.",
"is_bot": false,
"headline": "perf: inline optional getArg in BasicSourceMapConsumer constructor (#63)",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2026-05-10T21:11:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "97bfb5065208cd149e3216c8a5483f2e8a5dc958",
"body": "… checks (#66)\n\nThe previous form had:\n aGenerated && 'line' in aGenerated && 'column' in aGenerated\n && aGenerated.line > 0 && aGenerated.column >= 0\n\nThe numeric `> 0` / `>= 0` checks already subsume the `'line' in X`\nmembership tests — `undefined > 0` and `'abc' > 0` are both false, so\nmissin\n[…]\n stay reachable for the cold cases.\n\nBench (SOLO=1 PHASES=adding generate vs main, two-process):\n preact +10.5%, react +10.2%, amp +7.3%, vscode +6.4%,\n issue-41 +5.2%, babel.min +3.9% — mean ~+7.3%",
"is_bot": false,
"headline": "perf: simplify _validateMapping — hot path first, drop redundant 'in'…",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2026-05-10T21:05:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "960454dc8635133f60fb6c89bef18eb326a0a228",
"body": "… (#65)\n\nThree per-mapping hot paths followed `add()` with `indexOf()` to grab the\ninserted/existing index. Both call into the same Map: `add` does a\nhas+set+get-equivalent, `indexOf` does a redundant get. Returning the\nindex from `add` lets callers get the result for free — one Map op per\nsource/na\n[…]\nct +21.4%, amp +20.5%, issue-41 +34.8%,\n vscode +21.1%, babel.min +0.2% — flat, very few unique sources)\n\nAPI: ArraySet.add gains a return value. Existing callers ignoring it\nkeep working unchanged.",
"is_bot": false,
"headline": "perf: ArraySet.add returns index — drop trailing indexOf in hot paths…",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2026-05-10T20:59:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d4ebfea8021f6d7842e666a6370cefd51f4d6f95",
"body": "…eMap (#64)\n\n* perf: typed-array MappingList — slab storage + slab-direct serializer + applySourceMap rebuild\n\nReplace lib/mapping-list.js's `Array<{...mappingObject}>` backing store with\nan Int32Array slab. 6 i32 slots per mapping (genLine, genCol, srcIdx,\norigLine, origCol, nameIdx), -1 sentinel f\n[…]\n the source-less mapping passes through\nunchanged while the sourced one transforms.\n\nBumps all-files branch coverage 96.94 → 97.21 (above the 97 threshold).\nsource-map-generator.js is now 100/100/100.",
"is_bot": false,
"headline": "perf: typed-array MappingList with slab-direct serializer + fromSourc…",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2026-05-10T20:34:41Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "06e7b8457629a6d7f85fcb460ff33d5202367785",
"body": "* perf: inline lastGeneratedColumn getArg in trace return paths\n\nReplace `util.getArg(mapping, 'lastGeneratedColumn', null)` with a direct\nproperty read + null fallback at three return-site call points:\n\n- BasicSourceMapConsumer.generatedPositionFor (per-query return)\n- SourceMapConsumer.allGenerate\n[…]\n\n\nBigger than the constructor preamble alone explains — likely a hidden-\nclass effect where direct property writes shape the SourceMapGenerator\ninstance more predictably than the opaque getArg return.",
"is_bot": false,
"headline": "perf: inline optional getArg in SourceMapGenerator constructor (#62)",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2026-05-10T19:25:25Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5692d84a03108e63d7fff0951e45bfe35dae57e5",
"body": "Replace `util.getArg(mapping, 'lastGeneratedColumn', null)` with a direct\nproperty read + null fallback at three return-site call points:\n\n- BasicSourceMapConsumer.generatedPositionFor (per-query return)\n- SourceMapConsumer.allGeneratedPositionsFor (per-mapping in result, two\n inner loops)\n\n`mappin\n[…]\nES=genpos-speed):\n\n amp.js.map +5.2%\n babel.min.js.map +5.5%\n issue-41.js.map +4.6%\n preact.js.map +4.7%\n react.js.map +0.3%\n vscode.map +14.0%\n mean +5.7%",
"is_bot": false,
"headline": "perf: inline lastGeneratedColumn getArg in trace return paths (#61)",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2026-05-10T19:19:50Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "928f00c4fd71159618ab955885ac7de890ed8dae",
"body": "Same pattern as #59 applied to the per-query hot path. Three sites:\n\n1. originalPositionFor (Basic) — `bias` is optional with default GLB.\n Replace `util.getArg(aArgs, 'bias', GLB)` with\n `aArgs.bias != null ? aArgs.bias : GLB`. Saves one function call +\n one `'bias' in aArgs` prototype-walk p\n[…]\nitions speed: mean +11% (-7% to +37%)\n overall mean across 18 rows: +13.5%\n\nNegative outliers (issue-41 ascending, vscode genpos-speed) are inside\nbench variance on noisy fixtures.",
"is_bot": false,
"headline": "perf: inline optional getArg + hoist source in trace methods (#60)",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2026-05-10T19:10:35Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9f904939f03ef64a2fdc0fc4a2572abb9acebd9f",
"body": "addMapping is the per-mapping bottleneck on the generate side (per\nbench-data-followups #4 — slower than encoded output throughput). Two\nsmall wins on the hot path:\n\n1. Replace `util.getArg(aArgs, 'original'|'source'|'name', null)` with\n direct `aArgs.X != null ? aArgs.X : null` reads. Each getArg\n[…]\ne-41.js.map Adding +112%\n preact.js.map Adding +69% / Generate +6%\n react.js.map Adding +57%\n vscode.map Adding +68%\n\n mean +33% across all 12 rows, +65% across addMapping alone.",
"is_bot": false,
"headline": "perf: inline getArg + drop redundant has() in addMapping (#59)",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2026-05-10T19:00:31Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4f1360f3d5743aca788c8efa28271d8bf1988c6d",
"body": "Consecutive mappings almost always share `mapping.source` (and frequently\n`mapping.name`) — bundler output groups mappings by source, then by name.\nThe previous code called `this._sources.indexOf(mapping.source)` and\n`this._names.indexOf(mapping.name)` on every iteration, each hitting the\nArraySet's\n[…]\nPHASES=generate):\n\n amp.js.map +8.3%\n babel.min.js.map +1.9%\n issue-41.js.map +14.8%\n preact.js.map +4.0%\n react.js.map +4.0%\n vscode.map +5.0%\n mean +6.3%",
"is_bot": false,
"headline": "perf: cache last source/name indexOf result in _serializeMappings (#58)",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2026-05-10T18:52:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f2c01d04b1aed074cefc1435f14958b1355020dd",
"body": "…#57)\n\nMirror the pattern now in IndexedSourceMapConsumer._parseMappings (#56)\nand _buildOriginalMappings: collect __originalMappings into per-source\nbuckets during the conversion loop, sort each with\ncompareByOriginalPositionsNoSource (skip-sort-if-already-sorted), then\nconcat. Eliminates the flat \n[…]\nixture (via SourceMapGenerator.fromSourceMap) and times\nSourceMapConsumer.fromSourceMap on it. +6–22% on most fixtures, +52% on\nvscode (where many sources × 2M segments made the strcmp sort dominant).",
"is_bot": false,
"headline": "perf: bucket-by-source sort in BasicSourceMapConsumer.fromSourceMap (…",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2026-05-10T18:38:05Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a72a0199f31800af0a918cac2f4567f62f3701df",
"body": "…s (#56)\n\nMirror the pattern BasicSourceMapConsumer._buildOriginalMappings already\nuses: collect __originalMappings into per-source buckets during parse, then\nsort each bucket with compareByOriginalPositionsNoSource. Eliminates the\nflat quickSort that ran compareByOriginalPositions (with strcmp on t\n[…]\nts/bench-indexed-init.js) shows +7–20% on init across all sizes;\nnone of the standard jridgewell trace fixtures are sectioned, so this\nscript is the only way to exercise IndexedSourceMapConsumer init.",
"is_bot": false,
"headline": "perf: bucket-by-source sort in IndexedSourceMapConsumer._parseMapping…",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2026-05-10T18:30:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3110d2f3ee27b04240ca100d1d38c71179293be0",
"body": "Mirror PR #49's optimization for the third call site that was still\nre-resolving source URLs per mapping. `eachMapping` walked\n`_generatedMappings` / `_originalMappings` and called\n`util.computeSourceURL(sourceRoot, _sources.at(i), sourceMapURL)` on\neach entry. The constructor already precomputes th\n[…]\nercised by the jridgewell\ntrace/generate suites), but the rationale is identical to #49 and the\ngain shows up on any caller that walks all mappings — debuggers,\ntooling that re-emits source maps, etc.",
"is_bot": false,
"headline": "perf: index into _absoluteSources in eachMapping (#54)",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2026-05-10T17:57:34Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0cd7b1efab15bf11dad4c1fc14257d0e008e59fe",
"body": "The trace bench rig didn't have an `eachMapping` phase, so any change\nthat touches the per-mapping result-building path inside `eachMapping`\n(e.g. the precomputed `_absoluteSources` index) had no measurement\nhook. Add two phases — generated order and original order — keyed\nunder `PHASES=eachmapping-\n[…]\nrelaxed it to `[A-Za-z]` so `eachMapping speed\n(...)` headers are recognized.\n\nSmoke run on preact.js.map shows ~35k ops/sec on both orders;\nself-vs-self bench-diff settles at ±0.3% (rig noise floor).",
"is_bot": false,
"headline": "chore(bench): add eachMapping phases to jridgewell bench (#55)",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2026-05-10T17:57:06Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "115420a1fd44bf9bdc75c359841a33f0205a182e",
"body": "`originalPositionFor` already has a single-slot warm-start cache\n(PR #47). The natural analog for `generatedPositionFor` is per-source,\nbecause the typical walk pattern is `for (s of sources) gpf(s, L, C)`\n— each iteration switches source, so a single-slot cache would miss\nevery call.\n\nAdd `_gpfBySr\n[…]\nry other call site (the\nsame discipline used in #47).\n\nNo API change. IndexedSourceMapConsumer.generatedPositionFor delegates\nto BasicSourceMapConsumer.generatedPositionFor and benefits\nautomatically.",
"is_bot": false,
"headline": "perf: per-source warm-start cache for generatedPositionFor (#53)",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2026-05-10T17:35:39Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "29cc627a169a2d0eba865228f42da03b6533963e",
"body": "`_findSourceIndex` returns the integer index for a source string. The\nfallback path (when the relative-source check misses) is an O(N) linear\nscan of `_absoluteSources`, and the typical loop pattern\n`for (s of consumer.sources) consumer.generatedPositionFor({source: s, ...})`\nhits that fallback once\n[…]\nso we don't re-scan for sources that\ngenuinely aren't in the map.\n\nHelps `generatedPositionFor`, `allGeneratedPositionsFor`,\n`sourceContentFor`, and the IndexedSourceMapConsumer source-validity\ncheck.",
"is_bot": false,
"headline": "perf: memoize _findSourceIndex string→index lookups (#50)",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2026-05-10T17:16:56Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4aaef49e4a79f84fbd405c0ec157c604a08e322d",
"body": "`_parseMappings` initializes every mapping with `generatedLine`,\n`generatedColumn`, `source`, `originalLine`, `originalColumn`, and\n`name` — null when unset, integer otherwise. The `originalPositionFor`,\n`generatedPositionFor`, and `allGeneratedPositionsFor` result builders\nwere reading those via `u\n[…]\ness. `lastGeneratedColumn`\nkeeps `getArg` because it's added lazily by `computeColumnSpans` only,\nso its presence isn't guaranteed.\n\nPure mechanical refactor; no semantic change. Tests pass unchanged.",
"is_bot": false,
"headline": "perf: drop util.getArg on always-set mapping fields in hot paths (#51)",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2026-05-10T17:16:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "82869b65a78c353bc78234c61b12dac826bd27f4",
"body": "Direct analog of #36 (skip-sorted check in `sortGenerated`), applied to\n`_buildOriginalMappings`. Well-formed source maps emit segments in\noriginal-position order within each source, so after grouping mappings\nby source, the per-source array is usually already sorted by\n(originalLine, originalColumn\n[…]\ne.\n\nCoverage adds a new internals test that crafts a 2-segment map where\ngenerated and original orders disagree, forcing the per-source array\nto be unsorted and exercising the actual quickSort branch.",
"is_bot": false,
"headline": "perf: skip sorting per-source originalMappings when already sorted (#52)",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2026-05-10T17:15:25Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "26c2ea7625be5e3c65054d47af07add72a1a7c1c",
"body": "`originalPositionFor` was re-resolving the source URL on every hit:\n`_sources.at(source)` then `util.computeSourceURL(sourceRoot, src,\nsourceMapURL)`. The constructor already precomputes the same value per\nsource index in `_absoluteSources`, so the hot path can index into it\ndirectly and skip the URL parse + resolve.\n\nNo behavior change: `_absoluteSources[i]` is built as\n`computeSourceURL(sourceRoot, _sources.at(i), sourceMapURL)`, which is\nexactly what the inlined call returned.",
"is_bot": false,
"headline": "perf: read precomputed absolute source URL in originalPositionFor (#49)",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2026-05-10T16:35:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7c92ec69fdbb580b0d233289402fa318288bafa",
"body": "bench-delta.js (used by scripts/bench-diff.sh) only diffs the\n\"source-map-js current\" rows across two runs, so every other library's\nops/sec line is pure runtime tax in the bench-diff workflow. And many\nperf changes are isolated to one phase (e.g. originalPositionFor →\n\"Trace speed (random)\" and \"Tr\n[…]\nh-diff.sh main trace\n\nDrops ~50min full-fixture run to under 2min while preserving the\ntwo-process methodology (which is what avoids the V8 cross-module\ninit bias documented in scripts/bench-diff.sh).",
"is_bot": false,
"headline": "chore(bench): add SOLO and PHASES env filters to jridgewell bench (#48)",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2026-05-10T16:25:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "280a81921257257e93f8b5cb05dfe809d303e23f",
"body": "Replace the range-check ladder in base64.decode with a 128-entry\nUint8Array indexed by char code (255 sentinel for invalid).\nInline the LUT lookup in the VLQ decoder hot loop, removing the\nfunction-call boundary per VLQ digit on the multi-byte path.",
"is_bot": false,
"headline": "perf: use Uint8Array LUT for base64 decode (#46)",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2026-05-10T15:22:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0dabcdccc33a7d0082f1d27cdd94a589fd52c25b",
"body": "Avoid stack-frame allocation per probe and removes a deep-stack\ncrash risk on large maps (e.g., the 9-deep recursive_search call\nseen on vscode.map's 2.1M segments).",
"is_bot": false,
"headline": "perf: convert recursive binary search to iterative (#45)",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2026-05-10T15:09:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ca088d2d5a9be76a267ce6c18bfb7a785457c17",
"body": "Real-world bundler workflows query originalPositionFor with\nmonotonically increasing columns within the same generated line.\nCache the previous (line, column, index) tuple on the consumer;\nwhen a new query has the same line and a column at-or-after the\ncached one, run a bounded inline binary search on\n[cachedIndex, len) instead of binary-searching the full mapping\narray from index 0. binarySearch.search is unchanged so its V8\noptimization profile is preserved on every other call site.",
"is_bot": false,
"headline": "perf: warm-start cache for originalPositionFor",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2026-05-10T15:08:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b567cf7ae0b076801c365e79fb45ff4abf8a4006",
"body": "Replace `new Mapping()` with an object literal. V8 optimizes both\nfor hidden class, but the object literal avoids constructor call\noverhead.\n\nResults: -41% parsing time\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "perf: use object literal instead of Mapping constructor",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2026-05-09T23:53:29Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "06d46aeb224b3e8bfde0ef3585e7e16d239c2644",
"body": "Pre-allocate a single 5-element segment array and use a length counter\ninstead of creating a new array and using push() for each mapping.\n\nAvoids ~2.35M array allocations during parsing.\n\nBenchmark shows ~4.4% parsing improvement (~15ms on 2.35M mappings).\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "perf: reuse segment array to avoid allocations per mapping",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2026-05-09T23:52:10Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f4a7575f35a6acace076ab193b68beb39e4a7074",
"body": "Add a lookup table for single-byte VLQ values (values -15 to 15) which\nare the most common in source maps. This avoids the function call\noverhead to base64VLQ.decode for these common cases.\n\nResults: -5% parsing time\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "perf: add fast path for single-byte VLQ decode",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2026-05-09T23:50:02Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "086e4630b422e04d8dad7fb597e4cf29792bbd3d",
"body": "Instead of pre-scanning to find the segment end, decode VLQ values\ndirectly and stop when hitting a separator. This eliminates one\nloop iteration per segment.\n\nResults: -3-6% parsing time\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "perf: remove end-finding loop in VLQ decode",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2026-05-09T23:48:01Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "83de12de1891f73c84c23e5cb42b7aeee8e567f8",
"body": "The inline-charCodeAt rewrite of _parseMappings removes all callsites of\n_charIsMappingSeparator, dropping function coverage below the 96 threshold.\nThe method remains on the prototype as a documented helper for subclasses,\nso cover it directly instead of deleting it.",
"is_bot": false,
"headline": "test: cover _charIsMappingSeparator directly",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2026-05-09T23:45:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "743ee64b417d6549e289185e37c193103347fadd",
"body": "- Replace charAt() + string comparison with charCodeAt() + numeric comparison\n- Inline _charIsMappingSeparator function call in hot loop\n- Remove unused cachedSegments variable\n- Remove dead str = aStr.slice() that created garbage\n\nBenchmark shows ~1.3% parsing improvement (~4.6ms on 2.35M mappings).\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "perf: optimize _parseMappings with charCodeAt and remove dead code",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2026-05-09T23:45:07Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "427a29a9bfe746ef9c9de9a6e6361971d4b8a5ff",
"body": "Move originalMappings construction out of _parseMappings into a separate\n_buildOriginalMappings method that's called lazily when _originalMappings\nis first accessed.\n\nThis avoids the cost of grouping, sorting, and flattening originalMappings\nduring parsing when only generatedMappings is needed (common use case).\n\nBenchmark shows ~53% parsing improvement (~180ms on 2.35M mappings).\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "perf: lazily build originalMappings only when accessed",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2026-05-09T23:42:15Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b0c8dcdd7887c888854f522be25a583ae64bc4cb",
"body": "The skip-sorted-check optimization returns early on already-sorted input,\nwhich is the case for every existing test fixture. Without these tests the\nn==2 / n<20 / n>=20 sort branches and the \"found out-of-order\" pre-scan\npath stay uncovered, dropping line/branch coverage below the 98 / 97\nthresholds.\n\nHand-encodes mappings strings via base64VLQ so generated columns within a\nline can be deliberately out of order, then asserts eachMapping yields\nthem sorted.",
"is_bot": false,
"headline": "test: cover sortGenerated branches with unsorted-input maps",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2026-05-09T23:41:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "932170798d94cf59e5fb752eb7e60911fccee857",
"body": "Add early exit check in sortGenerated to detect if the array is already\nin sorted order before performing the actual sort. This is a common case\nfor well-formed source maps and saves the overhead of sorting operations.\n\nResults: -9% parsing time, -5% serialization time\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "perf: skip sorting when array is already sorted",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2026-05-09T23:41:56Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d7eee66ab93a8aed4b9ec4396fcc79ecea981cfd",
"body": "Add lookup table for VLQ encoding values -15 to 15, which encode to\na single base64 character. This avoids function call overhead for\nthe most common small delta values in source maps.\n\nResults: -3% serialization time\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "perf: add fast path for single-char VLQ encode",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2026-05-09T23:41:46Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "8bd727d2f562a05cb39350abd299dba022da7079",
"body": "Use direct string indexing instead of function call to base64.encode().\nAvoids function call overhead and bounds check in hot serialization path.\n\nBenchmark shows ~8.5% serialization improvement (~19ms on 2.35M mappings).\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "perf: inline base64 encode lookup in VLQ encoder",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2026-05-09T23:41:28Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "46bc64621381e411b3407ecb244070ebabbf362e",
"body": "scripts/bench-diff.sh runs `yarn bench:jridgewell:{trace,generate}` once on\nthe working tree and once with the lib files of a baseline ref overlaid\ninto the working tree. Each side runs in its own process; the candidate\nbuild's source-map.js / lib are restored on exit (incl. Ctrl-C / failure).\n\nscri\n[…]\nializes physically distinct module instances asymmetrically when\nthe bench chains `new Consumer(...).originalPositionFor(...)`. Validated\nmain vs main, single fixture: all rows within ±5%, mean +1.8%.",
"is_bot": false,
"headline": "add bench-diff rig (two-process, jridgewell)",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2026-05-09T14:49:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b1c06e69838fb776d647353cf6ecfe2e2cccafd4",
"body": null,
"is_bot": false,
"headline": "set engine to >=22",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2026-05-09T14:06:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6516bdd5065115dc0633801eb869cf034b40a5d1",
"body": null,
"is_bot": false,
"headline": "fix null-source crash in BasicSourceMapConsumer",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2026-05-09T12:03:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3f01c7fc2edb57df5ee9bd87ddb68ff6e375b30",
"body": null,
"is_bot": false,
"headline": "guard chrome bench reverse lookup against unreferenced sources",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2026-05-09T12:03:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78adfa095ce73badca0858fb3ee6788785e40aae",
"body": null,
"is_bot": false,
"headline": "add chrome 2026 version",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2026-05-09T11:48:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f8437977f8398522f17693ba61bc392b83f1805",
"body": null,
"is_bot": false,
"headline": "add benchmark methodlogy",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2026-05-09T11:27:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "434a2e0bd47003bf042724a52fefff609dd3e2f9",
"body": null,
"is_bot": false,
"headline": "fix tests",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2026-05-09T01:39:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d84472ce2c0689e15bc70a5ec6a436638b24d5a3",
"body": null,
"is_bot": false,
"headline": "update readme",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2026-05-09T01:34:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba5e3f8ed38fb67fe82aaed80790c5a1602fc37f",
"body": null,
"is_bot": false,
"headline": "update contributing",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2026-05-09T01:34:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d506d2003719f1171302e69045c14d05136ea1ee",
"body": null,
"is_bot": false,
"headline": "reorganize benchmarks",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2026-05-09T01:33:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18dfbb7f302a413873019f0e9d4d4319c53c2aa9",
"body": null,
"is_bot": false,
"headline": "reorganize tests",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2026-05-09T00:54:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b9d8b45a86740504b758a622b30d989fd10a46b",
"body": null,
"is_bot": false,
"headline": "set threshold",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2026-05-09T00:39:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25c8240c0274c046a72f1c50c3e3b3edf2934d05",
"body": null,
"is_bot": false,
"headline": "add test:coverage",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2026-05-09T00:31:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b18b55bf40f4599e4acd8c63f81e4858d780a01",
"body": null,
"is_bot": false,
"headline": "Add test for spec",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2026-05-09T00:11:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81f63e665ed4947aa89b8d7ffabcdba1708b3ac9",
"body": null,
"is_bot": false,
"headline": "port jridgewell/sourcemap benchmark",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2026-05-09T00:05:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dfd23b2d15ee76a59b34e5a6747ceb06f6ffee69",
"body": null,
"is_bot": false,
"headline": "port jridgewell/sourcemap tests",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2026-05-09T00:04:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58f19f1d355341904b1502bcbec9123cf8a5b1ae",
"body": null,
"is_bot": false,
"headline": "add missing tests",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2026-05-09T00:04:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "413211ab7d2776a206c87b90c4f2f9b46027bb2d",
"body": null,
"is_bot": false,
"headline": "move corepack enable",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2026-05-08T22:20:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7883823c7b2187f50d0ece179e7473c4456b67c",
"body": null,
"is_bot": false,
"headline": "setup ci",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2026-05-08T22:18:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc8ff7ffec64fd58a4416956cc63801c4f9020ba",
"body": null,
"is_bot": false,
"headline": "migrate to node native test",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2026-05-08T22:12:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "476086f1ec7146153195e493a562192f4202ae83",
"body": null,
"is_bot": false,
"headline": "Add benchmark description",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2026-02-01T23:10:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48a894685ea8ad89ca5be3d8d4191b42c218ab9b",
"body": null,
"is_bot": false,
"headline": "add nvmrc",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2026-02-01T14:57:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dad7d81fa4f9de715b830009d16091c03192994a",
"body": null,
"is_bot": false,
"headline": "fix benchmark stats",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2026-02-01T14:52:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d99462310400dda53b9e3e2c005d67c7b3c8cdf",
"body": null,
"is_bot": false,
"headline": "fix commands",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2026-02-01T14:52:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ecea498fa2cbf6a7e53006d0a860986243b83061",
"body": null,
"is_bot": false,
"headline": "fix build",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2026-02-01T14:36:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "329e7db259c6af904a9e74a67876fa57f24d8980",
"body": null,
"is_bot": false,
"headline": "fix web benchmark",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2026-02-01T14:22:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a3b37ef783c55aa11134d28d7944d2c66bf04a9",
"body": null,
"is_bot": false,
"headline": "fix shell benchmark",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2026-02-01T14:00:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5274e2b3bbab77b1098542931c170d32c53ab140",
"body": null,
"is_bot": false,
"headline": "migrate to yarn 4",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2026-02-01T13:56:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7899a86615c630f4fc220273ff9fe2e8e49a56df",
"body": "…t unsafe-eval (#29)",
"is_bot": false,
"headline": "Fix crash when executing browser with CSP script-src that don't permi…",
"author_name": "Xavier Fournet",
"author_login": "xfournet",
"committed_at": "2026-02-01T13:42:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "428d49f6b1e1614f082b7706fa879a3d9c64f728",
"body": null,
"is_bot": false,
"headline": "1.2.1",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2024-09-08T16:20:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8b2f0bc1d6c786c34ab3f4a61e2cdf7e1cae472",
"body": null,
"is_bot": false,
"headline": "Update changelog",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2024-09-08T16:20:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd538e430b1f54803ccf9ab7da8299d895b54c02",
"body": "Co-authored-by: Valentin Semirulnik <v7rulnik@gmail.com>",
"is_bot": false,
"headline": "Improve ts declarations (#27)",
"author_name": "Titian Cernicova-Dragomir",
"author_login": "dragomirtitian",
"committed_at": "2024-09-08T15:58:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f58a3f76a6029223f8fa3fefd7803256460880a",
"body": null,
"is_bot": false,
"headline": "Ensure null source is respected. (#26)",
"author_name": "Titian Cernicova-Dragomir",
"author_login": "dragomirtitian",
"committed_at": "2024-09-08T15:45:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9403576748b1b3dfc6b3588ae80e85b7ecc5bf84",
"body": null,
"is_bot": false,
"headline": "Fix TS2306 “not a module” errors in type definitions (#16)",
"author_name": "Anders Kaseorg",
"author_login": "andersk",
"committed_at": "2024-09-08T15:39:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b69fab7227431b5973ce65d3f7a38c85cfdbc75",
"body": null,
"is_bot": false,
"headline": "1.2.0",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2024-03-19T16:21:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5df6a3a89fb8321460955603f2975d94f01bef8",
"body": null,
"is_bot": false,
"headline": "Update changelog",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2024-03-19T16:20:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9072aaee541a3cdc97813088348e0c82683d005",
"body": null,
"is_bot": false,
"headline": "Fix typo",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2024-03-19T16:20:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "420748b6a910eca7119515fecf1b4925bdd1c3cd",
"body": "Co-authored-by: Valentin Semirulnik <v7rulnik@gmail.com>",
"is_bot": false,
"headline": "Add generator options to fromSourceMap (#22)",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2024-03-19T16:15:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0a16e5ffea9c8f928d99c6ab31a8f71aa394be6",
"body": null,
"is_bot": false,
"headline": "1.1.0",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2024-03-17T19:32:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d1d81fe243c7e5e8c75ffe64d3de44095cfd8ee",
"body": null,
"is_bot": false,
"headline": "Add ignoreInvalidMapping option (#21)",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2024-03-17T19:30:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c9b10ee3f86cea195ab1bb75c90e007fa506c48",
"body": null,
"is_bot": false,
"headline": "Do not throw an error since broken prev map is popular issue (#20)",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2024-03-17T18:40:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45f749258534a412841da289e7f5f7528e46bd61",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG.md",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2024-03-17T18:38:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ab15d9fa829677bb627fb6127f658f319e0cbcb",
"body": null,
"is_bot": false,
"headline": "1.0.3",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2024-03-17T18:30:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89637a3d13d9c469e0f091ca3ab879c2566c5478",
"body": null,
"is_bot": false,
"headline": "Update changelog",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2024-03-17T18:30:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e5dfccf75f84f619d3646188aef7ef7cf8f6376",
"body": null,
"is_bot": false,
"headline": "Use sourceContents when non-null, even if it's an empty string (#17)",
"author_name": "Braden Shepherdson",
"author_login": "bshepherdson",
"committed_at": "2024-02-13T11:25:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04907d5b2dc88bef63e5399452fa6a696f90bf66",
"body": null,
"is_bot": false,
"headline": "1.0.2",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2022-01-18T16:22:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ea048db19186e0c7da8bf2354bca73ace5adc1a",
"body": null,
"is_bot": false,
"headline": "update changelog",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2022-01-18T16:22:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed384350b16ce64606898500861f903856684e9b",
"body": null,
"is_bot": false,
"headline": "Replace webpack with sass in readme",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2022-01-18T16:07:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e898a82f135f4d4ee7d108d816cba92d16ff5f61",
"body": null,
"is_bot": false,
"headline": "Add types for path imports (#13)",
"author_name": "Bogdan Chadkin",
"author_login": "TrySound",
"committed_at": "2022-01-18T16:03:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47654d26c5bbca04b9fb5008a550ed4529c2e94e",
"body": null,
"is_bot": false,
"headline": "1.0.1",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2021-11-08T19:45:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4a7b6d5c00859e5a47ad3b6f3475808152559c0",
"body": null,
"is_bot": false,
"headline": "update changelog",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2021-11-08T19:45:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ca858b70dd5e20b2229b84abace15b29b60fc9c",
"body": null,
"is_bot": false,
"headline": "Remove cleanComments optimization (#10)",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2021-11-08T19:42:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "895d9cc038968d3eef5edd63140db847d196663a",
"body": null,
"is_bot": false,
"headline": "1.0.0",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2021-11-04T20:49:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0903e196ee5c6c05e9ba13df134cfa9a3e8a43e3",
"body": null,
"is_bot": false,
"headline": "update changelog",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2021-11-04T20:44:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5524ce0a34d9d72ab89317e07f7e40b6f115e176",
"body": null,
"is_bot": false,
"headline": "Reduce npm package size (#7)",
"author_name": "Andrey Sitnik",
"author_login": "ai",
"committed_at": "2021-11-04T20:30:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f45fcf97b6d5310c5737da9819d59c304412ab2b",
"body": null,
"is_bot": false,
"headline": "Reduce memory usage of eachMapping w/ loop (#5)",
"author_name": "Oskari Noppa",
"author_login": "noppa",
"committed_at": "2021-10-29T15:17:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49cfea594b4730fbc7c56a98af55bcf503c0ac79",
"body": null,
"is_bot": false,
"headline": "Fix `package.json#typings` field (#6)",
"author_name": "Takuya Fukuju",
"author_login": "chalkygames123",
"committed_at": "2021-10-29T14:48:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d650556c120577339db368944011066b596a71df",
"body": null,
"is_bot": false,
"headline": "Port benchmark from upstream (#3)",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2021-02-13T21:45:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a14498cda8215caa8473f25b5ffba774ffc5da66",
"body": null,
"is_bot": false,
"headline": "0.6.2",
"author_name": "Valentin Semirulnik",
"author_login": "7rulnik",
"committed_at": "2021-02-07T21:52:10Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 7,
"commits_last_year": 70,
"latest_release_at": "2024-09-08T16:24:37Z",
"latest_release_tag": "v1.2.1",
"releases_from_tags": false,
"days_since_last_push": 72,
"active_weeks_last_year": 2,
"days_since_latest_release": 681,
"mean_days_between_releases": 173.1
},
"community": {
"has_readme": false,
"has_license": false,
"has_description": false,
"has_contributing": false,
"health_percentage": null,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "source-map-js",
"exists": true,
"license": "BSD-3-Clause",
"keywords": [],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/source-map-js",
"is_deprecated": false,
"latest_version": "1.2.1",
"repository_url": "https://github.com/7rulnik/source-map-js",
"versions_count": 8,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 652778455,
"first_published_at": "2021-02-07T21:53:50.190000Z",
"latest_published_at": "2024-09-08T16:22:55.645000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 681
}
]
},
"popularity": {
"forks": 14,
"stars": 103,
"watchers": 0,
"fork_history": {
"days": [
{
"date": "2021-07-22",
"count": 1
},
{
"date": "2021-08-29",
"count": 1
},
{
"date": "2021-12-18",
"count": 1
},
{
"date": "2021-12-29",
"count": 1
},
{
"date": "2022-07-16",
"count": 1
},
{
"date": "2022-09-02",
"count": 1
},
{
"date": "2022-11-01",
"count": 1
},
{
"date": "2023-03-06",
"count": 1
},
{
"date": "2023-05-04",
"count": 1
},
{
"date": "2024-01-08",
"count": 1
},
{
"date": "2024-03-18",
"count": 1
},
{
"date": "2024-08-28",
"count": 1
},
{
"date": "2024-10-03",
"count": 1
},
{
"date": "2026-05-04",
"count": 1
}
],
"complete": true,
"collected": 14,
"total_forks": 14
},
"star_history": null,
"open_issues_and_prs": 6
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 15927873,
"source_files_sampled": 51,
"oversized_source_files": 5,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "minimist",
"direct": false,
"version": "1.1.3",
"severity": "critical",
"ecosystem": "npm",
"cvss_score": 9.8,
"advisory_ids": [
"GHSA-vh95-rmgr-6w4m",
"GHSA-xvch-5gv4-984h"
],
"fixed_version": "1.2.6",
"advisory_count": 2,
"oldest_advisory_days": 2300
},
{
"name": "underscore",
"direct": false,
"version": "1.12.0",
"severity": "critical",
"ecosystem": "npm",
"cvss_score": 9.8,
"advisory_ids": [
"GHSA-cf4h-3jhx-xvhq",
"GHSA-qpx9-hpmf-5gmw"
],
"fixed_version": "1.13.8",
"advisory_count": 2,
"oldest_advisory_days": 1903
},
{
"name": "braces",
"direct": false,
"version": "3.0.2",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-grv7-fg5c-xmjg"
],
"fixed_version": "3.0.3",
"advisory_count": 1,
"oldest_advisory_days": 798
},
{
"name": "cross-spawn",
"direct": false,
"version": "7.0.3",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-3xgq-45jj-v275"
],
"fixed_version": "7.0.5",
"advisory_count": 1,
"oldest_advisory_days": 621
},
{
"name": "picomatch",
"direct": false,
"version": "2.3.0",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-3v7f-55p6-f55p",
"GHSA-c2c7-rcm5-vvqj"
],
"fixed_version": "4.0.4",
"advisory_count": 2,
"oldest_advisory_days": 118
},
{
"name": "micromatch",
"direct": false,
"version": "4.0.4",
"severity": "moderate",
"ecosystem": "npm",
"cvss_score": 5.3,
"advisory_ids": [
"GHSA-952p-6rrq-rcjv"
],
"fixed_version": "4.0.8",
"advisory_count": 1,
"oldest_advisory_days": 798
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"high": 3,
"critical": 2,
"moderate": 1
},
"advisory_count": 9,
"affected_count": 6,
"assessed_count": 64,
"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": "@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/sourcemap-codec",
"direct": false,
"version": "1.5.5",
"ecosystem": "npm"
},
{
"name": "@jridgewell/trace-mapping",
"direct": false,
"version": "0.3.31",
"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": "anchor-markdown-header",
"direct": false,
"version": "0.5.7",
"ecosystem": "npm"
},
{
"name": "benchmark",
"direct": false,
"version": "2.1.4",
"ecosystem": "npm"
},
{
"name": "braces",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "clean-publish",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "core-util-is",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "cross-spawn",
"direct": false,
"version": "7.0.3",
"ecosystem": "npm"
},
{
"name": "doctoc",
"direct": false,
"version": "0.15.0",
"ecosystem": "npm"
},
{
"name": "dom-serializer",
"direct": false,
"version": "0.2.2",
"ecosystem": "npm"
},
{
"name": "domelementtype",
"direct": false,
"version": "1.3.1",
"ecosystem": "npm"
},
{
"name": "domelementtype",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "domhandler",
"direct": false,
"version": "2.2.1",
"ecosystem": "npm"
},
{
"name": "domutils",
"direct": false,
"version": "1.5.1",
"ecosystem": "npm"
},
{
"name": "emoji-regex",
"direct": false,
"version": "6.1.3",
"ecosystem": "npm"
},
{
"name": "entities",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "entities",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "fast-glob",
"direct": false,
"version": "3.2.7",
"ecosystem": "npm"
},
{
"name": "fastq",
"direct": false,
"version": "1.13.0",
"ecosystem": "npm"
},
{
"name": "fill-range",
"direct": false,
"version": "7.0.1",
"ecosystem": "npm"
},
{
"name": "fs-extra",
"direct": false,
"version": "10.0.0",
"ecosystem": "npm"
},
{
"name": "glob-parent",
"direct": false,
"version": "5.1.2",
"ecosystem": "npm"
},
{
"name": "graceful-fs",
"direct": false,
"version": "4.2.8",
"ecosystem": "npm"
},
{
"name": "htmlparser2",
"direct": false,
"version": "3.7.3",
"ecosystem": "npm"
},
{
"name": "inherits",
"direct": false,
"version": "2.0.4",
"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": "isarray",
"direct": false,
"version": "0.0.1",
"ecosystem": "npm"
},
{
"name": "isexe",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "jsonfile",
"direct": false,
"version": "6.1.0",
"ecosystem": "npm"
},
{
"name": "lilconfig",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "lodash",
"direct": false,
"version": "4.18.1",
"ecosystem": "npm"
},
{
"name": "lodash.sortby",
"direct": false,
"version": "4.7.0",
"ecosystem": "npm"
},
{
"name": "merge2",
"direct": false,
"version": "1.4.1",
"ecosystem": "npm"
},
{
"name": "micromatch",
"direct": false,
"version": "4.0.4",
"ecosystem": "npm"
},
{
"name": "minimist",
"direct": false,
"version": "1.1.3",
"ecosystem": "npm"
},
{
"name": "path-key",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "picomatch",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "platform",
"direct": false,
"version": "1.3.6",
"ecosystem": "npm"
},
{
"name": "punycode",
"direct": false,
"version": "2.3.1",
"ecosystem": "npm"
},
{
"name": "queue-microtask",
"direct": false,
"version": "1.2.3",
"ecosystem": "npm"
},
{
"name": "readable-stream",
"direct": false,
"version": "1.1.13",
"ecosystem": "npm"
},
{
"name": "reusify",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "run-parallel",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "shebang-command",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "shebang-regex",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "source-map",
"direct": false,
"version": "0.6.1",
"ecosystem": "npm"
},
{
"name": "source-map-js-latest",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "source-map-wasm",
"direct": false,
"version": "0.8.0-beta.0",
"ecosystem": "npm"
},
{
"name": "string_decoder",
"direct": false,
"version": "0.10.31",
"ecosystem": "npm"
},
{
"name": "to-regex-range",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "tr46",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "underscore",
"direct": false,
"version": "1.12.0",
"ecosystem": "npm"
},
{
"name": "universalify",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "update-section",
"direct": false,
"version": "0.3.3",
"ecosystem": "npm"
},
{
"name": "webidl-conversions",
"direct": false,
"version": "4.0.2",
"ecosystem": "npm"
},
{
"name": "whatwg-url",
"direct": false,
"version": "7.1.0",
"ecosystem": "npm"
},
{
"name": "which",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 64,
"direct_count": 0,
"indirect_count": 64
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 54,
"open_issues": 5,
"closed_ratio": 0.667,
"closed_issues": 10,
"closed_unmerged_prs": 4
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "fitzgen",
"commits": 346,
"avatar_url": "https://avatars.githubusercontent.com/u/74571?v=4"
},
{
"type": "User",
"login": "7rulnik",
"commits": 94,
"avatar_url": "https://avatars.githubusercontent.com/u/5969049?v=4"
},
{
"type": "User",
"login": "tromey",
"commits": 33,
"avatar_url": "https://avatars.githubusercontent.com/u/1557670?v=4"
},
{
"type": "User",
"login": "sokra",
"commits": 24,
"avatar_url": "https://avatars.githubusercontent.com/u/1365881?v=4"
},
{
"type": "User",
"login": "ejpbruel",
"commits": 17,
"avatar_url": "https://avatars.githubusercontent.com/u/186111?v=4"
},
{
"type": "User",
"login": "lydell",
"commits": 15,
"avatar_url": "https://avatars.githubusercontent.com/u/2142817?v=4"
},
{
"type": "User",
"login": "usrbincc",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/2506470?v=4"
},
{
"type": "User",
"login": "hibnico",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/282823?v=4"
},
{
"type": "User",
"login": "benthemonkey",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/3318034?v=4"
},
{
"type": "User",
"login": "zertosh",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/830952?v=4"
}
],
"contributors_sampled": 63,
"top_contributor_share": 0.541
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"yarn.lock"
],
"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": 1,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "30 out of 30 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 33 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 9,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "30 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 1,
"reason": "9 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "c1cd8904bb7bd0c7fb5879fcda48134d82a27934",
"ran_at": "2026-07-22T16:11:42Z",
"aggregate_score": 3.6,
"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-05-10T23:50:42Z",
"oldest_open_prs": [
{
"number": 75,
"created_at": "2026-06-03T21:01:22Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-05-10T23:50:16Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 9,
"created_at": "2021-10-29T15:44:16Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 14,
"created_at": "2022-01-18T16:26:11Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 30,
"created_at": "2025-02-13T17:49:02Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 42,
"created_at": "2026-05-05T00:02:53Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 43,
"created_at": "2026-05-07T05:25:54Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/7rulnik/source-map-js",
"host": "github.com",
"name": "source-map-js",
"owner": "7rulnik"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"security": 50,
"vitality": 48,
"community": 48,
"governance": 62,
"engineering": 45
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 48,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 46,
"inputs": {
"commits_last_year": 70,
"human_commit_share": 1,
"days_since_last_push": 72,
"active_weeks_last_year": 2
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 72 days ago",
"points": 18,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 72
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "2/52 weeks with commits",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 2
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "70 commits in the last year",
"points": 16.6,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 70
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "moderate",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 52,
"inputs": {
"releases_count": 7,
"latest_release_tag": "v1.2.1",
"releases_from_tags": false,
"days_since_latest_release": 681,
"mean_days_between_releases": 173.1
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "7 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 7
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 681 days ago",
"points": 7.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 681
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~173.1 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 173.1
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 72,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 72 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 72
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 48,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 42,
"inputs": {
"forks": 14,
"stars": 103,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "103 stars",
"points": 32.6,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 103
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "14 forks",
"points": 9.3,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 14
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 19,
"inputs": {
"has_readme": false,
"has_license": false,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "license file present, not a recognized license",
"points": 16.9,
"status": "partial",
"details": [
{
"code": "license_custom",
"params": {}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "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": [
"source-map-js"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 652778455
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "652,778,455 downloads/month across npm",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 652778455,
"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": 62,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 43,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 63,
"top_contributor_share": 0.541
},
"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 54% of commits",
"points": 10.3,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 54
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "63 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 63
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 33 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 67,
"inputs": {
"merged_prs": 54,
"open_issues": 5,
"closed_issues": 10,
"issue_closed_ratio": 0.667,
"closed_unmerged_prs": 4
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "67% of issues closed",
"points": 31.2,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 67
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "54/58 decided PRs merged",
"points": 35.6,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 54,
"decided": 58
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 67,
"inputs": {
"followers": 363,
"owner_type": "User",
"is_verified": null,
"owner_login": "7rulnik",
"public_repos": 116,
"account_age_days": 4629
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "363 followers of 7rulnik",
"points": 18.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 363,
"login": "7rulnik"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "116 public repos, account ~12 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 116
}
},
{
"code": "account_age_years",
"params": {
"years": 12
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "good",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 79,
"inputs": {
"packages": [
"source-map-js"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 681
},
"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 681 days ago",
"points": 14,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 681
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "8 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 8
}
}
],
"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": "at_risk",
"name": "Engineering Quality",
"value": 45,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "30 out of 30 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "critical",
"name": "Documentation",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": false,
"has_docs_dir": false,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 50,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 37,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.6
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection is not maximal on development and all release branches",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "30 out of 30 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 33 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "30 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "9 existing vulnerabilities detected",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 64 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": 64
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 9,
"affected_packages": 6,
"assessed_packages": 64,
"unassessed_packages": 0,
"affected_by_severity": "critical 2, high 3, moderate 1",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 64,
"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": 16
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 39,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 29,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.55,
"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": "55 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 29.3,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 55,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 42,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"yarn.lock"
],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.09,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "9 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 9,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"primary_language": "JavaScript",
"largest_source_bytes": 15927873,
"source_files_sampled": 51,
"oversized_source_files": 5
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "JavaScript without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "JavaScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "5/51 source files over 60KB",
"points": 49.6,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 51,
"oversized": 5
}
}
],
"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",
"Community profile unavailable"
],
"report_type": "repository",
"generated_at": "2026-07-22T16:12:14.524527Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/7/7rulnik/source-map-js.svg",
"full_name": "7rulnik/source-map-js",
"license_state": "custom",
"license_spdx": null
}