JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [
"monaco-editor",
"blazor",
"blazor-component",
"code",
"editor",
"formatter"
],
"is_fork": false,
"size_kb": 170943,
"has_wiki": false,
"homepage": "https://serdarciplak.github.io/BlazorMonaco/",
"languages": {
"C#": 652379,
"CSS": 6762,
"HTML": 15525,
"JavaScript": 51041
},
"pushed_at": "2026-06-28T19:17:36Z",
"created_at": "2020-04-20T20:11:56Z",
"owner_type": "User",
"updated_at": "2026-07-13T14:45:23Z",
"description": "Blazor component for Microsoft's Monaco Editor which powers Visual Studio Code.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "C#",
"significant_languages": [
"C#"
]
},
"owner": {
"blog": null,
"name": "Serdar Ciplak",
"type": "User",
"login": "serdarciplak",
"company": null,
"location": "Toronto, ON, Canada",
"followers": 26,
"avatar_url": "https://avatars.githubusercontent.com/u/54403770?v=4",
"created_at": "2019-08-22T12:40:35Z",
"is_verified": null,
"public_repos": 1,
"account_age_days": 2525
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v3.5.0",
"kind": "minor",
"published_at": "2026-06-28T19:09:49Z"
},
{
"tag": "v3.4.0",
"kind": "minor",
"published_at": "2025-10-26T03:26:45Z"
},
{
"tag": "v3.3.0",
"kind": "minor",
"published_at": "2024-12-26T21:45:48Z"
},
{
"tag": "v3.2.0",
"kind": "minor",
"published_at": "2024-02-25T00:58:29Z"
},
{
"tag": "v3.1.0",
"kind": "minor",
"published_at": "2023-08-27T03:29:25Z"
}
],
"recent_commits": [
{
"oid": "8a02d23d3b208f0a98373618269b6c8943e9d7b7",
"body": "v3.5.0",
"is_bot": false,
"headline": "Merge pull request #193 from serdarciplak/dev",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2026-06-28T19:02:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cef1aa15a0de4b2ff65731c888316232c62e83e5",
"body": null,
"is_bot": false,
"headline": "Preparing for release",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2026-06-28T18:55:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36f85abbfa9fa9f2c48806e3ae588aedae76079b",
"body": "Fixed null fields being passed to js",
"is_bot": false,
"headline": "Merge pull request #192 from serdarciplak/fix-null-fields",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2026-06-28T18:03:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be06db438c080c53df87edc583d1434cc085b8ce",
"body": null,
"is_bot": false,
"headline": "Fixed null fields being passed to js",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2026-06-28T18:03:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4d9aac52dfbdf2ffb36a5a96d1ebb865bbf598b",
"body": "Update to monaco-editor v0.55.1",
"is_bot": false,
"headline": "Merge pull request #191 from serdarciplak/update-0-55-1",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2026-06-27T19:19:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97aa4381ecb09ff6de12394ba64c8fb3032bceb6",
"body": null,
"is_bot": false,
"headline": "Updated the version in docs",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2026-06-27T19:18:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7519c4a2ed8be8eddfe5ff3fc6341604f8acd0f6",
"body": null,
"is_bot": false,
"headline": "Removed left over js lib files",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2026-06-27T19:13:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2964881f32eefefc0e053c3b9c46207f55f565a4",
"body": null,
"is_bot": false,
"headline": "Update the bridge for 0.55.1",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2026-06-27T19:05:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bce19ae9d0a4f077f59f40ddc302fd6516208707",
"body": null,
"is_bot": false,
"headline": "Update monaco-editor to 0.55.1",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2026-06-25T21:29:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd468feb61213e41a80d486115136f3b21a13289",
"body": "Add support for net10.0",
"is_bot": false,
"headline": "Merge pull request #182 from yaqian256/users/yaqian/net10",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2026-06-24T00:17:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c4ecc187edb23ea82fe7dc9b140db0934608fe0",
"body": "Updated version number from 3.5.0 to 3.4.0 in the project file.",
"is_bot": false,
"headline": "Change version number in BlazorMonaco.csproj",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2026-06-24T00:16:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90d52c5630e58c671213a3e3606cdcf46de389de",
"body": null,
"is_bot": false,
"headline": "Add support for net10.0",
"author_name": "Yanjiang Qian",
"author_login": null,
"committed_at": "2026-01-06T08:54:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4bcbfb2605e06ee3bfbdadc795b7a7f6752d66d5",
"body": "v3.4.0",
"is_bot": false,
"headline": "Merge pull request #180 from serdarciplak/develop",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2025-10-26T03:14:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34093ee2a44b8cc9cb363603417e4d703ba02ba9",
"body": null,
"is_bot": false,
"headline": "Doc updates",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2025-10-26T03:13:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea390272b35b515e57ab7aee6bbcb10cff252539",
"body": null,
"is_bot": false,
"headline": "Merge branch 'semantic-highlighting' into develop",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2025-10-26T02:23:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f09c40809da26f0be83228d9806c5055de4f182f",
"body": null,
"is_bot": false,
"headline": "Added the semanticHighlighting.enabled editor option",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2025-10-26T02:21:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e2f1c9b1befa3ba81df467f0d0e012d96af8bf1",
"body": "Update Monaco editor to v0.54.0",
"is_bot": false,
"headline": "Merge pull request #179 from serdarciplak/update-monaco",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2025-10-26T02:16:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11fce34e837db8803bcc1812774c2d35c0a95c61",
"body": null,
"is_bot": false,
"headline": "Update the bridge",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2025-10-22T23:19:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c17ec7e21565a448de111a6a78163f6212033db",
"body": null,
"is_bot": false,
"headline": "Update js library",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2025-10-22T23:17:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53c2a2f7690ef87d8d745c937859a0b37c0ce1f3",
"body": "Ignore exception when the component is disposed before it is initialized",
"is_bot": false,
"headline": "Merge pull request #178 from serdarciplak/dispose-exc",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2025-10-19T23:35:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "195c86b46879541e93e4d2b647a0075b1f1a5e35",
"body": null,
"is_bot": false,
"headline": "Ignore exception when the component is disposed before it is initialized",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2025-10-19T23:34:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4df670a36abcad60a71bcaa79afc90cb1ec49f0e",
"body": "Adding Hover Provider",
"is_bot": false,
"headline": "Merge pull request #177 from serdarciplak/hover-provider",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2025-10-19T23:08:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1402a1f9126997a3760b86e47b4c76ca5eb682bb",
"body": null,
"is_bot": false,
"headline": "Hover provider fixes and improvements",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2025-10-19T23:06:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d81e5182e580a8ab6cf1457a46da476ac1f2277",
"body": null,
"is_bot": false,
"headline": "Merge branch 'develop' into hover-provider",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2025-10-19T22:15:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f380f739488012df91bd8fab6b30726bfb5fafc",
"body": "Lint fixes",
"is_bot": false,
"headline": "Merge pull request #176 from serdarciplak/lint-fixes",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2025-10-19T17:55:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e68481b850c3d83731318bd49682317374b1230c",
"body": null,
"is_bot": false,
"headline": "More lint suggestions",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2025-10-19T17:53:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aac0819902c2e0c7ab3e4a0ce4592b5a5d3b67e3",
"body": null,
"is_bot": false,
"headline": "Applied lint suggestions",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2025-10-13T22:20:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ce1631288313d3533abf6a1f3e2176f4506a522",
"body": "Make BuiltinTheme constants public",
"is_bot": false,
"headline": "Merge pull request #164 from jjonescz/patch-1",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2025-10-13T20:55:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09152a5d01dc5557570170308a9e5c27573e72db",
"body": null,
"is_bot": false,
"headline": "Make BuiltinTheme constants public",
"author_name": "Jan Jones",
"author_login": "jjonescz",
"committed_at": "2025-06-21T12:34:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13fd54a2b38c2e4d5aeaa929e0dd87260c5d5270",
"body": null,
"is_bot": false,
"headline": "adding hover provider",
"author_name": "Phil Scott",
"author_login": "phil-scott-78",
"committed_at": "2025-03-15T16:04:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "347e19fd233612aaa8260a1c71b10585a1e7c95a",
"body": "v3.3.0",
"is_bot": false,
"headline": "Merge pull request #149 from serdarciplak/develop",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2024-12-26T21:33:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c47fa18b568b10f71dd93904b05bfd0c9e919e1a",
"body": null,
"is_bot": false,
"headline": "Updating the Github Pages deployment",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2024-12-26T21:32:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc111da68538aae41184d6c02be484a2f4e1b262",
"body": null,
"is_bot": false,
"headline": "Preparing v3.3.0",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2024-12-26T21:31:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a95b64653ee917f06232f19e2ff5151a5d92ee91",
"body": null,
"is_bot": false,
"headline": "Merge branch 'executeedits-check' into develop",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2024-12-26T20:28:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45f4db96fa5e1b8a3e7e538e82595808c9f413af",
"body": null,
"is_bot": false,
"headline": "Fixes in the create C# methods.",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2024-12-26T20:28:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d271ae54044257e4b593b3d31fe22971861060f5",
"body": "ExecuteEdits calls (with a callback) logs a warning that it's supported only in wasm apps",
"is_bot": false,
"headline": "Merge pull request #148 from serdarciplak/executeedits-check",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2024-12-26T20:27:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1417aa49dfc62185eba709cb98494396a0529cf",
"body": "Fixed lineNumbers option for server apps",
"is_bot": false,
"headline": "Merge pull request #147 from serdarciplak/fix-line-numbers",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2024-12-26T20:26:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c96247bcce06145843bf47a234dff73a29303523",
"body": null,
"is_bot": false,
"headline": "Preserving JSInvokable methods.",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2024-12-26T18:35:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd1de4311029797e15e947a74a76198bab74fed7",
"body": null,
"is_bot": false,
"headline": "Css cleanup in the sample apps.",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2024-12-26T16:47:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf34b95825ef5315f39e79674626e4ebd1e2ed4e",
"body": null,
"is_bot": false,
"headline": "Small clean ups in the jsInterop file",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2024-12-26T04:20:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9a5d3f442303c63c9f2a03b2f41c75dcab225dd",
"body": "…ed only in wasm apps.",
"is_bot": false,
"headline": "ExecuteEdits calls (with a callback) logs a warning that it's support…",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2024-12-26T02:18:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4cd7725427352d191a8a5a102761b1aa128ae0a5",
"body": null,
"is_bot": false,
"headline": "Renamed the getEditorLineNumber JS method.",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2024-12-24T05:22:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd9c5ef3cc5aba434486d44f684c6534487d379b",
"body": null,
"is_bot": false,
"headline": "Fixed lineNumbers option for server apps",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2024-12-24T04:55:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd4ebd4a69d00a9c1bba7da2b9f80cf0383f1b7d",
"body": null,
"is_bot": false,
"headline": "Small fixes",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2024-12-23T23:53:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b7d1db229d30683123aed84e59198256e5cd144",
"body": null,
"is_bot": false,
"headline": "Added a troubleshooting section to the README and updated its format",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2024-12-23T23:35:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "912671a6212f3c980b5c4ba08acb2abbc38c9929",
"body": null,
"is_bot": false,
"headline": "Merge branch 'monaco-editor-0.52.2' into develop",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2024-12-23T20:56:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c524d448c35f996dc88aff2ffcc103bcc25c272a",
"body": null,
"is_bot": false,
"headline": "Merge branch 'sample-server-app' into develop",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2024-12-23T20:51:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af18275994a4c9f7f4a12a0608f6958855186e97",
"body": null,
"is_bot": false,
"headline": "Updated the md files.",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2024-12-23T20:51:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db0d50386e1a480d792396437adbe905471bdf1c",
"body": null,
"is_bot": false,
"headline": "Fixes in the sample apps",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2024-12-23T20:50:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33d8767ff5774b73ef0d7fae8584cad88c1e3a6d",
"body": null,
"is_bot": false,
"headline": "Renamed the sample as SampleWebApp",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2024-12-22T20:43:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "880a6ef5de2568d80c4e4d13300a4d0fcb82efa5",
"body": null,
"is_bot": false,
"headline": "Added a sample server app.",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2024-12-22T20:26:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4fbe8fbb1fc6fb6f2e77a239ba9f14fcde7780b0",
"body": null,
"is_bot": false,
"headline": "Update to Monaco Editor 0.52.2",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2024-12-21T23:09:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a27a36ee6500b7f300acd9fe230c6565b183f62",
"body": null,
"is_bot": false,
"headline": "Small changes in the sample app.",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2024-12-21T18:18:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1765f5ed5f24b75d69b088c38fe8f8d611bdca14",
"body": null,
"is_bot": false,
"headline": "Updated the md files.",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2024-12-21T00:07:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0261d5a2fae34293240c163629c510ae0939ad3d",
"body": "…tionItemProvide.",
"is_bot": false,
"headline": "Added async support for RegisterCodeActionProvider and RegisterComple…",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2024-12-21T00:06:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b974667e033db3f19f31cb1908739785ceafbc9c",
"body": "When recreating editor overwrite value only if not specified",
"is_bot": false,
"headline": "Merge pull request #137 from FLAMESpl/develop",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2024-12-20T04:02:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53ba9b39bce46be8c5448db94405f372c4b9c4db",
"body": "…ntFormattingEditProvider\n\nAdam Driscoll's RegisterDocumentFormattingEditProvider implementation",
"is_bot": false,
"headline": "Merge pull request #146 from serdarciplak/adamdriscoll-RegisterDocume…",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2024-12-20T03:59:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "274500e8184061823db1c8c3e4063a96be2568c7",
"body": "…itProvider",
"is_bot": false,
"headline": "Merge branch 'develop' into adamdriscoll-RegisterDocumentFormattingEd…",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2024-12-20T03:50:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e09b84b2f0364942f4e493232b84c5229301d753",
"body": null,
"is_bot": false,
"headline": "Updates to the RegisterDocumentFormattingEditProvider implementation.",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2024-12-20T03:36:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b24857f78b4a47037bc27e75f4b4ac6a6ffcac1",
"body": "…ditProvider\n\nRegister document formatting edit provider",
"is_bot": false,
"headline": "Merge pull request #131 from adamdriscoll/RegisterDocumentFormattingE…",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2024-12-20T01:53:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e51e1b0411b1e223fc0376ec53124ecadfa33a4",
"body": null,
"is_bot": false,
"headline": "Code formatting updates",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2024-12-20T01:35:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89ed58d452d36499132874a11963a9453b7a1974",
"body": null,
"is_bot": false,
"headline": "Added net9.0 support",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2024-12-19T20:53:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0565d6619a91dc0dad8a40768522d55a1aaf8edd",
"body": null,
"is_bot": false,
"headline": "When recreating editor overwrite value only if not specified",
"author_name": "£ukasz Szafirski",
"author_login": null,
"committed_at": "2024-07-14T11:04:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ff96b38ed294e70a039af351810a7e2bba230d8",
"body": null,
"is_bot": false,
"headline": "Update example.",
"author_name": "Adam Driscoll",
"author_login": "adamdriscoll",
"committed_at": "2024-04-26T19:19:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fef4ea5404fe45bd6c7a0aa368cfe9d2a294a224",
"body": null,
"is_bot": false,
"headline": "DocumentFormatting.",
"author_name": "Adam Driscoll",
"author_login": "adamdriscoll",
"committed_at": "2024-04-26T18:57:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "669948158ae66dd846835db7657405adc3985896",
"body": "v3.2.0",
"is_bot": false,
"headline": "Merge pull request #122 from serdarciplak/develop",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2024-02-25T00:55:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8a095fcea46ce3e4043818bfcd80e68c9aae66d",
"body": null,
"is_bot": false,
"headline": "Preparing v3.2.0",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2024-02-25T00:54:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1bffcd85b281e7e7302567bf2b28348d4e8b962e",
"body": "Updated to Monaco Editor 0.46.0",
"is_bot": false,
"headline": "Merge pull request #121 from serdarciplak/monaco-editor-update",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2024-02-25T00:46:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69f3d6237b3e5c9ce5277175def3e2c86ddc6366",
"body": null,
"is_bot": false,
"headline": "Updated to Monaco Editor 0.46.0",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2024-02-25T00:38:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27415d216debe27eeb559725ca665132f1ffdcec",
"body": "Small improvements and fixes.",
"is_bot": false,
"headline": "Merge pull request #120 from serdarciplak/fixes",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2024-02-24T19:34:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9efbcc95c809d76a50dcc9c6cd0bfbb3210735a3",
"body": "- Added net8.0 support\n- Fixed a js exception in the diff editor\n- Fixed a link in the README",
"is_bot": false,
"headline": "Small improvements and fixes.",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2024-02-24T19:33:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b859e94f8e5b05dde6d26f0f346de3f00ff63699",
"body": null,
"is_bot": false,
"headline": "Fixed autocrlf",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2023-08-27T03:15:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62ca983ddc1988de05d0ad5264d39f06123e198e",
"body": "v3.1.0",
"is_bot": false,
"headline": "Merge pull request #100 from serdarciplak/develop",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2023-08-27T02:50:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d637976956ba7132cb37acb8194fa33208b3235",
"body": null,
"is_bot": false,
"headline": "Preparing v3.1.0",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2023-08-27T02:49:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2259c3c916ba24100a294d1f88fd148182515242",
"body": "Added support for Markers, CodeActionProviders, CompletionItemProviders",
"is_bot": false,
"headline": "Merge pull request #99 from serdarciplak/feature/markers",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2023-08-27T02:44:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a96ad0f94deef8357310840817d04fbf8f6e471f",
"body": null,
"is_bot": false,
"headline": "SampleApp marker fixes.",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2023-08-27T02:42:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad3db4379911ef9aeae1c0e8a19c4b9ff6cd8e3e",
"body": "Added support for RegisterCodeActionProvider.\nAdded support for RegisterCompletionItemProvider.",
"is_bot": false,
"headline": "Added support for ModelMarkers.",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2023-08-27T01:07:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77af443b71bcf8233df456546c07229ee0790151",
"body": "Added support for not using the static IJSRuntime instance and making BlazorMonaco usable in server-side apps.",
"is_bot": false,
"headline": "Merge pull request #98 from serdarciplak/feature/server-side",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2023-08-19T19:41:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b521ad717938228ae1aa77d0fc6f6f1f361430f",
"body": "… BlazorMonaco usable in server-side apps.",
"is_bot": false,
"headline": "Added support for not using the static IJSRuntime instance and making…",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2023-08-19T19:40:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c86bb805775e9a7f28d24048bd03150d5e92cdf0",
"body": "Small fixes",
"is_bot": false,
"headline": "Merge pull request #97 from serdarciplak/feature/small-fixes",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2023-08-07T23:47:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1890f90842b8f33c9debd6c47e20c999402ea37",
"body": null,
"is_bot": false,
"headline": "Small fixes",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2023-08-07T23:47:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d65fdf8c9f09148174ce7cc1fd09437f14bb5b9",
"body": "…eferences\n\nRemoved circular js object references while serializing decorations",
"is_bot": false,
"headline": "Merge pull request #96 from serdarciplak/feature/remove-circular-js-r…",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2023-08-07T19:57:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ac219088fa414f4ebeed9fb01d13efca0c0b8b1",
"body": null,
"is_bot": false,
"headline": "Fixes",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2023-08-07T19:54:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f291e94f1ae12a6d3bd91234fc43f55c51b36288",
"body": null,
"is_bot": false,
"headline": "Removed circular js object references while serializing decorations.",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2023-08-07T19:50:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4ee5ce5e903d0c9de38c7b5b1bf0c24b885e395",
"body": null,
"is_bot": false,
"headline": "Fixed the exception thrown when ConstructionOptions is not set.",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2023-01-29T22:16:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c04ea004c0a0e839387ed695259f5c4cc2b49e19",
"body": null,
"is_bot": false,
"headline": "Fix autocrlf",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2023-01-23T01:54:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ca17eccf97eb67953950604a028c8ea2e62579e",
"body": null,
"is_bot": false,
"headline": "v3.0.0",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2023-01-23T01:08:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ee83cf3be61e7b078f725ea539960b18ff4e6e1",
"body": null,
"is_bot": false,
"headline": "Updated the README",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2023-01-22T23:50:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fbd6302d33a4a863950361d01300cc70f972edc4",
"body": null,
"is_bot": false,
"headline": "Cleaner integration.",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2023-01-07T21:03:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "366ef4dbc297190eed2d6914ecc0bbb364e4bd96",
"body": null,
"is_bot": false,
"headline": "Added support for net6.0 and net7.0",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2022-12-26T22:38:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53676570e6a9e4af7123053356df28e618791efd",
"body": null,
"is_bot": false,
"headline": "Fixes",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2022-12-26T22:15:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a72fcda2ea1f4e2396a6a331ddd9b342ba9b74d4",
"body": null,
"is_bot": false,
"headline": "Updated Monaco Editor jslib to version 0.34.1",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2022-12-26T22:05:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a7c2570ad753951a44e908e16acdba40311edf1",
"body": "Refactorings.",
"is_bot": false,
"headline": "Get and update options.",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2022-12-26T20:33:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6cd75e3e508d0862ba7789020692040d2d0ef96d",
"body": null,
"is_bot": false,
"headline": "Refactorings and fixes",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2022-12-26T18:09:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04bfc81f93ce93ff481828f9ad24d281dd8cfcf6",
"body": null,
"is_bot": false,
"headline": "Added the test page",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2022-12-11T07:57:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35979fdaf0a261be0102cd8d6b39f367899a9628",
"body": null,
"is_bot": false,
"headline": "SampleApp edits",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2022-11-13T23:32:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3244b0a132c703fd36929780df6cef6f79615ed4",
"body": null,
"is_bot": false,
"headline": "Fixes",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2022-10-08T04:11:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f14e255c49b3f20802580eecb48580231a0ce68",
"body": "Fixes and improvements.",
"is_bot": false,
"headline": "Moved to js style editor class names.",
"author_name": "Serdar Ciplak",
"author_login": "serdarciplak",
"committed_at": "2022-10-02T04:56:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b46335bbd6ed073962fe47a19970f836a42276f1",
"body": null,
"is_bot": false,
"headline": "Refactorings.",
"author_name": "Serdar Ciplak",
"author_login": "sciplak-zng",
"committed_at": "2022-08-01T17:59:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f6ad9254ecb5621970807fb229d75cb604619dc",
"body": null,
"is_bot": false,
"headline": "Added JsRuntimeExt and refactored IJSRuntime usage",
"author_name": "Serdar Ciplak",
"author_login": "sciplak-zng",
"committed_at": "2022-07-31T05:41:41Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 5,
"commits_last_year": 28,
"latest_release_at": "2026-06-28T19:09:49Z",
"latest_release_tag": "v3.5.0",
"releases_from_tags": false,
"days_since_last_push": 23,
"active_weeks_last_year": 5,
"days_since_latest_release": 23,
"mean_days_between_releases": 259.2
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": []
},
"popularity": {
"forks": 114,
"stars": 587,
"watchers": 12,
"fork_history": {
"days": [
{
"date": "2020-04-23",
"count": 1
},
{
"date": "2020-05-11",
"count": 1
},
{
"date": "2020-05-20",
"count": 1
},
{
"date": "2020-06-30",
"count": 1
},
{
"date": "2020-07-26",
"count": 1
},
{
"date": "2020-08-05",
"count": 1
},
{
"date": "2020-08-17",
"count": 1
},
{
"date": "2020-10-12",
"count": 1
},
{
"date": "2020-11-11",
"count": 1
},
{
"date": "2020-12-07",
"count": 1
},
{
"date": "2020-12-10",
"count": 1
},
{
"date": "2020-12-12",
"count": 1
},
{
"date": "2020-12-18",
"count": 1
},
{
"date": "2020-12-21",
"count": 1
},
{
"date": "2021-01-26",
"count": 1
},
{
"date": "2021-02-04",
"count": 1
},
{
"date": "2021-02-16",
"count": 1
},
{
"date": "2021-02-22",
"count": 1
},
{
"date": "2021-03-05",
"count": 1
},
{
"date": "2021-03-20",
"count": 1
},
{
"date": "2021-03-29",
"count": 1
},
{
"date": "2021-04-08",
"count": 1
},
{
"date": "2021-04-20",
"count": 1
},
{
"date": "2021-04-26",
"count": 1
},
{
"date": "2021-05-01",
"count": 1
},
{
"date": "2021-05-15",
"count": 1
},
{
"date": "2021-08-17",
"count": 1
},
{
"date": "2021-09-19",
"count": 1
},
{
"date": "2021-10-13",
"count": 1
},
{
"date": "2021-12-28",
"count": 1
},
{
"date": "2022-02-24",
"count": 1
},
{
"date": "2022-02-26",
"count": 2
},
{
"date": "2022-03-23",
"count": 1
},
{
"date": "2022-04-02",
"count": 1
},
{
"date": "2022-04-12",
"count": 1
},
{
"date": "2022-04-22",
"count": 1
},
{
"date": "2022-04-23",
"count": 1
},
{
"date": "2022-04-25",
"count": 1
},
{
"date": "2022-04-26",
"count": 1
},
{
"date": "2022-05-28",
"count": 1
},
{
"date": "2022-06-06",
"count": 1
},
{
"date": "2022-06-13",
"count": 1
},
{
"date": "2022-06-19",
"count": 1
},
{
"date": "2022-07-23",
"count": 1
},
{
"date": "2022-07-30",
"count": 1
},
{
"date": "2022-09-16",
"count": 1
},
{
"date": "2022-09-22",
"count": 1
},
{
"date": "2022-10-09",
"count": 1
},
{
"date": "2022-10-17",
"count": 1
},
{
"date": "2022-11-26",
"count": 1
},
{
"date": "2022-12-31",
"count": 1
},
{
"date": "2023-01-05",
"count": 1
},
{
"date": "2023-01-24",
"count": 1
},
{
"date": "2023-02-28",
"count": 1
},
{
"date": "2023-03-11",
"count": 1
},
{
"date": "2023-03-21",
"count": 1
},
{
"date": "2023-03-22",
"count": 1
},
{
"date": "2023-04-09",
"count": 1
},
{
"date": "2023-04-26",
"count": 1
},
{
"date": "2023-04-27",
"count": 1
},
{
"date": "2023-05-09",
"count": 1
},
{
"date": "2023-05-13",
"count": 1
},
{
"date": "2023-05-16",
"count": 1
},
{
"date": "2023-06-18",
"count": 1
},
{
"date": "2023-06-21",
"count": 1
},
{
"date": "2023-06-29",
"count": 1
},
{
"date": "2023-07-07",
"count": 1
},
{
"date": "2023-07-17",
"count": 1
},
{
"date": "2023-08-31",
"count": 2
},
{
"date": "2023-11-28",
"count": 1
},
{
"date": "2023-12-01",
"count": 1
},
{
"date": "2023-12-11",
"count": 1
},
{
"date": "2023-12-19",
"count": 1
},
{
"date": "2023-12-21",
"count": 1
},
{
"date": "2023-12-29",
"count": 1
},
{
"date": "2024-01-19",
"count": 1
},
{
"date": "2024-02-03",
"count": 1
},
{
"date": "2024-02-05",
"count": 1
},
{
"date": "2024-03-21",
"count": 1
},
{
"date": "2024-03-22",
"count": 1
},
{
"date": "2024-03-26",
"count": 1
},
{
"date": "2024-04-25",
"count": 1
},
{
"date": "2024-05-16",
"count": 1
},
{
"date": "2024-05-18",
"count": 1
},
{
"date": "2024-05-31",
"count": 1
},
{
"date": "2024-06-21",
"count": 1
},
{
"date": "2024-08-03",
"count": 1
},
{
"date": "2024-08-05",
"count": 1
},
{
"date": "2024-09-24",
"count": 1
},
{
"date": "2024-12-03",
"count": 1
},
{
"date": "2025-01-19",
"count": 1
},
{
"date": "2025-01-27",
"count": 2
},
{
"date": "2025-02-28",
"count": 1
},
{
"date": "2025-03-05",
"count": 1
},
{
"date": "2025-06-21",
"count": 1
},
{
"date": "2025-07-23",
"count": 1
},
{
"date": "2025-08-04",
"count": 1
},
{
"date": "2025-09-04",
"count": 1
},
{
"date": "2025-11-25",
"count": 1
},
{
"date": "2026-01-06",
"count": 1
},
{
"date": "2026-01-21",
"count": 1
},
{
"date": "2026-01-27",
"count": 1
},
{
"date": "2026-02-04",
"count": 1
},
{
"date": "2026-03-02",
"count": 1
},
{
"date": "2026-04-12",
"count": 2
},
{
"date": "2026-05-20",
"count": 1
},
{
"date": "2026-05-28",
"count": 1
}
],
"complete": true,
"collected": 111,
"total_forks": 114
},
"star_history": {
"days": [
{
"date": "2020-04-28",
"count": 2
},
{
"date": "2020-04-29",
"count": 1
},
{
"date": "2020-05-05",
"count": 2
},
{
"date": "2020-05-13",
"count": 1
},
{
"date": "2020-05-18",
"count": 1
},
{
"date": "2020-05-19",
"count": 1
},
{
"date": "2020-05-29",
"count": 3
},
{
"date": "2020-05-30",
"count": 2
},
{
"date": "2020-06-01",
"count": 1
},
{
"date": "2020-06-07",
"count": 1
},
{
"date": "2020-06-20",
"count": 1
},
{
"date": "2020-06-22",
"count": 1
},
{
"date": "2020-06-27",
"count": 1
},
{
"date": "2020-06-30",
"count": 1
},
{
"date": "2020-07-08",
"count": 1
},
{
"date": "2020-07-09",
"count": 1
},
{
"date": "2020-07-19",
"count": 1
},
{
"date": "2020-07-21",
"count": 1
},
{
"date": "2020-07-22",
"count": 3
},
{
"date": "2020-07-23",
"count": 6
},
{
"date": "2020-07-24",
"count": 2
},
{
"date": "2020-07-25",
"count": 1
},
{
"date": "2020-07-27",
"count": 1
},
{
"date": "2020-08-08",
"count": 1
},
{
"date": "2020-08-10",
"count": 1
},
{
"date": "2020-08-11",
"count": 2
},
{
"date": "2020-08-16",
"count": 1
},
{
"date": "2020-08-17",
"count": 1
},
{
"date": "2020-08-20",
"count": 1
},
{
"date": "2020-08-28",
"count": 2
},
{
"date": "2020-08-31",
"count": 1
},
{
"date": "2020-09-08",
"count": 1
},
{
"date": "2020-09-15",
"count": 1
},
{
"date": "2020-10-10",
"count": 1
},
{
"date": "2020-10-29",
"count": 1
},
{
"date": "2020-11-02",
"count": 1
},
{
"date": "2020-11-05",
"count": 2
},
{
"date": "2020-11-10",
"count": 2
},
{
"date": "2020-11-12",
"count": 2
},
{
"date": "2020-11-15",
"count": 2
},
{
"date": "2020-11-17",
"count": 1
},
{
"date": "2020-11-21",
"count": 1
},
{
"date": "2020-11-23",
"count": 1
},
{
"date": "2020-12-08",
"count": 1
},
{
"date": "2020-12-16",
"count": 1
},
{
"date": "2020-12-17",
"count": 2
},
{
"date": "2020-12-22",
"count": 1
},
{
"date": "2021-01-02",
"count": 1
},
{
"date": "2021-01-07",
"count": 1
},
{
"date": "2021-01-18",
"count": 1
},
{
"date": "2021-01-20",
"count": 1
},
{
"date": "2021-01-22",
"count": 1
},
{
"date": "2021-01-26",
"count": 1
},
{
"date": "2021-02-01",
"count": 1
},
{
"date": "2021-02-08",
"count": 1
},
{
"date": "2021-02-15",
"count": 1
},
{
"date": "2021-02-16",
"count": 1
},
{
"date": "2021-02-18",
"count": 2
},
{
"date": "2021-02-26",
"count": 1
},
{
"date": "2021-02-27",
"count": 1
},
{
"date": "2021-03-01",
"count": 2
},
{
"date": "2021-03-02",
"count": 1
},
{
"date": "2021-03-11",
"count": 1
},
{
"date": "2021-03-20",
"count": 2
},
{
"date": "2021-03-29",
"count": 1
},
{
"date": "2021-04-01",
"count": 1
},
{
"date": "2021-04-06",
"count": 1
},
{
"date": "2021-04-07",
"count": 1
},
{
"date": "2021-04-20",
"count": 2
},
{
"date": "2021-04-25",
"count": 1
},
{
"date": "2021-04-28",
"count": 1
},
{
"date": "2021-05-01",
"count": 2
},
{
"date": "2021-05-02",
"count": 1
},
{
"date": "2021-05-04",
"count": 1
},
{
"date": "2021-05-10",
"count": 1
},
{
"date": "2021-05-11",
"count": 1
},
{
"date": "2021-05-19",
"count": 1
},
{
"date": "2021-05-20",
"count": 1
},
{
"date": "2021-05-21",
"count": 1
},
{
"date": "2021-05-24",
"count": 1
},
{
"date": "2021-06-29",
"count": 1
},
{
"date": "2021-06-30",
"count": 1
},
{
"date": "2021-07-04",
"count": 1
},
{
"date": "2021-07-14",
"count": 1
},
{
"date": "2021-07-20",
"count": 1
},
{
"date": "2021-07-26",
"count": 1
},
{
"date": "2021-07-28",
"count": 1
},
{
"date": "2021-07-31",
"count": 1
},
{
"date": "2021-08-01",
"count": 1
},
{
"date": "2021-08-02",
"count": 2
},
{
"date": "2021-08-04",
"count": 1
},
{
"date": "2021-08-11",
"count": 1
},
{
"date": "2021-08-14",
"count": 1
},
{
"date": "2021-08-22",
"count": 1
},
{
"date": "2021-09-05",
"count": 1
},
{
"date": "2021-09-13",
"count": 1
},
{
"date": "2021-09-15",
"count": 1
},
{
"date": "2021-09-20",
"count": 1
},
{
"date": "2021-09-29",
"count": 1
},
{
"date": "2021-10-12",
"count": 1
},
{
"date": "2021-10-13",
"count": 1
},
{
"date": "2021-10-21",
"count": 1
},
{
"date": "2021-10-23",
"count": 1
},
{
"date": "2021-10-27",
"count": 1
},
{
"date": "2021-11-02",
"count": 1
},
{
"date": "2021-11-04",
"count": 1
},
{
"date": "2021-11-21",
"count": 1
},
{
"date": "2021-11-28",
"count": 1
},
{
"date": "2021-12-09",
"count": 1
},
{
"date": "2021-12-10",
"count": 1
},
{
"date": "2021-12-20",
"count": 1
},
{
"date": "2022-01-06",
"count": 1
},
{
"date": "2022-01-12",
"count": 1
},
{
"date": "2022-01-25",
"count": 1
},
{
"date": "2022-01-29",
"count": 2
},
{
"date": "2022-02-04",
"count": 1
},
{
"date": "2022-02-19",
"count": 1
},
{
"date": "2022-03-03",
"count": 1
},
{
"date": "2022-03-07",
"count": 1
},
{
"date": "2022-03-08",
"count": 1
},
{
"date": "2022-03-25",
"count": 1
},
{
"date": "2022-03-27",
"count": 1
},
{
"date": "2022-04-02",
"count": 1
},
{
"date": "2022-04-22",
"count": 1
},
{
"date": "2022-04-30",
"count": 1
},
{
"date": "2022-05-10",
"count": 1
},
{
"date": "2022-05-14",
"count": 1
},
{
"date": "2022-05-15",
"count": 1
},
{
"date": "2022-05-19",
"count": 1
},
{
"date": "2022-05-25",
"count": 1
},
{
"date": "2022-06-06",
"count": 1
},
{
"date": "2022-06-12",
"count": 1
},
{
"date": "2022-06-13",
"count": 1
},
{
"date": "2022-06-15",
"count": 1
},
{
"date": "2022-06-22",
"count": 1
},
{
"date": "2022-07-12",
"count": 1
},
{
"date": "2022-07-15",
"count": 2
},
{
"date": "2022-08-03",
"count": 1
},
{
"date": "2022-08-05",
"count": 1
},
{
"date": "2022-08-06",
"count": 2
},
{
"date": "2022-08-07",
"count": 1
},
{
"date": "2022-08-17",
"count": 1
},
{
"date": "2022-08-20",
"count": 1
},
{
"date": "2022-08-25",
"count": 2
},
{
"date": "2022-08-29",
"count": 1
},
{
"date": "2022-09-01",
"count": 1
},
{
"date": "2022-09-09",
"count": 1
},
{
"date": "2022-09-13",
"count": 1
},
{
"date": "2022-09-16",
"count": 1
},
{
"date": "2022-09-20",
"count": 1
},
{
"date": "2022-09-23",
"count": 1
},
{
"date": "2022-09-25",
"count": 1
},
{
"date": "2022-09-26",
"count": 1
},
{
"date": "2022-10-05",
"count": 1
},
{
"date": "2022-10-10",
"count": 1
},
{
"date": "2022-10-11",
"count": 1
},
{
"date": "2022-10-12",
"count": 1
},
{
"date": "2022-10-14",
"count": 1
},
{
"date": "2022-10-22",
"count": 1
},
{
"date": "2022-11-03",
"count": 1
},
{
"date": "2022-11-05",
"count": 1
},
{
"date": "2022-11-07",
"count": 1
},
{
"date": "2022-11-14",
"count": 1
},
{
"date": "2022-11-17",
"count": 1
},
{
"date": "2022-11-18",
"count": 1
},
{
"date": "2022-11-22",
"count": 1
},
{
"date": "2022-11-26",
"count": 1
},
{
"date": "2022-12-01",
"count": 1
},
{
"date": "2022-12-03",
"count": 1
},
{
"date": "2022-12-08",
"count": 1
},
{
"date": "2022-12-16",
"count": 1
},
{
"date": "2022-12-21",
"count": 1
},
{
"date": "2022-12-22",
"count": 1
},
{
"date": "2022-12-27",
"count": 1
},
{
"date": "2022-12-31",
"count": 1
},
{
"date": "2023-01-01",
"count": 1
},
{
"date": "2023-01-04",
"count": 1
},
{
"date": "2023-01-08",
"count": 2
},
{
"date": "2023-01-13",
"count": 1
},
{
"date": "2023-01-15",
"count": 1
},
{
"date": "2023-01-17",
"count": 3
},
{
"date": "2023-01-19",
"count": 1
},
{
"date": "2023-01-23",
"count": 4
},
{
"date": "2023-01-26",
"count": 2
},
{
"date": "2023-01-27",
"count": 1
},
{
"date": "2023-02-02",
"count": 1
},
{
"date": "2023-02-10",
"count": 1
},
{
"date": "2023-02-12",
"count": 1
},
{
"date": "2023-02-13",
"count": 1
},
{
"date": "2023-02-15",
"count": 2
},
{
"date": "2023-02-20",
"count": 1
},
{
"date": "2023-02-26",
"count": 2
},
{
"date": "2023-03-05",
"count": 1
},
{
"date": "2023-03-07",
"count": 1
},
{
"date": "2023-03-08",
"count": 1
},
{
"date": "2023-03-12",
"count": 1
},
{
"date": "2023-03-13",
"count": 1
},
{
"date": "2023-03-14",
"count": 1
},
{
"date": "2023-03-18",
"count": 1
},
{
"date": "2023-03-21",
"count": 1
},
{
"date": "2023-03-23",
"count": 1
},
{
"date": "2023-03-24",
"count": 1
},
{
"date": "2023-03-27",
"count": 1
},
{
"date": "2023-03-28",
"count": 1
},
{
"date": "2023-03-29",
"count": 1
},
{
"date": "2023-03-30",
"count": 2
},
{
"date": "2023-03-31",
"count": 1
},
{
"date": "2023-04-02",
"count": 2
},
{
"date": "2023-04-07",
"count": 3
},
{
"date": "2023-04-08",
"count": 1
},
{
"date": "2023-04-12",
"count": 2
},
{
"date": "2023-04-21",
"count": 1
},
{
"date": "2023-04-27",
"count": 1
},
{
"date": "2023-05-05",
"count": 1
},
{
"date": "2023-05-06",
"count": 1
},
{
"date": "2023-05-07",
"count": 2
},
{
"date": "2023-05-08",
"count": 1
},
{
"date": "2023-05-10",
"count": 1
},
{
"date": "2023-05-15",
"count": 2
},
{
"date": "2023-05-17",
"count": 1
},
{
"date": "2023-05-30",
"count": 2
},
{
"date": "2023-06-03",
"count": 1
},
{
"date": "2023-06-07",
"count": 1
},
{
"date": "2023-06-09",
"count": 1
},
{
"date": "2023-06-13",
"count": 1
},
{
"date": "2023-06-14",
"count": 1
},
{
"date": "2023-06-20",
"count": 1
},
{
"date": "2023-06-21",
"count": 2
},
{
"date": "2023-06-29",
"count": 1
},
{
"date": "2023-07-08",
"count": 1
},
{
"date": "2023-07-11",
"count": 1
},
{
"date": "2023-07-18",
"count": 3
},
{
"date": "2023-07-21",
"count": 1
},
{
"date": "2023-07-24",
"count": 1
},
{
"date": "2023-07-25",
"count": 4
},
{
"date": "2023-07-27",
"count": 2
},
{
"date": "2023-07-31",
"count": 1
},
{
"date": "2023-08-01",
"count": 1
},
{
"date": "2023-08-17",
"count": 1
},
{
"date": "2023-08-24",
"count": 1
},
{
"date": "2023-08-26",
"count": 1
},
{
"date": "2023-09-02",
"count": 1
},
{
"date": "2023-09-09",
"count": 1
},
{
"date": "2023-09-12",
"count": 1
},
{
"date": "2023-09-13",
"count": 1
},
{
"date": "2023-09-16",
"count": 1
},
{
"date": "2023-09-18",
"count": 1
},
{
"date": "2023-09-25",
"count": 1
},
{
"date": "2023-09-27",
"count": 1
},
{
"date": "2023-10-02",
"count": 1
},
{
"date": "2023-10-08",
"count": 1
},
{
"date": "2023-10-09",
"count": 2
},
{
"date": "2023-10-11",
"count": 1
},
{
"date": "2023-10-13",
"count": 2
},
{
"date": "2023-10-14",
"count": 2
},
{
"date": "2023-10-15",
"count": 1
},
{
"date": "2023-10-19",
"count": 1
},
{
"date": "2023-10-25",
"count": 1
},
{
"date": "2023-10-30",
"count": 1
},
{
"date": "2023-11-01",
"count": 2
},
{
"date": "2023-11-03",
"count": 1
},
{
"date": "2023-11-07",
"count": 2
},
{
"date": "2023-11-11",
"count": 2
},
{
"date": "2023-11-16",
"count": 2
},
{
"date": "2023-11-19",
"count": 1
},
{
"date": "2023-11-21",
"count": 1
},
{
"date": "2023-11-22",
"count": 1
},
{
"date": "2023-11-24",
"count": 1
},
{
"date": "2023-11-25",
"count": 1
},
{
"date": "2023-11-27",
"count": 2
},
{
"date": "2023-11-29",
"count": 1
},
{
"date": "2023-12-01",
"count": 1
},
{
"date": "2023-12-10",
"count": 1
},
{
"date": "2023-12-11",
"count": 2
},
{
"date": "2023-12-12",
"count": 2
},
{
"date": "2023-12-14",
"count": 1
},
{
"date": "2023-12-15",
"count": 1
},
{
"date": "2023-12-18",
"count": 1
},
{
"date": "2023-12-20",
"count": 1
},
{
"date": "2023-12-22",
"count": 1
},
{
"date": "2023-12-26",
"count": 1
},
{
"date": "2024-01-02",
"count": 1
},
{
"date": "2024-01-07",
"count": 1
},
{
"date": "2024-01-08",
"count": 2
},
{
"date": "2024-01-13",
"count": 1
},
{
"date": "2024-01-17",
"count": 2
},
{
"date": "2024-01-19",
"count": 1
},
{
"date": "2024-01-22",
"count": 1
},
{
"date": "2024-01-23",
"count": 1
},
{
"date": "2024-01-26",
"count": 1
},
{
"date": "2024-01-27",
"count": 1
},
{
"date": "2024-02-03",
"count": 1
},
{
"date": "2024-02-05",
"count": 1
},
{
"date": "2024-02-07",
"count": 1
},
{
"date": "2024-02-18",
"count": 1
},
{
"date": "2024-02-25",
"count": 1
},
{
"date": "2024-02-26",
"count": 1
},
{
"date": "2024-02-29",
"count": 3
},
{
"date": "2024-03-01",
"count": 1
},
{
"date": "2024-03-02",
"count": 1
},
{
"date": "2024-03-03",
"count": 1
},
{
"date": "2024-03-05",
"count": 1
},
{
"date": "2024-03-06",
"count": 1
},
{
"date": "2024-03-12",
"count": 1
},
{
"date": "2024-03-14",
"count": 1
},
{
"date": "2024-03-16",
"count": 1
},
{
"date": "2024-03-18",
"count": 1
},
{
"date": "2024-03-19",
"count": 1
},
{
"date": "2024-03-21",
"count": 1
},
{
"date": "2024-03-25",
"count": 1
},
{
"date": "2024-03-26",
"count": 1
},
{
"date": "2024-03-30",
"count": 2
},
{
"date": "2024-04-09",
"count": 1
},
{
"date": "2024-04-11",
"count": 3
},
{
"date": "2024-04-17",
"count": 1
},
{
"date": "2024-04-18",
"count": 1
},
{
"date": "2024-04-27",
"count": 1
},
{
"date": "2024-04-29",
"count": 2
},
{
"date": "2024-05-03",
"count": 1
},
{
"date": "2024-05-04",
"count": 1
},
{
"date": "2024-05-08",
"count": 1
},
{
"date": "2024-05-09",
"count": 1
},
{
"date": "2024-05-10",
"count": 1
},
{
"date": "2024-05-11",
"count": 1
},
{
"date": "2024-05-12",
"count": 1
},
{
"date": "2024-05-15",
"count": 1
},
{
"date": "2024-05-16",
"count": 1
},
{
"date": "2024-05-17",
"count": 2
},
{
"date": "2024-05-21",
"count": 1
},
{
"date": "2024-05-23",
"count": 1
},
{
"date": "2024-05-31",
"count": 1
},
{
"date": "2024-06-01",
"count": 2
},
{
"date": "2024-06-05",
"count": 1
},
{
"date": "2024-06-09",
"count": 1
},
{
"date": "2024-06-14",
"count": 1
},
{
"date": "2024-06-21",
"count": 1
},
{
"date": "2024-06-22",
"count": 2
},
{
"date": "2024-06-23",
"count": 1
},
{
"date": "2024-06-28",
"count": 1
},
{
"date": "2024-06-29",
"count": 2
},
{
"date": "2024-07-21",
"count": 1
},
{
"date": "2024-07-22",
"count": 1
},
{
"date": "2024-07-23",
"count": 1
},
{
"date": "2024-07-25",
"count": 1
},
{
"date": "2024-07-27",
"count": 1
},
{
"date": "2024-07-30",
"count": 1
},
{
"date": "2024-08-01",
"count": 1
},
{
"date": "2024-08-13",
"count": 1
},
{
"date": "2024-08-15",
"count": 1
},
{
"date": "2024-08-19",
"count": 1
},
{
"date": "2024-08-23",
"count": 2
},
{
"date": "2024-09-03",
"count": 1
},
{
"date": "2024-09-09",
"count": 1
},
{
"date": "2024-09-10",
"count": 1
},
{
"date": "2024-09-11",
"count": 1
},
{
"date": "2024-09-13",
"count": 1
},
{
"date": "2024-09-14",
"count": 1
},
{
"date": "2024-09-21",
"count": 1
},
{
"date": "2024-09-26",
"count": 1
},
{
"date": "2024-09-28",
"count": 1
},
{
"date": "2024-10-09",
"count": 1
},
{
"date": "2024-10-10",
"count": 1
},
{
"date": "2024-10-11",
"count": 1
},
{
"date": "2024-10-13",
"count": 1
},
{
"date": "2024-10-19",
"count": 1
},
{
"date": "2024-10-25",
"count": 1
},
{
"date": "2024-11-01",
"count": 1
},
{
"date": "2024-11-07",
"count": 1
},
{
"date": "2024-11-13",
"count": 1
},
{
"date": "2024-11-16",
"count": 1
},
{
"date": "2024-11-20",
"count": 2
},
{
"date": "2024-11-21",
"count": 2
},
{
"date": "2024-11-25",
"count": 1
},
{
"date": "2024-11-26",
"count": 3
},
{
"date": "2024-12-01",
"count": 2
},
{
"date": "2024-12-03",
"count": 1
},
{
"date": "2024-12-16",
"count": 1
},
{
"date": "2024-12-24",
"count": 1
},
{
"date": "2024-12-27",
"count": 1
},
{
"date": "2024-12-31",
"count": 2
},
{
"date": "2025-01-02",
"count": 2
},
{
"date": "2025-01-14",
"count": 1
},
{
"date": "2025-01-22",
"count": 1
},
{
"date": "2025-01-23",
"count": 2
},
{
"date": "2025-01-25",
"count": 1
},
{
"date": "2025-01-30",
"count": 1
},
{
"date": "2025-02-03",
"count": 1
},
{
"date": "2025-02-09",
"count": 1
},
{
"date": "2025-02-15",
"count": 1
},
{
"date": "2025-02-24",
"count": 1
},
{
"date": "2025-03-03",
"count": 1
},
{
"date": "2025-03-05",
"count": 2
},
{
"date": "2025-03-06",
"count": 1
},
{
"date": "2025-03-13",
"count": 1
},
{
"date": "2025-03-17",
"count": 2
},
{
"date": "2025-03-19",
"count": 1
},
{
"date": "2025-03-29",
"count": 1
},
{
"date": "2025-04-14",
"count": 1
},
{
"date": "2025-04-16",
"count": 2
},
{
"date": "2025-04-20",
"count": 2
},
{
"date": "2025-04-21",
"count": 1
},
{
"date": "2025-04-22",
"count": 1
},
{
"date": "2025-05-04",
"count": 2
},
{
"date": "2025-05-13",
"count": 1
},
{
"date": "2025-05-20",
"count": 1
},
{
"date": "2025-05-22",
"count": 1
},
{
"date": "2025-05-23",
"count": 2
},
{
"date": "2025-05-28",
"count": 1
},
{
"date": "2025-05-31",
"count": 1
},
{
"date": "2025-06-06",
"count": 1
},
{
"date": "2025-06-09",
"count": 1
},
{
"date": "2025-06-12",
"count": 2
},
{
"date": "2025-06-19",
"count": 1
},
{
"date": "2025-06-27",
"count": 1
},
{
"date": "2025-07-01",
"count": 1
},
{
"date": "2025-07-02",
"count": 1
},
{
"date": "2025-07-08",
"count": 1
},
{
"date": "2025-07-16",
"count": 1
},
{
"date": "2025-07-20",
"count": 1
},
{
"date": "2025-08-03",
"count": 1
},
{
"date": "2025-08-07",
"count": 1
},
{
"date": "2025-08-10",
"count": 1
},
{
"date": "2025-08-14",
"count": 1
},
{
"date": "2025-08-21",
"count": 1
},
{
"date": "2025-08-22",
"count": 1
},
{
"date": "2025-08-30",
"count": 1
},
{
"date": "2025-09-06",
"count": 1
},
{
"date": "2025-09-19",
"count": 1
},
{
"date": "2025-09-24",
"count": 1
},
{
"date": "2025-09-25",
"count": 1
},
{
"date": "2025-09-30",
"count": 2
},
{
"date": "2025-10-03",
"count": 1
},
{
"date": "2025-10-04",
"count": 1
},
{
"date": "2025-10-06",
"count": 3
},
{
"date": "2025-10-12",
"count": 1
},
{
"date": "2025-10-24",
"count": 1
},
{
"date": "2025-10-27",
"count": 1
},
{
"date": "2025-10-31",
"count": 1
},
{
"date": "2025-11-01",
"count": 1
},
{
"date": "2025-11-07",
"count": 1
},
{
"date": "2025-11-09",
"count": 1
},
{
"date": "2025-11-10",
"count": 2
},
{
"date": "2025-11-20",
"count": 2
},
{
"date": "2025-11-23",
"count": 1
},
{
"date": "2025-11-27",
"count": 1
},
{
"date": "2025-12-06",
"count": 1
},
{
"date": "2025-12-07",
"count": 1
},
{
"date": "2025-12-13",
"count": 1
},
{
"date": "2025-12-20",
"count": 1
},
{
"date": "2025-12-23",
"count": 1
},
{
"date": "2026-01-04",
"count": 1
},
{
"date": "2026-01-06",
"count": 1
},
{
"date": "2026-01-08",
"count": 1
},
{
"date": "2026-01-09",
"count": 1
},
{
"date": "2026-01-10",
"count": 1
},
{
"date": "2026-01-15",
"count": 1
},
{
"date": "2026-01-17",
"count": 1
},
{
"date": "2026-01-19",
"count": 1
},
{
"date": "2026-01-22",
"count": 1
},
{
"date": "2026-01-30",
"count": 1
},
{
"date": "2026-02-03",
"count": 1
},
{
"date": "2026-02-04",
"count": 1
},
{
"date": "2026-02-05",
"count": 1
},
{
"date": "2026-02-14",
"count": 1
},
{
"date": "2026-02-18",
"count": 1
},
{
"date": "2026-02-24",
"count": 1
},
{
"date": "2026-02-26",
"count": 1
},
{
"date": "2026-03-03",
"count": 1
},
{
"date": "2026-03-08",
"count": 1
},
{
"date": "2026-03-23",
"count": 1
},
{
"date": "2026-03-24",
"count": 1
},
{
"date": "2026-03-30",
"count": 1
},
{
"date": "2026-04-12",
"count": 1
},
{
"date": "2026-04-19",
"count": 1
},
{
"date": "2026-04-21",
"count": 1
},
{
"date": "2026-04-25",
"count": 1
},
{
"date": "2026-04-29",
"count": 1
},
{
"date": "2026-05-11",
"count": 2
},
{
"date": "2026-05-12",
"count": 1
},
{
"date": "2026-05-14",
"count": 1
},
{
"date": "2026-05-27",
"count": 1
},
{
"date": "2026-06-11",
"count": 1
},
{
"date": "2026-06-15",
"count": 1
},
{
"date": "2026-06-18",
"count": 1
},
{
"date": "2026-06-22",
"count": 1
},
{
"date": "2026-07-09",
"count": 2
},
{
"date": "2026-07-13",
"count": 1
}
],
"complete": true,
"collected": 586,
"total_stars": 587
},
"open_issues_and_prs": 12
},
"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": [
"BlazorMonaco/BlazorMonaco.csproj",
"SampleWasmApp/SampleWasmApp.csproj",
"SampleWebApp/SampleWebApp.csproj"
],
"largest_source_bytes": 7011550,
"source_files_sampled": 266,
"oversized_source_files": 44,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"BlazorMonaco/BlazorMonaco.csproj",
"SampleWasmApp/SampleWasmApp.csproj",
"SampleWebApp/SampleWebApp.csproj"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 16,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"nuget"
],
"dependencies": [
{
"name": "Microsoft.AspNetCore.Components",
"manifest": "BlazorMonaco/BlazorMonaco.csproj",
"ecosystem": "nuget",
"version_constraint": "3.1.10"
},
{
"name": "Microsoft.AspNetCore.Components.Web",
"manifest": "BlazorMonaco/BlazorMonaco.csproj",
"ecosystem": "nuget",
"version_constraint": "3.1.10"
},
{
"name": "Microsoft.AspNetCore.Components",
"manifest": "BlazorMonaco/BlazorMonaco.csproj",
"ecosystem": "nuget",
"version_constraint": "5.0.0"
},
{
"name": "Microsoft.AspNetCore.Components.Web",
"manifest": "BlazorMonaco/BlazorMonaco.csproj",
"ecosystem": "nuget",
"version_constraint": "5.0.0"
},
{
"name": "Microsoft.AspNetCore.Components",
"manifest": "BlazorMonaco/BlazorMonaco.csproj",
"ecosystem": "nuget",
"version_constraint": "6.0.25"
},
{
"name": "Microsoft.AspNetCore.Components.Web",
"manifest": "BlazorMonaco/BlazorMonaco.csproj",
"ecosystem": "nuget",
"version_constraint": "6.0.25"
},
{
"name": "Microsoft.AspNetCore.Components",
"manifest": "BlazorMonaco/BlazorMonaco.csproj",
"ecosystem": "nuget",
"version_constraint": "7.0.14"
},
{
"name": "Microsoft.AspNetCore.Components.Web",
"manifest": "BlazorMonaco/BlazorMonaco.csproj",
"ecosystem": "nuget",
"version_constraint": "7.0.14"
},
{
"name": "Microsoft.AspNetCore.Components",
"manifest": "BlazorMonaco/BlazorMonaco.csproj",
"ecosystem": "nuget",
"version_constraint": "8.0.0"
},
{
"name": "Microsoft.AspNetCore.Components.Web",
"manifest": "BlazorMonaco/BlazorMonaco.csproj",
"ecosystem": "nuget",
"version_constraint": "8.0.0"
},
{
"name": "Microsoft.AspNetCore.Components",
"manifest": "BlazorMonaco/BlazorMonaco.csproj",
"ecosystem": "nuget",
"version_constraint": "9.0.0"
},
{
"name": "Microsoft.AspNetCore.Components.Web",
"manifest": "BlazorMonaco/BlazorMonaco.csproj",
"ecosystem": "nuget",
"version_constraint": "9.0.0"
},
{
"name": "Microsoft.AspNetCore.Components",
"manifest": "BlazorMonaco/BlazorMonaco.csproj",
"ecosystem": "nuget",
"version_constraint": "10.0.0"
},
{
"name": "Microsoft.AspNetCore.Components.Web",
"manifest": "BlazorMonaco/BlazorMonaco.csproj",
"ecosystem": "nuget",
"version_constraint": "10.0.0"
},
{
"name": "Microsoft.AspNetCore.Components.WebAssembly",
"manifest": "SampleWasmApp/SampleWasmApp.csproj",
"ecosystem": "nuget",
"version_constraint": "10.0.0"
},
{
"name": "Microsoft.AspNetCore.Components.WebAssembly.DevServer",
"manifest": "SampleWasmApp/SampleWasmApp.csproj",
"ecosystem": "nuget",
"version_constraint": "10.0.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "Microsoft.AspNetCore.Components",
"direct": true,
"version": "10.0.0",
"ecosystem": "nuget"
},
{
"name": "Microsoft.AspNetCore.Components",
"direct": true,
"version": "3.1.10",
"ecosystem": "nuget"
},
{
"name": "Microsoft.AspNetCore.Components",
"direct": true,
"version": "5.0.0",
"ecosystem": "nuget"
},
{
"name": "Microsoft.AspNetCore.Components",
"direct": true,
"version": "6.0.25",
"ecosystem": "nuget"
},
{
"name": "Microsoft.AspNetCore.Components",
"direct": true,
"version": "7.0.14",
"ecosystem": "nuget"
},
{
"name": "Microsoft.AspNetCore.Components",
"direct": true,
"version": "8.0.0",
"ecosystem": "nuget"
},
{
"name": "Microsoft.AspNetCore.Components",
"direct": true,
"version": "9.0.0",
"ecosystem": "nuget"
},
{
"name": "Microsoft.AspNetCore.Components.Web",
"direct": true,
"version": "10.0.0",
"ecosystem": "nuget"
},
{
"name": "Microsoft.AspNetCore.Components.Web",
"direct": true,
"version": "3.1.10",
"ecosystem": "nuget"
},
{
"name": "Microsoft.AspNetCore.Components.Web",
"direct": true,
"version": "5.0.0",
"ecosystem": "nuget"
},
{
"name": "Microsoft.AspNetCore.Components.Web",
"direct": true,
"version": "6.0.25",
"ecosystem": "nuget"
},
{
"name": "Microsoft.AspNetCore.Components.Web",
"direct": true,
"version": "7.0.14",
"ecosystem": "nuget"
},
{
"name": "Microsoft.AspNetCore.Components.Web",
"direct": true,
"version": "8.0.0",
"ecosystem": "nuget"
},
{
"name": "Microsoft.AspNetCore.Components.Web",
"direct": true,
"version": "9.0.0",
"ecosystem": "nuget"
},
{
"name": "Microsoft.AspNetCore.Components.WebAssembly",
"direct": true,
"version": "10.0.0",
"ecosystem": "nuget"
},
{
"name": "Microsoft.AspNetCore.Components.WebAssembly.DevServer",
"direct": true,
"version": "10.0.0",
"ecosystem": "nuget"
}
],
"collected": true,
"truncated": false,
"total_count": 16,
"direct_count": 16,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 32,
"open_issues": 12,
"closed_ratio": 0.912,
"closed_issues": 125,
"closed_unmerged_prs": 22
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "serdarciplak",
"commits": 137,
"avatar_url": "https://avatars.githubusercontent.com/u/54403770?v=4"
},
{
"type": "User",
"login": "MarijnPessers",
"commits": 11,
"avatar_url": "https://avatars.githubusercontent.com/u/28067017?v=4"
},
{
"type": "User",
"login": "sciplak-zng",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/109171442?v=4"
},
{
"type": "User",
"login": "alperenbelgic",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/1174835?v=4"
},
{
"type": "User",
"login": "adamdriscoll",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/1256531?v=4"
},
{
"type": "User",
"login": "jjonescz",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/3669664?v=4"
},
{
"type": "User",
"login": "phil-scott-78",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/2447331?v=4"
}
],
"contributors_sampled": 7,
"top_contributor_share": 0.856
},
"quality_signals": {
"has_ci": false,
"has_tests": false,
"ci_workflows": [],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 0,
"reason": "binaries present in source code",
"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": 0,
"reason": "0 out of 11 merged PRs checked by a CI test -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 1,
"reason": "Found 2/11 approved changesets -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "11 commit(s) and 7 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": null,
"reason": "no dependencies found",
"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": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "8a02d23d3b208f0a98373618269b6c8943e9d7b7",
"ran_at": "2026-07-22T04:59:19Z",
"aggregate_score": 3,
"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-06-28T19:04:00Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-06-28T19:02:58Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 41,
"created_at": "2021-04-22T10:25:07Z",
"last_comment_at": "2025-03-25T08:56:40Z",
"last_comment_author": "HBolck"
},
{
"number": 47,
"created_at": "2021-07-22T12:45:13Z",
"last_comment_at": "2024-02-24T20:22:49Z",
"last_comment_author": "jstafford5380"
},
{
"number": 53,
"created_at": "2022-02-27T08:26:53Z",
"last_comment_at": "2022-08-05T20:51:42Z",
"last_comment_author": "kevmoens"
},
{
"number": 57,
"created_at": "2022-04-05T14:00:18Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 81,
"created_at": "2023-03-05T02:56:47Z",
"last_comment_at": "2024-07-25T19:28:44Z",
"last_comment_author": "UweKeim"
},
{
"number": 87,
"created_at": "2023-03-27T03:39:11Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 105,
"created_at": "2023-09-05T04:03:34Z",
"last_comment_at": "2024-07-06T07:18:24Z",
"last_comment_author": "Int32Overflow"
},
{
"number": 129,
"created_at": "2024-04-24T12:47:04Z",
"last_comment_at": "2024-12-26T04:16:19Z",
"last_comment_author": "serdarciplak"
},
{
"number": 165,
"created_at": "2025-06-26T01:35:09Z",
"last_comment_at": "2025-10-13T18:52:21Z",
"last_comment_author": "serdarciplak"
},
{
"number": 181,
"created_at": "2025-11-14T15:27:29Z",
"last_comment_at": "2026-06-28T18:23:03Z",
"last_comment_author": "serdarciplak"
},
{
"number": 185,
"created_at": "2026-04-15T14:59:40Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 188,
"created_at": "2026-06-25T20:53:22Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/serdarciplak/BlazorMonaco",
"host": "github.com",
"name": "BlazorMonaco",
"owner": "serdarciplak"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"security": 45,
"vitality": 67,
"community": 60,
"governance": 44,
"engineering": 40
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 67,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"commits_last_year": 28,
"human_commit_share": 1,
"days_since_last_push": 23,
"active_weeks_last_year": 5
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 23 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 23
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "5/52 weeks with commits",
"points": 3.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 5
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "28 commits in the last year",
"points": 13.1,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 28
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "11 commit(s) and 7 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 84,
"inputs": {
"releases_count": 5,
"latest_release_tag": "v3.5.0",
"releases_from_tags": false,
"days_since_latest_release": 23,
"mean_days_between_releases": 259.2
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "5 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 5
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 23 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 23
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~259.2 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 259.2
}
}
],
"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": 23,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 23 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 23
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 60,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"forks": 114,
"stars": 587,
"watchers": 12,
"growth_state": "organic",
"growth_factor_pct": 100
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "587 stars",
"points": 44.9,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 587
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "114 forks",
"points": 17.1,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 114
}
}
],
"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
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 44,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 7,
"top_contributor_share": 0.856
},
"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 86% of commits",
"points": 3.2,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 86
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "7 contributors",
"points": 9.5,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 7
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 67,
"inputs": {
"merged_prs": 32,
"open_issues": 12,
"closed_issues": 125,
"issue_closed_ratio": 0.912,
"closed_unmerged_prs": 22
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "91% of issues closed",
"points": 42.6,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 91
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "32/54 decided PRs merged",
"points": 22.7,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 32,
"decided": 54
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 2/11 approved changesets -- score normalized to 1",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"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": 43,
"inputs": {
"followers": 26,
"owner_type": "User",
"is_verified": null,
"owner_login": "serdarciplak",
"public_repos": 1,
"account_age_days": 2525
},
"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": "26 followers of serdarciplak",
"points": 10.3,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 26,
"login": "serdarciplak"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "1 public repos, account ~6 yr old",
"points": 14.2,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 1
}
},
{
"code": "account_age_years",
"params": {
"years": 6
}
}
],
"max_points": 25
}
]
}
],
"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": 40,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "critical",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 6,
"inputs": {
"has_ci": false,
"has_tests": false,
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 11 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"topics": [
"monaco-editor",
"blazor",
"blazor-component",
"code",
"editor",
"formatter"
],
"has_wiki": false,
"homepage": "https://serdarciplak.github.io/BlazorMonaco/",
"has_readme": true,
"has_docs_dir": true,
"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": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://serdarciplak.github.io/BlazorMonaco/",
"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": "6 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 6
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 45,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 31,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 12,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 6,
"scorecard_aggregate": 3
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "binaries present in source code",
"points": 0,
"status": "missed",
"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": "0 out of 11 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 2/11 approved changesets -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "11 commit(s) and 7 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": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"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 16 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": 16
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 16,
"unassessed_packages": 0,
"affected_by_severity": "none",
"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": 16,
"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": 9
},
"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": 33,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 14,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.26,
"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": "26 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 13.9,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 26,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 26,
"inputs": {
"has_nix": false,
"has_tests": false,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"BlazorMonaco/BlazorMonaco.csproj",
"SampleWasmApp/SampleWasmApp.csproj",
"SampleWebApp/SampleWebApp.csproj"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "BlazorMonaco/BlazorMonaco.csproj, SampleWasmApp/SampleWasmApp.csproj, SampleWebApp/SampleWebApp.csproj (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "BlazorMonaco/BlazorMonaco.csproj, SampleWasmApp/SampleWasmApp.csproj, SampleWebApp/SampleWebApp.csproj"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 0,
"status": "missed",
"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": "C# (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C#"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 91,
"inputs": {
"primary_language": "C#",
"largest_source_bytes": 7011550,
"source_files_sampled": 266,
"oversized_source_files": 44
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "C# (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C#"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "44/266 source files over 60KB",
"points": 45.9,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 266,
"oversized": 44
}
}
],
"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": [],
"report_type": "repository",
"generated_at": "2026-07-22T04:59:38.400060Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/s/serdarciplak/BlazorMonaco.svg",
"full_name": "serdarciplak/BlazorMonaco",
"license_state": "standard",
"license_spdx": "MIT"
}