Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [
"elixir",
"png",
"rustler",
"svg"
],
"is_fork": false,
"size_kb": 1220,
"has_wiki": true,
"homepage": "https://hexdocs.pm/resvg/readme.html",
"languages": {
"HTML": 15251,
"Rust": 27949,
"Elixir": 30990
},
"pushed_at": "2026-07-14T15:39:42Z",
"created_at": "2023-06-13T15:00:02Z",
"owner_type": "User",
"updated_at": "2026-07-14T14:27:24Z",
"description": ":pencil2: Elixir NIF bindings for the Resvg library.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "Elixir",
"significant_languages": [
"Elixir",
"Rust",
"HTML"
]
},
"owner": {
"blog": "mrdotb.com",
"name": "mrdotb",
"type": "User",
"login": "mrdotb",
"company": null,
"location": "Paris",
"followers": 85,
"avatar_url": "https://avatars.githubusercontent.com/u/7212914?v=4",
"created_at": "2014-04-07T18:11:22Z",
"is_verified": null,
"public_repos": 134,
"account_age_days": 4499
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2026-07-14T15:40:49Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2025-03-12T09:49:58Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2024-10-13T19:59:58Z"
},
{
"tag": "v0.3.3",
"kind": "patch",
"published_at": "2024-07-05T08:36:44Z"
},
{
"tag": "v0.3.2",
"kind": "patch",
"published_at": "2024-06-21T09:35:45Z"
},
{
"tag": "v0.3.1",
"kind": "patch",
"published_at": "2024-04-20T11:25:40Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2023-07-07T21:40:26Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2023-06-22T11:29:11Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2023-06-22T11:02:51Z"
}
],
"recent_commits": [
{
"oid": "4c1e7c794dbe67fba6c25485008580bccb48a46f",
"body": "The \"Build precompiled NIFs\" workflow pinned runner images that GitHub\nhas since retired: ubuntu-20.04, windows-2019, and macos-13. Jobs that\nrequest a nonexistent runner image never get assigned a runner — every\nmatrix job sits in `queued` and is cancelled at the 24h ceiling, so no\nprecompiled NIFs\n[…]\n.35 and cut\nportability of the precompiled artifact. Building it in the cross image\nkeeps the glibc floor low and host-independent, matching the intent of\nshipping broadly compatible precompiled NIFs.",
"is_bot": false,
"headline": "fix(release-ci): replace retired GitHub-hosted runner images",
"author_name": "Eli Bosley",
"author_login": "elibosley",
"committed_at": "2026-07-14T14:25:11Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "072842fc4333694ba866b74b0825de5f0604e654",
"body": "Bump version and update changelog ahead of tagging v0.6.0.",
"is_bot": false,
"headline": "chore: prepare 0.6.0 release",
"author_name": "mrdotb",
"author_login": "mrdotb",
"committed_at": "2026-07-14T08:25:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "badb86c2100478e2296acbb9080d215f44bf3929",
"body": "Font-database construction (parsing font files / scanning system fonts)\nis the dominant per-render cost, but every render NIF rebuilt the\nfontdb::Database from scratch on each call. For workloads that render\nmany images with the same fonts, that is wasted work every frame.\n\n- Reusable font database.\n[…]\nment query test for usvg 0.47, which now falls\n back to an available system font when the requested family is missing;\n assert the still-valid invariant that an empty fontdb yields no\n measurement.",
"is_bot": false,
"headline": "feat: warm/reusable font database + binary PNG output",
"author_name": "Eli Bosley",
"author_login": "elibosley",
"committed_at": "2026-07-13T23:00:31Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e1f86646f02677047f4719fcb441600e648cb095",
"body": "resvg 0.47 rasterizes slightly differently than 0.44 (subpixel/AA changes),\nso the committed Approval baselines no longer matched and all image snapshot\ntests failed. Re-rendered the references (and snapshot baselines) with 0.47:\nrustacean (+ 120x80, red, zoom), cloud, image-test, and text-font-change.\n\nquery_all numeric bbox assertions are unchanged (unaffected by the bump).",
"is_bot": false,
"headline": "test: regenerate reference images for resvg/usvg 0.47",
"author_name": "Eli Bosley",
"author_login": "elibosley",
"committed_at": "2026-07-13T09:20:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9468adabe57f6e10e52b49984cd005c3eb8b548",
"body": "Bump resvg + usvg 0.44 → 0.47 (tiny-skia 0.11 → 0.12, svgtypes 0.15 → 0.16) to\ntrack upstream resvg. usvg 0.47 added new `ImageRendering` variants (`Smooth`,\n`HighQuality`, `CrispEdges`, `Pixelated`); cover them in the encoder so the\nmatch stays exhaustive. Builds against rustler 0.33 / nif 2.15.",
"is_bot": false,
"headline": "deps: update resvg/usvg to 0.47",
"author_name": "Eli Bosley",
"author_login": "elibosley",
"committed_at": "2026-07-13T09:20:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ddfd6f265a447409654ca491d00fdd797475e9b",
"body": null,
"is_bot": false,
"headline": "chore: update docs to 0.5.0",
"author_name": "mrdotb",
"author_login": "mrdotb",
"committed_at": "2025-03-12T09:47:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "549e84a37137dac3cdc4843d7d572e420f04bc6d",
"body": null,
"is_bot": false,
"headline": "fix: svg_string_to_png_buffer typespec",
"author_name": "mrdotb",
"author_login": "mrdotb",
"committed_at": "2025-03-12T09:41:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95d8d0ffcdd2c7e4cd9ee4570b3cea5c6c6ca14d",
"body": "Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.37.1 to 0.37.3.\n- [Release notes](https://github.com/elixir-lang/ex_doc/releases)\n- [Changelog](https://github.com/elixir-lang/ex_doc/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/elixir-lang/ex_doc/compare/v0.37.1...v0.37.3)\n\n---\nupdated-dependencies:\n- dependency-name: ex_doc\n dependency-type: direct:development\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump ex_doc from 0.37.1 to 0.37.3",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-03-10T14:12:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55d36a9a26ce5d9c3f599ee72d1f6c33f742577d",
"body": null,
"is_bot": false,
"headline": "fix(ci): bump macos 12 to 13",
"author_name": "mrdotb",
"author_login": "mrdotb",
"committed_at": "2025-02-17T09:24:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0425f05516fed2955902614e069cc2dad909a737",
"body": null,
"is_bot": false,
"headline": "fix(release-ci): bump upload-artifact to v4",
"author_name": "mrdotb",
"author_login": "mrdotb",
"committed_at": "2025-02-15T14:14:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ebdfe85e1da68ded9a28987723aad9ac7241ee7d",
"body": null,
"is_bot": false,
"headline": "chore: bump deps and upgrade elixir version",
"author_name": "mrdotb",
"author_login": "mrdotb",
"committed_at": "2025-02-15T14:10:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "671f1778f03fb8d4352aae7b414b9768854fed48",
"body": null,
"is_bot": false,
"headline": "chore: bump dependencies",
"author_name": "mrdotb",
"author_login": "mrdotb",
"committed_at": "2025-01-23T12:18:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9553b506bf0f01915879bb05e981622bebf712cc",
"body": null,
"is_bot": false,
"headline": "doc: add a small guide on how to release a new version to hex",
"author_name": "mrdotb",
"author_login": "mrdotb",
"committed_at": "2024-10-13T20:38:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6017c68cf48c3cd8b630c8994b54c4641c051142",
"body": "…ont path\n\n- bump resvg version in readme",
"is_bot": false,
"headline": "chore: update livebook example to use last version of resvg and new f…",
"author_name": "mrdotb",
"author_login": "mrdotb",
"committed_at": "2024-10-13T20:17:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a315175f4c667f8b9372a323f6e5731d120880a",
"body": null,
"is_bot": false,
"headline": "chore: release version v0.4.0",
"author_name": "mrdotb",
"author_login": "mrdotb",
"committed_at": "2024-10-13T19:57:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eae4ed234e6bafc8f9c46a2e216001f499bd44ee",
"body": null,
"is_bot": false,
"headline": "chore: macos builder should be 12 and format the yaml file with prettier",
"author_name": "mrdotb",
"author_login": "mrdotb",
"committed_at": "2024-10-13T19:49:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a8097998b32ced2cd0b7697d2efa42df3de8ae9",
"body": "- bump depreciated actions\n- add a format.check cmd",
"is_bot": false,
"headline": "chore: update ci",
"author_name": "mrdotb",
"author_login": "mrdotb",
"committed_at": "2024-10-13T19:49:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a4348bbe8b257d2e42c450b652bf0db0e1ecb2d",
"body": null,
"is_bot": false,
"headline": "chore: bump elixir and otp on workflows tests, bump deps",
"author_name": "mrdotb",
"author_login": "mrdotb",
"committed_at": "2024-10-13T19:49:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1bddf6cb49306532ed50fc70b48d507866cd4157",
"body": "- Updated rust code to accommodate significant architectural changes in Resvg\n0.44, including shifts in functionality between resvg and usvg, and reworking\nof text rendering mechanics.\n- The upgrade addresses a specific bug found when rendering <tspan> elements\ninside <text>.\n- Rewrote tests, moving away from md5 checksum comparison for PNG output.\n- Introduced a new snapshot testing approach using the Approval library, which simplifies test management and improves test reliability.",
"is_bot": false,
"headline": "feat(resvg): upgrade to Resvg 0.44 with substantial rust code refactor",
"author_name": "Tiago Barroso",
"author_login": "tmbb",
"committed_at": "2024-10-13T18:54:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56ec6b45e53b606dd045e871c4b14a7fa43d375b",
"body": "Bumps [rustler](https://github.com/rusterlium/rustler) from 0.33.0 to 0.34.0.\r\n- [Release notes](https://github.com/rusterlium/rustler/releases)\r\n- [Changelog](https://github.com/rusterlium/rustler/blob/master/CHANGELOG.md)\r\n- [Commits](https://github.com/rusterlium/rustler/compare/rustler-0.33.0...\n[…]\n:production\r\n update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump rustler from 0.33.0 to 0.34.0 in /native/resvg (#68)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-09-14T08:13:11Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "bbf41f5ab2596830304a0e772229c965f084028a",
"body": "Bumps [svgtypes](https://github.com/RazrFalcon/svgtypes) from 0.15.1 to 0.15.2.\r\n- [Changelog](https://github.com/RazrFalcon/svgtypes/blob/master/CHANGELOG.md)\r\n- [Commits](https://github.com/RazrFalcon/svgtypes/compare/v0.15.1...v0.15.2)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: svgtypes\r\n \n[…]\n:production\r\n update-type: version-update:semver-patch\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump svgtypes from 0.15.1 to 0.15.2 in /native/resvg (#72)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-09-14T08:12:56Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4d7d66f0378c2f227bda2e1aa4cf1abc888f3f31",
"body": "Bumps [rustler_precompiled](https://github.com/philss/rustler_precompiled) from 0.7.2 to 0.8.1.\r\n- [Release notes](https://github.com/philss/rustler_precompiled/releases)\r\n- [Changelog](https://github.com/philss/rustler_precompiled/blob/main/CHANGELOG.md)\r\n- [Commits](https://github.com/philss/rustl\n[…]\n:production\r\n update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump rustler_precompiled from 0.7.2 to 0.8.1 (#74)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-09-14T08:11:56Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2017d29facc9844edf2b60f7e25d5ee755a51a73",
"body": "Bumps [rustler](https://github.com/rusterlium/rustler) from 0.33.0 to 0.34.0.\r\n- [Release notes](https://github.com/rusterlium/rustler/releases)\r\n- [Changelog](https://github.com/rusterlium/rustler/blob/master/CHANGELOG.md)\r\n- [Commits](https://github.com/rusterlium/rustler/compare/rustler-0.33.0...\n[…]\n:production\r\n update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump rustler from 0.33.0 to 0.34.0 (#69)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-07-12T06:10:29Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ac9390567e9fb8d7816a889aedb59d443d8fc617",
"body": null,
"is_bot": false,
"headline": "Bump version to 0.3.3",
"author_name": "mrdotb",
"author_login": "mrdotb",
"committed_at": "2024-07-04T08:23:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d47bf51ed3e84fc3735ee4f8ddfcb33185b7399e",
"body": "Bumps [rustler_precompiled](https://github.com/philss/rustler_precompiled) from 0.7.1 to 0.7.2.\r\n- [Release notes](https://github.com/philss/rustler_precompiled/releases)\r\n- [Changelog](https://github.com/philss/rustler_precompiled/blob/main/CHANGELOG.md)\r\n- [Commits](https://github.com/philss/rustl\n[…]\n:production\r\n update-type: version-update:semver-patch\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump rustler_precompiled from 0.7.1 to 0.7.2 (#65)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-07-04T08:20:46Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cb53ae7384c1c923030629d50a3284d2e17b773e",
"body": null,
"is_bot": false,
"headline": "Bump to 0.3.2",
"author_name": "mrdotb",
"author_login": "mrdotb",
"committed_at": "2024-06-21T09:31:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c590c790031895737335ca0c103f945dd0644067",
"body": "Bumps [rustler](https://github.com/rusterlium/rustler) from 0.32.1 to 0.33.0.\r\n- [Release notes](https://github.com/rusterlium/rustler/releases)\r\n- [Changelog](https://github.com/rusterlium/rustler/blob/master/CHANGELOG.md)\r\n- [Commits](https://github.com/rusterlium/rustler/compare/rustler-0.32.1...\n[…]\n:production\r\n update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump rustler from 0.32.1 to 0.33.0 in /native/resvg (#60)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-06-21T09:22:21Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a2edf4d292a4d5043eb81e649d993d28b6ff1bf6",
"body": "Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.32.1 to 0.34.1.\r\n- [Release notes](https://github.com/elixir-lang/ex_doc/releases)\r\n- [Changelog](https://github.com/elixir-lang/ex_doc/blob/main/CHANGELOG.md)\r\n- [Commits](https://github.com/elixir-lang/ex_doc/compare/v0.32.1...v0.34.1)\r\n\n[…]\ndevelopment\r\n update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump ex_doc from 0.32.1 to 0.34.1 (#62)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-06-21T09:17:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4b75fa6980b461bca8901fd26efb22cdcd4342a1",
"body": "Bumps [rustler](https://github.com/rusterlium/rustler) from 0.32.1 to 0.33.0.\r\n- [Release notes](https://github.com/rusterlium/rustler/releases)\r\n- [Changelog](https://github.com/rusterlium/rustler/blob/master/CHANGELOG.md)\r\n- [Commits](https://github.com/rusterlium/rustler/compare/rustler-0.32.1...\n[…]\n:production\r\n update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump rustler from 0.32.1 to 0.33.0 (#59)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-06-21T09:17:11Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e5ebb69f6aaf99b25ec61e7bc14f2fe208cd7bd7",
"body": "Bumps [svgtypes](https://github.com/RazrFalcon/svgtypes) from 0.15.0 to 0.15.1.\r\n- [Changelog](https://github.com/RazrFalcon/svgtypes/blob/master/CHANGELOG.md)\r\n- [Commits](https://github.com/RazrFalcon/svgtypes/compare/v0.15.0...v0.15.1)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: svgtypes\r\n \n[…]\n:production\r\n update-type: version-update:semver-patch\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump svgtypes from 0.15.0 to 0.15.1 in /native/resvg (#56)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-06-21T09:15:49Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4337b3305ec435ae010181e2621293cb87e89389",
"body": "Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.31.2 to 0.32.1.\r\n- [Release notes](https://github.com/elixir-lang/ex_doc/releases)\r\n- [Changelog](https://github.com/elixir-lang/ex_doc/blob/main/CHANGELOG.md)\r\n- [Commits](https://github.com/elixir-lang/ex_doc/compare/v0.31.2...v0.32.1)\r\n\n[…]\ndevelopment\r\n update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump ex_doc from 0.31.2 to 0.32.1 (#54)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-04-20T11:20:39Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "bf6d6686599910e26a3e3d14e53f9ba1d92b157e",
"body": "Bumps [svgtypes](https://github.com/RazrFalcon/svgtypes) from 0.14.0 to 0.15.0.\r\n- [Changelog](https://github.com/RazrFalcon/svgtypes/blob/master/CHANGELOG.md)\r\n- [Commits](https://github.com/RazrFalcon/svgtypes/compare/v0.14.0...v0.15.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: svgtypes\r\n \n[…]\n:production\r\n update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump svgtypes from 0.14.0 to 0.15.0 in /native/resvg (#51)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-04-20T11:20:30Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "abfbae7c0aee0783209da29631b8db372e6918a2",
"body": "* load fontdb in query_all so that we can measure text files",
"is_bot": false,
"headline": "load fontdb in query_all so that we can measure text files (#55)",
"author_name": "tmbb",
"author_login": "tmbb",
"committed_at": "2024-04-20T11:19:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3bede6d87166df3a8c26f9f29950eff61b1eaf27",
"body": "…ypes-0.14.0\n\nBump svgtypes from 0.13.0 to 0.14.0 in /native/resvg",
"is_bot": false,
"headline": "Merge pull request #40 from mrdotb/dependabot/cargo/native/resvg/svgt…",
"author_name": "mrdotb",
"author_login": "mrdotb",
"committed_at": "2024-03-22T06:46:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c91c4d6759f753a9d9e4f1552eede4200301d732",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into dependabot/cargo/native/resvg/svgtypes-0.14.0",
"author_name": "mrdotb",
"author_login": "mrdotb",
"committed_at": "2024-03-22T06:39:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c448a345faab710754e5a685145e94acb49466cf",
"body": "Bump ex_doc from 0.31.1 to 0.31.2",
"is_bot": false,
"headline": "Merge pull request #47 from mrdotb/dependabot/hex/ex_doc-0.31.2",
"author_name": "mrdotb",
"author_login": "mrdotb",
"committed_at": "2024-03-22T06:37:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78ef7a0e49e8894e1e0d505c0d9f34e84ff60fee",
"body": "Bump rustler from 0.30.0 to 0.32.1",
"is_bot": false,
"headline": "Merge pull request #48 from mrdotb/dependabot/hex/rustler-0.32.1",
"author_name": "mrdotb",
"author_login": "mrdotb",
"committed_at": "2024-03-22T06:37:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c2228e07a2c4ee95d92da8d1b889dbe92a6b3d8",
"body": "…ler-0.32.1\n\nBump rustler from 0.30.0 to 0.32.1 in /native/resvg",
"is_bot": false,
"headline": "Merge pull request #49 from mrdotb/dependabot/cargo/native/resvg/rust…",
"author_name": "mrdotb",
"author_login": "mrdotb",
"committed_at": "2024-03-22T06:37:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c70a220bb0b2d03ea2f5696beb6a3728b7467d1",
"body": "Bumps [rustler](https://github.com/rusterlium/rustler) from 0.30.0 to 0.32.1.\n- [Release notes](https://github.com/rusterlium/rustler/releases)\n- [Changelog](https://github.com/rusterlium/rustler/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/rusterlium/rustler/compare/rustler-0.30.0...rus\n[…]\nr-0.32.1)\n\n---\nupdated-dependencies:\n- dependency-name: rustler\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump rustler from 0.30.0 to 0.32.1 in /native/resvg",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-03-22T02:01:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "21aebfc17028e5b903dfa5d3f7e1028bb7027f9e",
"body": "Bumps [rustler](https://github.com/rusterlium/rustler) from 0.30.0 to 0.32.1.\n- [Release notes](https://github.com/rusterlium/rustler/releases)\n- [Changelog](https://github.com/rusterlium/rustler/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/rusterlium/rustler/compare/rustler-0.30.0...rus\n[…]\nr-0.32.1)\n\n---\nupdated-dependencies:\n- dependency-name: rustler\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump rustler from 0.30.0 to 0.32.1",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-03-22T01:54:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f13b6e6c93293763b495a754ae5aa282b55c3ec7",
"body": "Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.31.1 to 0.31.2.\n- [Release notes](https://github.com/elixir-lang/ex_doc/releases)\n- [Changelog](https://github.com/elixir-lang/ex_doc/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/elixir-lang/ex_doc/compare/v0.31.1...v0.31.2)\n\n---\nupdated-dependencies:\n- dependency-name: ex_doc\n dependency-type: direct:development\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump ex_doc from 0.31.1 to 0.31.2",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-03-06T01:13:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68d2bf5380e33286206e83d77643c765f0deb982",
"body": "Bumps [svgtypes](https://github.com/RazrFalcon/svgtypes) from 0.13.0 to 0.14.0.\n- [Changelog](https://github.com/RazrFalcon/svgtypes/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/RazrFalcon/svgtypes/compare/v0.13.0...v0.14.0)\n\n---\nupdated-dependencies:\n- dependency-name: svgtypes\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump svgtypes from 0.13.0 to 0.14.0 in /native/resvg",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-02-06T01:32:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ee8b76786511085f30d8864390aa7199c8ee613",
"body": "Bump ex_doc from 0.30.9 to 0.31.1",
"is_bot": false,
"headline": "Merge pull request #36 from mrdotb/dependabot/hex/ex_doc-0.31.1",
"author_name": "mrdotb",
"author_login": "mrdotb",
"committed_at": "2024-01-19T16:44:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5026f92378743bcb40f9613424be9ef7fb97940",
"body": "Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.30.9 to 0.31.1.\n- [Release notes](https://github.com/elixir-lang/ex_doc/releases)\n- [Changelog](https://github.com/elixir-lang/ex_doc/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/elixir-lang/ex_doc/compare/v0.30.9...v0.31.1)\n\n---\nupdated-dependencies:\n- dependency-name: ex_doc\n dependency-type: direct:development\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump ex_doc from 0.30.9 to 0.31.1",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-01-12T01:06:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "273124bee7ff1d17426571fd95af16c0b8b80316",
"body": "…ypes-0.13.0\n\nBump svgtypes from 0.12.0 to 0.13.0 in /native/resvg",
"is_bot": false,
"headline": "Merge pull request #32 from mrdotb/dependabot/cargo/native/resvg/svgt…",
"author_name": "mrdotb",
"author_login": "mrdotb",
"committed_at": "2023-12-04T21:40:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2313b133fdc0cdfa88aec965b36475dee4d6fd42",
"body": "…-0.7.1\n\nBump rustler_precompiled from 0.7.0 to 0.7.1",
"is_bot": false,
"headline": "Merge pull request #30 from mrdotb/dependabot/hex/rustler_precompiled…",
"author_name": "mrdotb",
"author_login": "mrdotb",
"committed_at": "2023-12-04T21:35:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd7173207b6f64c6a056c0f5cded3fd0da8a218b",
"body": "Bump ex_doc from 0.30.8 to 0.30.9",
"is_bot": false,
"headline": "Merge pull request #29 from mrdotb/dependabot/hex/ex_doc-0.30.9",
"author_name": "mrdotb",
"author_login": "mrdotb",
"committed_at": "2023-12-04T21:35:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f536818b102d59d78e36d07838e76a2e21412329",
"body": "Bumps [svgtypes](https://github.com/RazrFalcon/svgtypes) from 0.12.0 to 0.13.0.\n- [Changelog](https://github.com/RazrFalcon/svgtypes/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/RazrFalcon/svgtypes/compare/v0.12.0...v0.13.0)\n\n---\nupdated-dependencies:\n- dependency-name: svgtypes\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump svgtypes from 0.12.0 to 0.13.0 in /native/resvg",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-12-04T01:27:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5608a4323eb42f66b5bbc3cea27133c659e1c1fd",
"body": "Bumps [rustler_precompiled](https://github.com/philss/rustler_precompiled) from 0.7.0 to 0.7.1.\n- [Release notes](https://github.com/philss/rustler_precompiled/releases)\n- [Changelog](https://github.com/philss/rustler_precompiled/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/philss/rustler_\n[…]\n--\nupdated-dependencies:\n- dependency-name: rustler_precompiled\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump rustler_precompiled from 0.7.0 to 0.7.1",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-12-01T01:29:19Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cbb364aaf0e5e4f309f84563b0accb254f1c30fa",
"body": "Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.30.8 to 0.30.9.\n- [Changelog](https://github.com/elixir-lang/ex_doc/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/elixir-lang/ex_doc/compare/v0.30.8...v0.30.9)\n\n---\nupdated-dependencies:\n- dependency-name: ex_doc\n dependency-type: direct:development\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump ex_doc from 0.30.8 to 0.30.9",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-10-23T01:57:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6537299a3bee4b0a330dd6260b1ad4e3db8b321",
"body": "…ler-0.30.0\n\nBump rustler from 0.29.1 to 0.30.0 in /native/resvg",
"is_bot": false,
"headline": "Merge pull request #25 from mrdotb/dependabot/cargo/native/resvg/rust…",
"author_name": "mrdotb",
"author_login": "mrdotb",
"committed_at": "2023-10-17T12:13:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae3a07f37faa78b2b2a63c97c28083daf2a360b2",
"body": "Bump ex_doc from 0.30.6 to 0.30.8",
"is_bot": false,
"headline": "Merge pull request #28 from mrdotb/dependabot/hex/ex_doc-0.30.8",
"author_name": "mrdotb",
"author_login": "mrdotb",
"committed_at": "2023-10-17T12:13:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84e464f8841e36f8a48a64c13588e3d92f48f55e",
"body": "Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.30.6 to 0.30.8.\n- [Changelog](https://github.com/elixir-lang/ex_doc/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/elixir-lang/ex_doc/compare/v0.30.6...v0.30.8)\n\n---\nupdated-dependencies:\n- dependency-name: ex_doc\n dependency-type: direct:development\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump ex_doc from 0.30.6 to 0.30.8",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-10-17T12:09:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "534d134b0622d483e3bec65a879ce987f719808a",
"body": "Bump rustler from 0.29.1 to 0.30.0",
"is_bot": false,
"headline": "Merge pull request #26 from mrdotb/dependabot/hex/rustler-0.30.0",
"author_name": "mrdotb",
"author_login": "mrdotb",
"committed_at": "2023-10-17T12:08:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f4a9e6f83237f1c6a4099cbdbcc0e05bbfe1cd3",
"body": "Bumps [rustler](https://github.com/rusterlium/rustler) from 0.29.1 to 0.30.0.\n- [Release notes](https://github.com/rusterlium/rustler/releases)\n- [Changelog](https://github.com/rusterlium/rustler/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/rusterlium/rustler/compare/rustler-0.29.1...rus\n[…]\nr-0.30.0)\n\n---\nupdated-dependencies:\n- dependency-name: rustler\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump rustler from 0.29.1 to 0.30.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-10-17T11:15:06Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1e131012c582b2d5f0e9d96fe18ebf9745e23ec9",
"body": "Bumps [rustler](https://github.com/rusterlium/rustler) from 0.29.1 to 0.30.0.\n- [Release notes](https://github.com/rusterlium/rustler/releases)\n- [Changelog](https://github.com/rusterlium/rustler/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/rusterlium/rustler/compare/rustler-0.29.1...rus\n[…]\nr-0.30.0)\n\n---\nupdated-dependencies:\n- dependency-name: rustler\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump rustler from 0.29.1 to 0.30.0 in /native/resvg",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-10-17T11:14:10Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "475689fd36593cad3b20b8653131ba3b00effbf5",
"body": "…ypes-0.12.0\n\nBump svgtypes from 0.11.0 to 0.12.0 in /native/resvg",
"is_bot": false,
"headline": "Merge pull request #22 from mrdotb/dependabot/cargo/native/resvg/svgt…",
"author_name": "mrdotb",
"author_login": "mrdotb",
"committed_at": "2023-10-17T11:13:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "915c07aec19c9f7f7c1f2e7de4831d26f0b4c2a3",
"body": "…-0.7.0\n\nBump rustler_precompiled from 0.6.3 to 0.7.0",
"is_bot": false,
"headline": "Merge pull request #20 from mrdotb/dependabot/hex/rustler_precompiled…",
"author_name": "mrdotb",
"author_login": "mrdotb",
"committed_at": "2023-10-17T11:13:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d701bcbb128a28e6708e8a48d5f0769ae1dd100a",
"body": "Bumps [svgtypes](https://github.com/RazrFalcon/svgtypes) from 0.11.0 to 0.12.0.\n- [Changelog](https://github.com/RazrFalcon/svgtypes/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/RazrFalcon/svgtypes/compare/v0.11.0...v0.12.0)\n\n---\nupdated-dependencies:\n- dependency-name: svgtypes\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump svgtypes from 0.11.0 to 0.12.0 in /native/resvg",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-10-02T02:02:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63fa8ecac6020b977a968da54cd21825d20d18cd",
"body": "Bumps [rustler_precompiled](https://github.com/philss/rustler_precompiled) from 0.6.3 to 0.7.0.\n- [Release notes](https://github.com/philss/rustler_precompiled/releases)\n- [Changelog](https://github.com/philss/rustler_precompiled/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/philss/rustler_\n[…]\n--\nupdated-dependencies:\n- dependency-name: rustler_precompiled\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump rustler_precompiled from 0.6.3 to 0.7.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-09-25T01:21:11Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a79cbc7c901b858d96724e6a184eaddfd3e2cbfa",
"body": "…-0.6.3\n\nBump rustler_precompiled from 0.6.2 to 0.6.3",
"is_bot": false,
"headline": "Merge pull request #19 from mrdotb/dependabot/hex/rustler_precompiled…",
"author_name": "mrdotb",
"author_login": "mrdotb",
"committed_at": "2023-08-29T12:23:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bed33514a2e5cbfe5a41a4b4952e5472d0af6f0d",
"body": "Bump ex_doc from 0.29.4 to 0.30.6",
"is_bot": false,
"headline": "Merge pull request #18 from mrdotb/dependabot/hex/ex_doc-0.30.6",
"author_name": "mrdotb",
"author_login": "mrdotb",
"committed_at": "2023-08-29T12:23:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "215c819a685db4773a92599d2aa14de9f569450a",
"body": "Bumps [rustler_precompiled](https://github.com/philss/rustler_precompiled) from 0.6.2 to 0.6.3.\n- [Release notes](https://github.com/philss/rustler_precompiled/releases)\n- [Changelog](https://github.com/philss/rustler_precompiled/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/philss/rustler_\n[…]\n--\nupdated-dependencies:\n- dependency-name: rustler_precompiled\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump rustler_precompiled from 0.6.2 to 0.6.3",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-08-29T02:05:30Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "55a437e7188fb55cf505f07d48bed59463269fd9",
"body": "Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.29.4 to 0.30.6.\n- [Changelog](https://github.com/elixir-lang/ex_doc/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/elixir-lang/ex_doc/compare/v0.29.4...v0.30.6)\n\n---\nupdated-dependencies:\n- dependency-name: ex_doc\n dependency-type: direct:development\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump ex_doc from 0.29.4 to 0.30.6",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-08-28T01:42:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b31bcbbe73d2124f35e06974d7c7750e01d64324",
"body": null,
"is_bot": false,
"headline": "bump resvg version in README and livebook",
"author_name": "mrdotb",
"author_login": "mrdotb",
"committed_at": "2023-07-09T09:24:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a0e878c2e977c08e4e9531a23da5f319e6bb015",
"body": null,
"is_bot": false,
"headline": "bump version to 0.3",
"author_name": "mrdotb",
"author_login": "mrdotb",
"committed_at": "2023-07-07T21:37:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13b6b17f47e1e10bd09a9bcf60eb3be981a8c13e",
"body": null,
"is_bot": false,
"headline": "Add query_all docs",
"author_name": "mrdotb",
"author_login": "mrdotb",
"committed_at": "2023-07-07T21:35:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a2643d2af37ff7fdf8d4ba714ba536301e65cdc",
"body": null,
"is_bot": false,
"headline": "Add query_all function",
"author_name": "mrdotb",
"author_login": "mrdotb",
"committed_at": "2023-07-07T21:28:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35d55d649f7e96daf70351e042fa57b23571e7ee",
"body": null,
"is_bot": false,
"headline": "format.all instead of fmt",
"author_name": "mrdotb",
"author_login": "mrdotb",
"committed_at": "2023-07-07T20:07:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea7e27a6dab2b1b151e9d8df62968e1d5d97e4a3",
"body": "bump cargo",
"is_bot": false,
"headline": "Merge pull request #12 from mrdotb/chores/upgrade-deps",
"author_name": "mrdotb",
"author_login": "mrdotb",
"committed_at": "2023-07-07T19:09:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44089527ecdb2157e199b3f78d546b713a828bcc",
"body": "bump usvg to 0.35\nbump rustler to 0.29.1",
"is_bot": false,
"headline": "bump resvg to 0.35",
"author_name": "mrdotb",
"author_login": "mrdotb",
"committed_at": "2023-07-07T18:10:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "349d3372be198988e5b35f95d65f2afe159d25b8",
"body": "…-0.6.2\n\nBump rustler_precompiled from 0.6.1 to 0.6.2",
"is_bot": false,
"headline": "Merge pull request #11 from mrdotb/dependabot/hex/rustler_precompiled…",
"author_name": "mrdotb",
"author_login": "mrdotb",
"committed_at": "2023-07-07T15:46:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "497c08e8e0a64cdce87b8de1b8cfb0139b098c51",
"body": "Bumps [rustler_precompiled](https://github.com/philss/rustler_precompiled) from 0.6.1 to 0.6.2.\n- [Release notes](https://github.com/philss/rustler_precompiled/releases)\n- [Changelog](https://github.com/philss/rustler_precompiled/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/philss/rustler_\n[…]\n--\nupdated-dependencies:\n- dependency-name: rustler_precompiled\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump rustler_precompiled from 0.6.1 to 0.6.2",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-07-07T15:45:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3a5ecc6831f95d1e7a251bb0a294f89b0dffe116",
"body": "Bump rustler from 0.28.0 to 0.29.1",
"is_bot": false,
"headline": "Merge pull request #10 from mrdotb/dependabot/hex/rustler-0.29.1",
"author_name": "mrdotb",
"author_login": "mrdotb",
"committed_at": "2023-07-07T15:40:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d8e3895a11d613fcefa2d372c1309df3f18b4b3",
"body": "Bumps [rustler](https://github.com/rusterlium/rustler) from 0.28.0 to 0.29.1.\n- [Release notes](https://github.com/rusterlium/rustler/releases)\n- [Changelog](https://github.com/rusterlium/rustler/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/rusterlium/rustler/compare/rustler-0.28.0...rus\n[…]\nr-0.29.1)\n\n---\nupdated-dependencies:\n- dependency-name: rustler\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump rustler from 0.28.0 to 0.29.1",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-07-03T01:53:17Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "573bf68e49f8782282186450993de7f58fff3a54",
"body": null,
"is_bot": false,
"headline": "Livebook example wip",
"author_name": "mrdotb",
"author_login": "mrdotb",
"committed_at": "2023-06-22T12:34:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7c8827a647da6f5285615adf5b6fb6773e715a9",
"body": null,
"is_bot": false,
"headline": "Version 0.2.0",
"author_name": "mrdotb",
"author_login": "mrdotb",
"committed_at": "2023-06-22T11:26:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5aa01cab3cfdcba0390e6fd27e6c998f94faa091",
"body": null,
"is_bot": false,
"headline": "Add asdf .tool-versions",
"author_name": "mrdotb",
"author_login": "mrdotb",
"committed_at": "2023-06-22T09:17:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31ae28c1dfea98ff7862374832c9586325139759",
"body": null,
"is_bot": false,
"headline": "Write documentation change some types from String to Atom",
"author_name": "mrdotb",
"author_login": "mrdotb",
"committed_at": "2023-06-22T09:14:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af2eee7a197d58c4091bfed2b746b7fb1504cf4e",
"body": null,
"is_bot": false,
"headline": "Rework the InputFrom the string is not needed",
"author_name": "mrdotb",
"author_login": "mrdotb",
"committed_at": "2023-06-21T21:09:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff0a49faf3b0e454ccb9ce68dbeef6415af7cc20",
"body": null,
"is_bot": false,
"headline": "Add docs and oss stuffs",
"author_name": "mrdotb",
"author_login": "mrdotb",
"committed_at": "2023-06-21T16:36:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1b2546d0605bc06aa90c3ce6d19d211f461d07d",
"body": null,
"is_bot": false,
"headline": "Fix wront ENV variable to force build during test",
"author_name": "mrdotb",
"author_login": "mrdotb",
"committed_at": "2023-06-21T12:57:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e081f402344aaf4d9fc24bba664479f803748bdf",
"body": null,
"is_bot": false,
"headline": "Rebuild nif only if native or release file change",
"author_name": "mrdotb",
"author_login": "mrdotb",
"committed_at": "2023-06-21T12:51:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a180df20853b083b302560b673fb9c42736c490",
"body": null,
"is_bot": false,
"headline": "Remove Styles",
"author_name": "mrdotb",
"author_login": "mrdotb",
"committed_at": "2023-06-21T12:49:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e90e3c1eea36aa86ea3f4419f65fe06b02db9221",
"body": null,
"is_bot": false,
"headline": "use RustlerPrecompiled",
"author_name": "mrdotb",
"author_login": "mrdotb",
"committed_at": "2023-06-21T11:46:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "465b51c545a03f4ba1555b0dcd7952fdff84b84e",
"body": null,
"is_bot": false,
"headline": "Add .cargo/config",
"author_name": "mrdotb",
"author_login": "mrdotb",
"committed_at": "2023-06-21T11:23:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d3e5e46907bb9150ef1c65cfdb3b33f391e91b5",
"body": null,
"is_bot": false,
"headline": "try to build crates",
"author_name": "mrdotb",
"author_login": "mrdotb",
"committed_at": "2023-06-21T10:44:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "503c9ef654350228aaea2637fea93647b8776da8",
"body": null,
"is_bot": false,
"headline": "Precompiled workflow",
"author_name": "mrdotb",
"author_login": "mrdotb",
"committed_at": "2023-06-21T10:32:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2b494a80c45543573a8990cc581f4da31aa48a2",
"body": null,
"is_bot": false,
"headline": "Add Cross.toml in order to pass the NIF version to cross",
"author_name": "mrdotb",
"author_login": "mrdotb",
"committed_at": "2023-06-21T09:26:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd3d32732255ceefd2634ab53019bd13fd2e3951",
"body": null,
"is_bot": false,
"headline": "test render with image tag resolve from resources_dir",
"author_name": "mrdotb",
"author_login": "mrdotb",
"committed_at": "2023-06-21T09:19:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a614a8a91c25ad44a29fe139474acdf5f7481e64",
"body": null,
"is_bot": false,
"headline": "Remove unused code",
"author_name": "mrdotb",
"author_login": "mrdotb",
"committed_at": "2023-06-21T09:15:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06f9a784e379236b448427c83e606190d774141a",
"body": "…er-0.28.0\n\nBump rustler from 0.25.0 to 0.28.0 in /native/resvg",
"is_bot": false,
"headline": "Merge pull request #2 from mrdotb/dependabot/cargo/native/resvg/rustl…",
"author_name": "mrdotb",
"author_login": "mrdotb",
"committed_at": "2023-06-21T08:25:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7bd857c675af89dc3cac84e37c0a54791f4db537",
"body": "Bump rustler from 0.25.0 to 0.28.0",
"is_bot": false,
"headline": "Merge pull request #3 from mrdotb/dependabot/hex/rustler-0.28.0",
"author_name": "mrdotb",
"author_login": "mrdotb",
"committed_at": "2023-06-21T08:24:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "657225dae786414f3c0574f7453e8e97f5db3eb3",
"body": "Bump styler from 0.7.12 to 0.7.13",
"is_bot": false,
"headline": "Merge pull request #4 from mrdotb/dependabot/hex/styler-0.7.13",
"author_name": "mrdotb",
"author_login": "mrdotb",
"committed_at": "2023-06-21T08:24:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71f1b3eb21f82fb2dadae14ccec5ef75d3a298b3",
"body": null,
"is_bot": false,
"headline": "Add Build Status",
"author_name": "mrdotb",
"author_login": "mrdotb",
"committed_at": "2023-06-21T08:23:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a98ebf9e4cf5fe5a4de1c4912b76bba8b42ed488",
"body": null,
"is_bot": false,
"headline": "Only test on 1.14.3",
"author_name": "mrdotb",
"author_login": "mrdotb",
"committed_at": "2023-06-21T08:20:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fdfa5804615ab2c3c8a79a2925f14d642043f2f2",
"body": "Bumps [styler](https://github.com/adobe/elixir-styler) from 0.7.12 to 0.7.13.\n- [Release notes](https://github.com/adobe/elixir-styler/releases)\n- [Changelog](https://github.com/adobe/elixir-styler/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/adobe/elixir-styler/compare/v0.7.12...v0.7.13)\n\n---\nupdated-dependencies:\n- dependency-name: styler\n dependency-type: direct:development\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump styler from 0.7.12 to 0.7.13",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-06-21T08:18:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f44f3ee83a1f0e8d277e869bbd13d7689c02594b",
"body": "Bumps [rustler](https://github.com/rusterlium/rustler) from 0.25.0 to 0.28.0.\n- [Release notes](https://github.com/rusterlium/rustler/releases)\n- [Changelog](https://github.com/rusterlium/rustler/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/rusterlium/rustler/compare/rustler-0.25.0...rus\n[…]\nr-0.28.0)\n\n---\nupdated-dependencies:\n- dependency-name: rustler\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump rustler from 0.25.0 to 0.28.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-06-21T08:17:59Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "788c57b482416eb56918e4a34418b712eff20a07",
"body": "Bumps [rustler](https://github.com/rusterlium/rustler) from 0.25.0 to 0.28.0.\n- [Release notes](https://github.com/rusterlium/rustler/releases)\n- [Changelog](https://github.com/rusterlium/rustler/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/rusterlium/rustler/compare/rustler-0.25.0...rus\n[…]\nr-0.28.0)\n\n---\nupdated-dependencies:\n- dependency-name: rustler\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump rustler from 0.25.0 to 0.28.0 in /native/resvg",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-06-21T08:17:51Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4f3c6889980ad38eac6797b6a5ee635eb9cadc94",
"body": null,
"is_bot": false,
"headline": "Add github workflow",
"author_name": "mrdotb",
"author_login": "mrdotb",
"committed_at": "2023-06-21T08:17:19Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 9,
"commits_last_year": 5,
"latest_release_at": "2026-07-14T15:40:49Z",
"latest_release_tag": "v0.6.0",
"releases_from_tags": false,
"days_since_last_push": 18,
"active_weeks_last_year": 1,
"days_since_latest_release": 18,
"mean_days_between_releases": 139.8
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 71,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "resvg",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "hex",
"matches_repo": true,
"registry_url": "https://hex.pm/packages/resvg",
"is_deprecated": false,
"latest_version": "0.6.0",
"repository_url": "https://github.com/mrdotb/resvg_nif",
"versions_count": 9,
"total_downloads": 28894,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 2091,
"first_published_at": "2023-06-22T09:16:42.213830Z",
"latest_published_at": "2026-07-15T21:37:03.138104Z",
"latest_version_yanked": null,
"days_since_latest_publish": 17
}
]
},
"popularity": {
"forks": 5,
"stars": 30,
"watchers": 2,
"fork_history": {
"days": [
{
"date": "2023-07-13",
"count": 1
},
{
"date": "2023-10-01",
"count": 1
},
{
"date": "2024-04-14",
"count": 1
},
{
"date": "2025-02-06",
"count": 1
},
{
"date": "2026-07-11",
"count": 1
}
],
"complete": true,
"collected": 5,
"total_forks": 5
},
"star_history": null,
"open_issues_and_prs": 5
},
"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": [
"mix.exs",
"native/resvg/Cargo.toml"
],
"largest_source_bytes": 27949,
"source_files_sampled": 8,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"mix.exs"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "memmap2",
"direct": false,
"version": "0.9.5",
"severity": "unknown",
"ecosystem": "crates",
"cvss_score": null,
"advisory_ids": [
"RUSTSEC-2026-0186"
],
"fixed_version": "0.9.11",
"advisory_count": 1,
"oldest_advisory_days": 42
},
{
"name": "rustybuzz",
"direct": false,
"version": "0.20.1",
"severity": "unknown",
"ecosystem": "crates",
"cvss_score": null,
"advisory_ids": [
"RUSTSEC-2026-0206"
],
"fixed_version": null,
"advisory_count": 1,
"oldest_advisory_days": 21
},
{
"name": "ttf-parser",
"direct": false,
"version": "0.25.1",
"severity": "unknown",
"ecosystem": "crates",
"cvss_score": null,
"advisory_ids": [
"RUSTSEC-2026-0192"
],
"fixed_version": null,
"advisory_count": 1,
"oldest_advisory_days": 34
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"unknown": 3
},
"advisory_count": 3,
"affected_count": 3,
"assessed_count": 77,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"hex"
],
"dependencies": [
{
"name": "rustler_precompiled",
"manifest": "mix.exs",
"ecosystem": "hex",
"version_constraint": "~> 0.8.1"
},
{
"name": "rustler",
"manifest": "mix.exs",
"ecosystem": "hex",
"version_constraint": "~> 0.36.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "adler2",
"direct": false,
"version": "2.0.0",
"ecosystem": "crates"
},
{
"name": "aho-corasick",
"direct": false,
"version": "1.1.3",
"ecosystem": "crates"
},
{
"name": "arrayref",
"direct": false,
"version": "0.3.9",
"ecosystem": "crates"
},
{
"name": "arrayvec",
"direct": false,
"version": "0.7.6",
"ecosystem": "crates"
},
{
"name": "autocfg",
"direct": false,
"version": "1.5.1",
"ecosystem": "crates"
},
{
"name": "base64",
"direct": false,
"version": "0.22.1",
"ecosystem": "crates"
},
{
"name": "bitflags",
"direct": false,
"version": "2.8.0",
"ecosystem": "crates"
},
{
"name": "bytemuck",
"direct": false,
"version": "1.25.1",
"ecosystem": "crates"
},
{
"name": "byteorder-lite",
"direct": false,
"version": "0.1.0",
"ecosystem": "crates"
},
{
"name": "cfg-if",
"direct": false,
"version": "1.0.0",
"ecosystem": "crates"
},
{
"name": "color_quant",
"direct": false,
"version": "1.1.0",
"ecosystem": "crates"
},
{
"name": "core_maths",
"direct": false,
"version": "0.1.1",
"ecosystem": "crates"
},
{
"name": "crc32fast",
"direct": false,
"version": "1.4.2",
"ecosystem": "crates"
},
{
"name": "data-url",
"direct": false,
"version": "0.3.1",
"ecosystem": "crates"
},
{
"name": "euclid",
"direct": false,
"version": "0.22.14",
"ecosystem": "crates"
},
{
"name": "fdeflate",
"direct": false,
"version": "0.3.7",
"ecosystem": "crates"
},
{
"name": "flate2",
"direct": false,
"version": "1.1.9",
"ecosystem": "crates"
},
{
"name": "float-cmp",
"direct": false,
"version": "0.9.0",
"ecosystem": "crates"
},
{
"name": "fontconfig-parser",
"direct": false,
"version": "0.5.7",
"ecosystem": "crates"
},
{
"name": "fontdb",
"direct": false,
"version": "0.23.0",
"ecosystem": "crates"
},
{
"name": "gif",
"direct": false,
"version": "0.14.2",
"ecosystem": "crates"
},
{
"name": "heck",
"direct": false,
"version": "0.5.0",
"ecosystem": "crates"
},
{
"name": "image-webp",
"direct": false,
"version": "0.2.4",
"ecosystem": "crates"
},
{
"name": "imagesize",
"direct": false,
"version": "0.14.0",
"ecosystem": "crates"
},
{
"name": "kurbo",
"direct": false,
"version": "0.13.1",
"ecosystem": "crates"
},
{
"name": "libc",
"direct": false,
"version": "0.2.169",
"ecosystem": "crates"
},
{
"name": "libm",
"direct": false,
"version": "0.2.11",
"ecosystem": "crates"
},
{
"name": "log",
"direct": false,
"version": "0.4.25",
"ecosystem": "crates"
},
{
"name": "memchr",
"direct": false,
"version": "2.7.4",
"ecosystem": "crates"
},
{
"name": "memmap2",
"direct": false,
"version": "0.9.5",
"ecosystem": "crates"
},
{
"name": "miniz_oxide",
"direct": false,
"version": "0.8.9",
"ecosystem": "crates"
},
{
"name": "num-traits",
"direct": false,
"version": "0.2.19",
"ecosystem": "crates"
},
{
"name": "pico-args",
"direct": false,
"version": "0.5.0",
"ecosystem": "crates"
},
{
"name": "png",
"direct": false,
"version": "0.18.1",
"ecosystem": "crates"
},
{
"name": "polycool",
"direct": false,
"version": "0.4.0",
"ecosystem": "crates"
},
{
"name": "proc-macro2",
"direct": false,
"version": "1.0.93",
"ecosystem": "crates"
},
{
"name": "quick-error",
"direct": false,
"version": "2.0.1",
"ecosystem": "crates"
},
{
"name": "quote",
"direct": false,
"version": "1.0.38",
"ecosystem": "crates"
},
{
"name": "regex",
"direct": false,
"version": "1.11.1",
"ecosystem": "crates"
},
{
"name": "regex-automata",
"direct": false,
"version": "0.4.9",
"ecosystem": "crates"
},
{
"name": "regex-syntax",
"direct": false,
"version": "0.8.5",
"ecosystem": "crates"
},
{
"name": "resvg",
"direct": false,
"version": "0.47.0",
"ecosystem": "crates"
},
{
"name": "rgb",
"direct": false,
"version": "0.8.50",
"ecosystem": "crates"
},
{
"name": "roxmltree",
"direct": false,
"version": "0.20.0",
"ecosystem": "crates"
},
{
"name": "roxmltree",
"direct": false,
"version": "0.21.1",
"ecosystem": "crates"
},
{
"name": "rustler",
"direct": false,
"version": "0.33.0",
"ecosystem": "crates"
},
{
"name": "rustler_codegen",
"direct": false,
"version": "0.33.0",
"ecosystem": "crates"
},
{
"name": "rustler_sys",
"direct": false,
"version": "2.4.3",
"ecosystem": "crates"
},
{
"name": "rustybuzz",
"direct": false,
"version": "0.20.1",
"ecosystem": "crates"
},
{
"name": "simd-adler32",
"direct": false,
"version": "0.3.7",
"ecosystem": "crates"
},
{
"name": "simplecss",
"direct": false,
"version": "0.2.2",
"ecosystem": "crates"
},
{
"name": "siphasher",
"direct": false,
"version": "1.0.1",
"ecosystem": "crates"
},
{
"name": "slotmap",
"direct": false,
"version": "1.0.7",
"ecosystem": "crates"
},
{
"name": "smallvec",
"direct": false,
"version": "1.15.2",
"ecosystem": "crates"
},
{
"name": "strict-num",
"direct": false,
"version": "0.1.1",
"ecosystem": "crates"
},
{
"name": "svgtypes",
"direct": false,
"version": "0.16.1",
"ecosystem": "crates"
},
{
"name": "syn",
"direct": false,
"version": "2.0.98",
"ecosystem": "crates"
},
{
"name": "tiny-skia",
"direct": false,
"version": "0.12.0",
"ecosystem": "crates"
},
{
"name": "tiny-skia-path",
"direct": false,
"version": "0.12.0",
"ecosystem": "crates"
},
{
"name": "tinyvec",
"direct": false,
"version": "1.8.1",
"ecosystem": "crates"
},
{
"name": "tinyvec_macros",
"direct": false,
"version": "0.1.1",
"ecosystem": "crates"
},
{
"name": "ttf-parser",
"direct": false,
"version": "0.25.1",
"ecosystem": "crates"
},
{
"name": "unicode-bidi",
"direct": false,
"version": "0.3.18",
"ecosystem": "crates"
},
{
"name": "unicode-bidi-mirroring",
"direct": false,
"version": "0.4.0",
"ecosystem": "crates"
},
{
"name": "unicode-ccc",
"direct": false,
"version": "0.4.0",
"ecosystem": "crates"
},
{
"name": "unicode-ident",
"direct": false,
"version": "1.0.16",
"ecosystem": "crates"
},
{
"name": "unicode-properties",
"direct": false,
"version": "0.1.3",
"ecosystem": "crates"
},
{
"name": "unicode-script",
"direct": false,
"version": "0.5.7",
"ecosystem": "crates"
},
{
"name": "unicode-vo",
"direct": false,
"version": "0.1.0",
"ecosystem": "crates"
},
{
"name": "unreachable",
"direct": false,
"version": "1.0.0",
"ecosystem": "crates"
},
{
"name": "usvg",
"direct": false,
"version": "0.47.0",
"ecosystem": "crates"
},
{
"name": "version_check",
"direct": false,
"version": "0.9.5",
"ecosystem": "crates"
},
{
"name": "void",
"direct": false,
"version": "1.0.2",
"ecosystem": "crates"
},
{
"name": "weezl",
"direct": false,
"version": "0.1.12",
"ecosystem": "crates"
},
{
"name": "xmlwriter",
"direct": false,
"version": "0.1.0",
"ecosystem": "crates"
},
{
"name": "zune-core",
"direct": false,
"version": "0.5.1",
"ecosystem": "crates"
},
{
"name": "zune-jpeg",
"direct": false,
"version": "0.5.15",
"ecosystem": "crates"
}
],
"collected": true,
"truncated": false,
"total_count": 77,
"direct_count": 0,
"indirect_count": 77
}
},
"maintainership": {
"issues": {
"open_prs": 4,
"merged_prs": 41,
"open_issues": 1,
"closed_ratio": 0.75,
"closed_issues": 3,
"closed_unmerged_prs": 89
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "mrdotb",
"commits": 72,
"avatar_url": "https://avatars.githubusercontent.com/u/7212914?v=4"
},
{
"type": "User",
"login": "elibosley",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/11823237?v=4"
},
{
"type": "User",
"login": "tmbb",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/2668874?v=4"
}
],
"contributors_sampled": 3,
"top_contributor_share": 0.923
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"release.yml",
"tests.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"Cargo.lock",
"mix.lock"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 1,
"reason": "3 out of 16 merged PRs checked by a CI test -- score normalized to 1",
"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 3/17 approved changesets -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 5,
"reason": "5 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 5",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "14 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "4c1e7c794dbe67fba6c25485008580bccb48a46f",
"ran_at": "2026-08-02T05:22:08Z",
"aggregate_score": 3.2,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-31T01:12:31Z",
"oldest_open_prs": [
{
"number": 133,
"created_at": "2026-07-14T01:12:38Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 134,
"created_at": "2026-07-14T01:12:40Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 135,
"created_at": "2026-07-14T01:12:49Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 136,
"created_at": "2026-07-14T01:12:57Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-14T14:25:11Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 137,
"created_at": "2026-07-14T03:39:16Z",
"last_comment_at": "2026-07-14T14:03:13Z",
"last_comment_author": "elibosley"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/mrdotb/resvg_nif",
"host": "github.com",
"name": "resvg_nif",
"owner": "mrdotb"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": "The weighted overall 54 is calibrated to 56 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 54,
"calibrated": 56,
"calibration": "2026-08-02"
}
}
],
"value": 56,
"inputs": {
"security": 46,
"vitality": 56,
"community": 55,
"governance": 52,
"calibration": "2026-08-02",
"engineering": 60,
"ai_readiness": 46,
"weighted_overall_raw": 54
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 56,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "weak",
"name": "Development activity",
"note": null,
"notes": [],
"value": 42,
"inputs": {
"commits_last_year": 5,
"human_commit_share": 0.68,
"days_since_last_push": 18,
"active_weeks_last_year": 1
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 18 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 18
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "1/52 weeks with commits",
"points": 0.7,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 1
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "5 commits in the last year",
"points": 7,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 5
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "5 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 5",
"points": 5,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"releases_count": 9,
"latest_release_tag": "v0.6.0",
"releases_from_tags": false,
"days_since_latest_release": 18,
"mean_days_between_releases": 139.8
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "9 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 9
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 18 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 18
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~139.8 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 139.8
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "exceptional",
"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": 21,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 21 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 21
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 55,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 29,
"inputs": {
"forks": 5,
"stars": 30,
"watchers": 2,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "30 stars",
"points": 23.7,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 30
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "5 forks",
"points": 5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 5
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "2 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 2
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "excellent",
"name": "Community health",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": null,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": true,
"readme_badge_services": [],
"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": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 13.5,
"status": "met",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 55,
"inputs": {
"packages": [
"resvg"
],
"dependents": null,
"ecosystems": "hex",
"total_downloads": 28894,
"monthly_downloads": 2091
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "2,091 downloads/month across hex",
"points": 44.3,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 2091,
"ecosystems": "hex"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 52,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 15,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 3,
"top_contributor_share": 0.923
},
"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 92% of commits",
"points": 1.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 92
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "3 contributors",
"points": 4.1,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 3
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "weak",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 49,
"inputs": {
"merged_prs": 41,
"open_issues": 1,
"closed_issues": 3,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 0.75,
"closed_unmerged_prs": 89,
"first_time_authors_30d": null,
"first_time_prs_merged_30d": null,
"first_time_prs_decided_30d": null
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "75% of issues closed",
"points": 31.5,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 75
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "41/130 decided PRs merged",
"points": 9.5,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 41,
"decided": 130
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 3/17 approved changesets -- score normalized to 1",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 61,
"inputs": {
"followers": 85,
"owner_type": "User",
"is_verified": null,
"owner_login": "mrdotb",
"public_repos": 134,
"account_age_days": 4499
},
"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": "85 followers of mrdotb",
"points": 13.9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 85,
"login": "mrdotb"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "134 public repos, account ~12 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 134
}
},
{
"code": "account_age_years",
"params": {
"years": 12
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"resvg"
],
"ecosystems": "hex",
"any_deprecated": false,
"min_days_since_publish": 17
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on hex",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "hex"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 17 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 17
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "9 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 9
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 60,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "3 out of 16 merged PRs checked by a CI test -- score normalized to 1",
"points": 2,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [
"elixir",
"png",
"rustler",
"svg"
],
"has_wiki": true,
"homepage": "https://hexdocs.pm/resvg/readme.html",
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://hexdocs.pm/resvg/readme.html",
"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": "4 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 4
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "weak",
"name": "Security",
"value": 46,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 32,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 3.2
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "3 out of 16 merged PRs checked by a CI test -- score normalized to 1",
"points": 0.2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 3/17 approved changesets -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "5 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 5",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "14 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "exceptional",
"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 77 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": 77
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 3,
"affected_packages": 3,
"assessed_packages": 77,
"unassessed_packages": 0,
"affected_by_severity": "unknown 3",
"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": "exceptional",
"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": 77,
"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": "exceptional",
"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"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 3
},
"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": "weak",
"name": "AI Readiness",
"value": 46,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 31,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.588,
"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": "40 of 68 human commits state their intent (structured subject or explanatory body)",
"points": 31.4,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 40,
"sampled": 68
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 53,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"Cargo.lock",
"mix.lock"
],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"mix.exs",
"native/resvg/Cargo.toml"
],
"dependency_bot_commit_share": 0.32
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "mix.exs, native/resvg/Cargo.toml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "mix.exs, native/resvg/Cargo.toml"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "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": "32 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 32,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "Elixir",
"largest_source_bytes": 27949,
"source_files_sampled": 8,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Elixir without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "Elixir"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/8 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 8,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"top": [
"library"
],
"labels": [
"library"
],
"scores": {
"library": 8
},
"primary": "library",
"evidence": [
{
"tier": "distribution",
"label": "library",
"source": "registry:hex",
"weight": 6
},
{
"tier": "description",
"label": "library",
"source": "description:library",
"weight": 2
}
],
"artifacts": [],
"confidence": "medium",
"host_extension": false,
"runs_as_process": false,
"consumed_by_code": true
},
"metrics_version": "2.5.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-08-02T05:22:20.134366Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/m/mrdotb/resvg_nif.svg",
"full_name": "mrdotb/resvg_nif",
"license_state": "standard",
"license_spdx": "MIT"
}