Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [
"scala",
"sbt",
"scalajs"
],
"is_fork": false,
"size_kb": 203,
"has_wiki": true,
"homepage": null,
"languages": {
"HTML": 1426,
"Scala": 22881,
"Shell": 681
},
"pushed_at": "2026-07-06T17:59:06Z",
"created_at": "2015-01-04T00:07:40Z",
"owner_type": "User",
"updated_at": "2026-07-06T17:58:31Z",
"description": "SBT plugin to use Scala.js along with any sbt-web server.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Scala",
"significant_languages": [
"Scala"
]
},
"owner": {
"blog": "https://twitter.com/vmunier",
"name": "Vincent Munier",
"type": "User",
"login": "vmunier",
"company": null,
"location": "London",
"followers": 76,
"avatar_url": "https://avatars.githubusercontent.com/u/1211392?v=4",
"created_at": "2011-11-21T21:19:48Z",
"is_verified": null,
"public_repos": 54,
"account_age_days": 5356
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.4.0",
"kind": "minor",
"published_at": "2026-07-06T18:31:09Z"
},
{
"tag": "v1.3.0",
"kind": "minor",
"published_at": "2023-11-14T19:14:34Z"
},
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2021-04-27T21:45:59Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2020-06-01T21:18:42Z"
},
{
"tag": "v1.1.0-0.6",
"kind": "prerelease",
"published_at": "2020-06-01T21:06:53Z"
},
{
"tag": "v1.0.11-0.6",
"kind": "prerelease",
"published_at": "2020-02-18T20:57:44Z"
},
{
"tag": "v1.0.11",
"kind": "patch",
"published_at": "2020-02-18T20:58:33Z"
},
{
"tag": "v1.0.10",
"kind": "patch",
"published_at": "2019-12-15T19:18:03Z"
},
{
"tag": "v1.0.10-0.6",
"kind": "prerelease",
"published_at": "2019-12-15T19:17:07Z"
},
{
"tag": "v1.0.9",
"kind": "patch",
"published_at": "2019-05-08T21:37:10Z"
},
{
"tag": "v1.0.9-0.6",
"kind": "prerelease",
"published_at": "2019-05-08T21:35:22Z"
},
{
"tag": "v1.0.8",
"kind": "patch",
"published_at": "2018-06-19T12:27:55Z"
},
{
"tag": "v1.0.8-0.6",
"kind": "prerelease",
"published_at": "2018-06-19T12:26:59Z"
},
{
"tag": "v1.0.7",
"kind": "patch",
"published_at": "2018-04-05T22:11:18Z"
},
{
"tag": "v1.0.6",
"kind": "patch",
"published_at": "2017-08-29T11:15:41Z"
},
{
"tag": "v1.0.5",
"kind": "patch",
"published_at": "2017-06-06T10:36:35Z"
},
{
"tag": "v1.0.4",
"kind": "patch",
"published_at": "2017-04-07T16:31:14Z"
},
{
"tag": "v1.0.3",
"kind": "patch",
"published_at": "2016-10-26T14:37:20Z"
},
{
"tag": "v1.0.2",
"kind": "patch",
"published_at": "2016-10-09T20:49:02Z"
},
{
"tag": "v1.0.1",
"kind": "patch",
"published_at": "2016-09-12T11:17:27Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2016-09-05T10:55:16Z"
}
],
"recent_commits": [
{
"oid": "8704a50c4e7845a1c3e99e2ef0829b0984e76e73",
"body": null,
"is_bot": false,
"headline": "Document sbt 2 support and bump versions for 1.4.0",
"author_name": "Vincent Munier",
"author_login": "vmunier",
"committed_at": "2026-07-06T17:58:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c7092b487d27338180da1862a9b00c07cc1d561",
"body": null,
"is_bot": false,
"headline": "Fix release workflow: use JDK 21 for sbt 2",
"author_name": "Vincent Munier",
"author_login": "vmunier",
"committed_at": "2026-07-06T17:30:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "656b6956ebf0ecac4c111e6e89e70b20b6eb3c9a",
"body": "* Cross-build for sbt 1 and sbt 2 with sbt2-compat\n\n* Document how to run the scripted tests in the README\n\n* Upgrade sbt-test projects to latest libs\n\n* Downgrade akka to Maven Central versions to fix scripted CI\n\n* Shorten scriptedSbt comment",
"is_bot": false,
"headline": "SBT 2 migration (#257)",
"author_name": "Vincent Munier",
"author_login": "vmunier",
"committed_at": "2026-07-06T10:20:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3cf9ecc01506264929c463fe297ef2e11a3d439",
"body": null,
"is_bot": false,
"headline": "Upgrade to latest libs (#225)",
"author_name": "Vincent Munier",
"author_login": "vmunier",
"committed_at": "2025-05-15T11:18:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b427f9e886d791af6816ab51d98dbf0c437c23b4",
"body": null,
"is_bot": false,
"headline": "Update github ci (#224)",
"author_name": "Vincent Munier",
"author_login": "vmunier",
"committed_at": "2025-05-15T11:05:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "180f7c1a8f0f615a60e38ba7920d14f14587dd5f",
"body": null,
"is_bot": false,
"headline": "Upgrade to latest libs (#206)",
"author_name": "Vincent Munier",
"author_login": "vmunier",
"committed_at": "2024-10-10T18:37:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b06a4c76dd57a4c85cb02d8c8e379560f2902d4",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Vincent Munier",
"author_login": "vmunier",
"committed_at": "2023-11-14T18:09:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "830b75bbefcbd3aee2ff8dd4424ee5dc75b7cc2e",
"body": null,
"is_bot": false,
"headline": "Upgrade to latest libs (#190)",
"author_name": "Vincent Munier",
"author_login": "vmunier",
"committed_at": "2023-11-14T16:47:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9186ee0ff6fd818fcfbbfbdb9c86cd4715ffab5",
"body": null,
"is_bot": false,
"headline": "Update sbt-web to 1.5.3 (#188)",
"author_name": "Scala Steward",
"author_login": "scala-steward",
"committed_at": "2023-11-13T18:43:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de8a78a32af17067dbf9e2e43d52ac3ac3f0bfce",
"body": null,
"is_bot": false,
"headline": "Upgrade to the latest libs (#183)",
"author_name": "Vincent Munier",
"author_login": "vmunier",
"committed_at": "2023-09-17T22:47:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d3e1c3a620b6b6c8de7cbd33950420cb5e734bb",
"body": null,
"is_bot": false,
"headline": "Upgrade to sbt-scalajs v1.10.0, sbt-scalafmt v2.4.6 (#161)",
"author_name": "Vincent Munier",
"author_login": "vmunier",
"committed_at": "2022-04-05T13:46:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df63dc31484e87df551a5634396311647430f8cb",
"body": null,
"is_bot": false,
"headline": "Update sbt, scripted-plugin to 1.6.2 (#158)",
"author_name": "Scala Steward",
"author_login": "scala-steward",
"committed_at": "2022-02-24T15:29:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b76e6ba51f7d69e4f967ee4c91501e9bb040887",
"body": null,
"is_bot": false,
"headline": "Update sbt-scalajs to 1.9.0 (#159)",
"author_name": "Scala Steward",
"author_login": "scala-steward",
"committed_at": "2022-02-24T15:28:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9af4d6dac1d92017c86b22ca91c8e4d622495d7b",
"body": null,
"is_bot": false,
"headline": "Update sbt, scripted-plugin to 1.6.1 (#157)",
"author_name": "Scala Steward",
"author_login": "scala-steward",
"committed_at": "2022-01-08T21:43:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4958fbae3a2847aa65aff7f22c3bd27c52d9abd",
"body": null,
"is_bot": false,
"headline": "Update sbt, scripted-plugin to 1.5.8 (#153)",
"author_name": "Scala Steward",
"author_login": "scala-steward",
"committed_at": "2021-12-21T09:52:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1dbbdb455e3771f8284e8d7a45487fc9a5eb962",
"body": null,
"is_bot": false,
"headline": "Upgrade to latest libraries (#152)",
"author_name": "Vincent Munier",
"author_login": "vmunier",
"committed_at": "2021-12-17T09:08:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "780170041046af6b038a519ab4b445eeb9130c6d",
"body": null,
"is_bot": false,
"headline": "Update sbt, scripted-plugin to 1.5.7 (#151)",
"author_name": "Scala Steward",
"author_login": "scala-steward",
"committed_at": "2021-12-16T09:40:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ce5b714e6bea11dbf24755f81f6c89b635d4365",
"body": null,
"is_bot": false,
"headline": "Update sbt, scripted-plugin to 1.5.5 (#128)",
"author_name": "Scala Steward",
"author_login": "scala-steward",
"committed_at": "2021-10-04T15:21:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f4f9b7f6462d4fa78c26cdb595a447c36dd1d72",
"body": null,
"is_bot": false,
"headline": "Update sbt-scalafmt to 2.4.3 (#127)",
"author_name": "Scala Steward",
"author_login": "scala-steward",
"committed_at": "2021-10-04T15:20:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "804908e048b16d254fc86c40486dc7c5c8950606",
"body": null,
"is_bot": false,
"headline": "Update sbt-scalajs to 1.7.0 (#129)",
"author_name": "Scala Steward",
"author_login": "scala-steward",
"committed_at": "2021-10-04T15:20:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eee318ebdb92cdce3c83b4e1d4dc9c36f21ebc3f",
"body": null,
"is_bot": false,
"headline": "Update sbt, scripted-plugin to 1.5.2 (#123)",
"author_name": "Scala Steward",
"author_login": "scala-steward",
"committed_at": "2021-05-10T20:06:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bcc736ccf6d8cbfc4c8cde2ce29b997dc5bd3268",
"body": null,
"is_bot": false,
"headline": "Update README.md (#122)",
"author_name": "Vincent Munier",
"author_login": "vmunier",
"committed_at": "2021-04-27T21:59:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26655450d566f14cfeac779009914d4beae908d3",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Vincent Munier",
"author_login": "vmunier",
"committed_at": "2021-04-26T21:19:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5fed8fd02913580ccbb925d43c1a5121ffe0f1b0",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Vincent Munier",
"author_login": "vmunier",
"committed_at": "2021-04-26T20:53:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a75c0f71400fd8775d9b789f03d7b8b68bd3604",
"body": null,
"is_bot": false,
"headline": "Publish to Sonatype using sbt-ci-release (#121)",
"author_name": "Vincent Munier",
"author_login": "vmunier",
"committed_at": "2021-04-26T20:24:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6682a5f4e644880acc2161c589ed283dad43dbf2",
"body": null,
"is_bot": false,
"headline": "Upgrade to SBT v1.5.1 (#120)",
"author_name": "Vincent Munier",
"author_login": "vmunier",
"committed_at": "2021-04-26T10:47:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2ab510a4da615e952d01bdfbf8c3f7554e748ac",
"body": null,
"is_bot": false,
"headline": "Indent files in tests (#119)",
"author_name": "Vincent Munier",
"author_login": "vmunier",
"committed_at": "2021-04-25T17:45:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11a00edfc92a639bceba7432c848ec32eb579949",
"body": null,
"is_bot": false,
"headline": "Upgrade to latest dependencies in test (#118)",
"author_name": "Vincent Munier",
"author_login": "vmunier",
"committed_at": "2021-04-22T21:52:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7a4b2bf84df9692d05031451f637ded4c0aa08c",
"body": "Replace ScalaArtifacts.isScala3 with CrossVersion.partialVersion, so that projects using SBT versions prior to 1.5 can still use sbt-web-scalajs.\r\n\r\nScalaArtifacts.isScala3 is only available in SBT 1.5.x, whereas CrossVersion.partialVersion exists in all 1.x versions.",
"is_bot": false,
"headline": "Remain compatible with SBT versions < 1.5 (#117)",
"author_name": "Vincent Munier",
"author_login": "vmunier",
"committed_at": "2021-04-22T20:45:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b65c56faa6bc4b24ee79adf7eb6be07ba8d25d4",
"body": null,
"is_bot": false,
"headline": "Adapt mapSourceURI parameter to Scala 3 (#116)",
"author_name": "Martin Mauch",
"author_login": "nightscape",
"committed_at": "2021-04-17T14:09:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5833b171ec548a6658093892872b900daa86d172",
"body": null,
"is_bot": false,
"headline": "Use new SBT syntax (#115)",
"author_name": "Vincent Munier",
"author_login": "vmunier",
"committed_at": "2021-04-10T22:33:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c70f530e406a3f96ea4fa3a395c8947823093960",
"body": null,
"is_bot": false,
"headline": "Upgrade to SBT v1.5.0, Scala v2.13.5, Play v2.8.8, Twirl v1.5.1 (#114)",
"author_name": "Vincent Munier",
"author_login": "vmunier",
"committed_at": "2021-04-10T22:03:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63d95fb0c84ab892e8ecba759029f8421f001e4a",
"body": "* Upgrade to Scala.js v1.5.1\r\n* Use fastLinkJS/fullLinkJS instead of fastOptJS/fullOptS\r\n* Drop support for SBT v0.13.x and Scala.js v0.6.x\r\n* Remove the sbt-jsdependencies plugin. Users can still add the plugin as part of their build if needed, and override the new jsMappings task:\r\nCompile / fastL\n[…]\n* Remove the scalajs-scripts library from the tests, since there's no -launcher.js nor -jsdeps anymore. Having a simple Twirl template to include client-fastopt/main.js or client-opt/main.js is enough",
"is_bot": false,
"headline": "Upgrade to Scala.js v1.5.1 (#111)",
"author_name": "Vincent Munier",
"author_login": "vmunier",
"committed_at": "2021-04-05T21:57:35Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7f5975a508706a7d9549df1c8d4fc283272870b6",
"body": null,
"is_bot": false,
"headline": "Upgrade to SBT v1.4.4, scalafmt v2.7.5 (#102)",
"author_name": "Vincent Munier",
"author_login": "vmunier",
"committed_at": "2020-12-06T23:22:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ecf1f11206e24462562c8a87e60d7538d6c930e",
"body": null,
"is_bot": false,
"headline": "Upgrade to scalafmt v2.7.2 and Scala.js v1.2.0 (#89)",
"author_name": "Vincent Munier",
"author_login": "vmunier",
"committed_at": "2020-09-24T17:05:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "739b3f06df8a2b9c762be50cb056b466b880f03f",
"body": null,
"is_bot": false,
"headline": "Upgrade to latest libraries (#83)",
"author_name": "Vincent Munier",
"author_login": "vmunier",
"committed_at": "2020-08-17T09:43:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4585ec81b44621dc1933c1dd92f0c8de5911c85",
"body": null,
"is_bot": false,
"headline": "Update scalafmt-core to 2.6.1 (#74)",
"author_name": "Scala Steward",
"author_login": "scala-steward",
"committed_at": "2020-06-22T08:29:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8c65e2b9aa1013b4fbe0c0e60896e08b0d1332c",
"body": null,
"is_bot": false,
"headline": "Upgrade to scalafmt v2.6.0 and format files",
"author_name": "Vincent Munier",
"author_login": "vmunier",
"committed_at": "2020-06-17T12:17:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efa2c92cf89df3bd2857ebcc51f2992b3755fa5e",
"body": null,
"is_bot": false,
"headline": "Update README.md (#72)",
"author_name": "Vincent Munier",
"author_login": "vmunier",
"committed_at": "2020-06-01T21:48:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e276d6288de87bb646fd02bca1d715a449bc3c44",
"body": null,
"is_bot": false,
"headline": "Set version to 1.1.0",
"author_name": "Vincent Munier",
"author_login": "vmunier",
"committed_at": "2020-06-01T21:00:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1726b90690292f8ccdccf1d2c500b93d5ea4b922",
"body": null,
"is_bot": false,
"headline": "Set version to 1.1.0-0.6",
"author_name": "Vincent Munier",
"author_login": "vmunier",
"committed_at": "2020-06-01T20:48:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c9908b75cfe7c00ca3ed30b1af2e962a295bb61",
"body": "…opes (#69)\n\n* Scope ScalaJSWeb settings with fastOptJS/fullOptJS\r\n* Upgrade to SBT v1.3.12",
"is_bot": false,
"headline": "Put the ScalaJSWeb's sourceMappings setting in fastOptJS/fullOptJS sc…",
"author_name": "Vincent Munier",
"author_login": "vmunier",
"committed_at": "2020-05-31T16:28:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e413c99024c453a445d6b1489452a96b5a908997",
"body": null,
"is_bot": false,
"headline": "Update scalafmt-core to 2.5.3 (#68)",
"author_name": "Scala Steward",
"author_login": "scala-steward",
"committed_at": "2020-05-28T13:55:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "195460c3e374cd9dfc867326075b53d527dc5a11",
"body": null,
"is_bot": false,
"headline": "Update sbt-jsdependencies to 1.0.1 (#67)",
"author_name": "Scala Steward",
"author_login": "scala-steward",
"committed_at": "2020-05-28T13:55:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9785e4dba32e21d5ee7ee28072463ba217b7c733",
"body": null,
"is_bot": false,
"headline": "Update sbt-scalajs to 1.1.0 (#65)",
"author_name": "Scala Steward",
"author_login": "scala-steward",
"committed_at": "2020-05-21T15:01:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93461a6c770bc398f4d3028d17d5b1be8618ccd0",
"body": null,
"is_bot": false,
"headline": "Add play-scalajs as an sbt-test (#66)",
"author_name": "Vincent Munier",
"author_login": "vmunier",
"committed_at": "2020-05-17T22:08:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f578645181fc66dac3917b917a51d63270caeac",
"body": null,
"is_bot": false,
"headline": "Update sbt-scalafmt to 2.4.0 (#64)",
"author_name": "Scala Steward",
"author_login": "scala-steward",
"committed_at": "2020-05-14T19:13:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8da06c1aa251bb3ae5b905af432a02c95a502ee3",
"body": null,
"is_bot": false,
"headline": "Upgrade to scalafmt v2.5.2",
"author_name": "Vincent Munier",
"author_login": "vmunier",
"committed_at": "2020-05-10T20:16:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b38fc03a84bf3f1eca4e9a70319e43b593cde574",
"body": null,
"is_bot": false,
"headline": "Run sbt scripted with SBT 0.13.x (#62)",
"author_name": "Vincent Munier",
"author_login": "vmunier",
"committed_at": "2020-05-08T22:29:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7a31a8094699d68cb57aa050815ff55662cac6f",
"body": "* Look up the scalaJSStage setting from the Scala.js projects to know whether to run fastOptJS or fullOptJS.\r\n* Follow Scala.js' defaults, which enable Source Maps for both fastOptJS and fullOptJS.",
"is_bot": false,
"headline": "Use scalaJSStage (#57)",
"author_name": "Vincent Munier",
"author_login": "vmunier",
"committed_at": "2020-05-08T20:24:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33a15553da5fea39527b654dae1b495f09bed785",
"body": null,
"is_bot": false,
"headline": "Update sbt-bintray to 0.5.6 (#58)",
"author_name": "Scala Steward",
"author_login": "scala-steward",
"committed_at": "2020-05-05T20:26:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78c0c40a300398543e5c89bc208e62b7e6a11f28",
"body": null,
"is_bot": false,
"headline": "Update sbt, scripted-plugin to 1.3.10 (#59)",
"author_name": "Scala Steward",
"author_login": "scala-steward",
"committed_at": "2020-05-05T07:44:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ad0f6f01305822149529d88e66dbaa18de2bddc",
"body": null,
"is_bot": false,
"headline": "Upgrade scalafmt-core to v2.5.1 (#60)",
"author_name": "Scala Steward",
"author_login": "scala-steward",
"committed_at": "2020-05-04T22:29:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d52ae105af063a932e004b58e2c6cada3a3ae45d",
"body": "We are now using GitHub actions instead of Travis.",
"is_bot": false,
"headline": "Remove .travis.yml (#61)",
"author_name": "Vincent Munier",
"author_login": "vmunier",
"committed_at": "2020-05-04T21:07:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "173a697d96a73dea6ad3777d2c0d3bb41a784a8e",
"body": null,
"is_bot": false,
"headline": "Create ci.yml",
"author_name": "Vincent Munier",
"author_login": "vmunier",
"committed_at": "2020-05-04T20:30:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df49adb376f3f03d2a7eb3323429987845a2019f",
"body": null,
"is_bot": false,
"headline": "Publish for Scala.js v1.x by default.",
"author_name": "Vincent Munier",
"author_login": "vmunier",
"committed_at": "2020-04-13T15:30:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15116a606022ce12d3833795185c66b195426520",
"body": null,
"is_bot": false,
"headline": "Use scalafmt.",
"author_name": "Vincent Munier",
"author_login": "vmunier",
"committed_at": "2020-04-13T15:30:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6f645335bbff4a0f7f9008c8fe74520ffec9230",
"body": null,
"is_bot": false,
"headline": "Set version to 1.0.12-SNAPSHOT.",
"author_name": "Vincent Munier",
"author_login": "vmunier",
"committed_at": "2020-02-19T17:31:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77b133db54963996e38dd7b374142b9e9a4acdb8",
"body": null,
"is_bot": false,
"headline": "Update comment.",
"author_name": "Vincent Munier",
"author_login": "vmunier",
"committed_at": "2020-02-19T13:56:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1708b9f163939b6eeb33d8d7cbb09c360a15594c",
"body": null,
"is_bot": false,
"headline": "Update README.md to include new library versions.",
"author_name": "Vincent Munier",
"author_login": "vmunier",
"committed_at": "2020-02-16T21:45:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6c281f2d9e6f7aaf648a04a30eb69e76a6accee",
"body": null,
"is_bot": false,
"headline": "Set version to 1.0.11.",
"author_name": "Vincent Munier",
"author_login": "vmunier",
"committed_at": "2020-02-16T21:30:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83393f24e647b12751ceb55bf6af995c674f5f1a",
"body": null,
"is_bot": false,
"headline": "Set version to 1.0.11-0.6.",
"author_name": "Vincent Munier",
"author_login": "vmunier",
"committed_at": "2020-02-16T21:27:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9d932cf79db5a629a0808ad91b88d4e6bdba410",
"body": null,
"is_bot": false,
"headline": "Upgrade to SBT v1.3.8, Scala.js v0.6.32.",
"author_name": "Vincent Munier",
"author_login": "vmunier",
"committed_at": "2020-02-15T18:34:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b24b8d79aa82f6bdb89046cc8595ebf8fd340f8a",
"body": null,
"is_bot": false,
"headline": "Fixes #55: Use correct scope with scalaJSLinkerConfig. (#56)",
"author_name": "Vincent Munier",
"author_login": "vmunier",
"committed_at": "2020-02-15T18:21:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b824bea792b35d041f3b8844d32cad8af430758",
"body": null,
"is_bot": false,
"headline": "Set version to 1.0.11-SNAPSHOT.",
"author_name": "Vincent Munier",
"author_login": "vmunier",
"committed_at": "2020-02-09T22:37:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7e8dde7146890b02ab36b07248e46200d939679",
"body": null,
"is_bot": false,
"headline": "Update README.md to include new library versions.",
"author_name": "Vincent Munier",
"author_login": "vmunier",
"committed_at": "2019-12-15T19:14:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d6d61f2f3a9f772065f09e4d73e43fec77e12e2",
"body": null,
"is_bot": false,
"headline": "Set version to 1.0.10 and only publish for SBT v1.3.x.",
"author_name": "Vincent Munier",
"author_login": "vmunier",
"committed_at": "2019-12-15T18:58:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "848ec1df40d357bd0b50cd296575a40f31319b42",
"body": null,
"is_bot": false,
"headline": "Set version to 1.0.10-0.6.",
"author_name": "Vincent Munier",
"author_login": "vmunier",
"committed_at": "2019-12-15T18:19:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80081a2936f68475d95cc4eec6ec3f329e906ed1",
"body": null,
"is_bot": false,
"headline": "Update README.md.",
"author_name": "Vincent Munier",
"author_login": "vmunier",
"committed_at": "2019-12-15T17:17:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e0dd6ad178b092ab587de94028223fe38d2906f",
"body": null,
"is_bot": false,
"headline": "Upgrade to Scala.js v0.6.31, cross SBT v0.13.18 and v1.3.5.",
"author_name": "Vincent Munier",
"author_login": "vmunier",
"committed_at": "2019-12-15T15:34:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b83218ad8870c97fe9f1737638ec639bdb7365ec",
"body": null,
"is_bot": false,
"headline": "Upgrade to Scala.js 1.0.0-RC2. (#54)",
"author_name": "Fabio Pinheiro",
"author_login": "FabioPinheiro",
"committed_at": "2019-12-15T15:25:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0c36072f280c44cbfcd18d3ea9851f2f7dab4a9",
"body": null,
"is_bot": false,
"headline": "Update README.md: set Scala.js version to 1.0.0-RC1.",
"author_name": "Vincent Munier",
"author_login": null,
"committed_at": "2019-12-06T15:04:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2ed34c6d185b9841e6b98ce885603edcc2f9e35",
"body": "* Use OpenJDK on Travis.\r\n\r\nOracleJDK is not supported by Travis anymore.\r\n\r\n* Upgrade to Scala.js 1.0.0-RC1.",
"is_bot": false,
"headline": "Upgrade to Scala.js 1.0.0-RC1. (#53)",
"author_name": "Sébastien Doeraene",
"author_login": "sjrd",
"committed_at": "2019-12-05T14:42:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a96877f3dfa44f0d55d36206c80922625ffbdad",
"body": null,
"is_bot": false,
"headline": "Fix Travis build by using xenial dist. (#51)",
"author_name": "Vincent Munier",
"author_login": "vmunier",
"committed_at": "2019-09-27T12:47:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03e492443856708ac10d2a8a59fde49028d22e04",
"body": "…v1.4.4 and scalajs-dom v0.9.7.",
"is_bot": false,
"headline": "Upgrade to SBT v1.3.2, Scala.js v0.6.29, sbt-bintray v0.5.5, sbt-web …",
"author_name": "Juan Pedro Moreno",
"author_login": "juanpedromoreno",
"committed_at": "2019-09-24T15:45:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cacd846832d3c77eec6667e933448224196d5556",
"body": null,
"is_bot": false,
"headline": "Set version to 1.0.10-SNAPSHOT.",
"author_name": "Vincent Munier",
"author_login": "vmunier",
"committed_at": "2019-09-24T14:55:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2474aa9298a3691367089c89c28ed8e453ec2e11",
"body": null,
"is_bot": false,
"headline": "Update README.md.",
"author_name": "Vincent Munier",
"author_login": "vmunier",
"committed_at": "2019-05-08T21:31:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e0a7ab92c559cb69cc9192c038d119f43e35403",
"body": null,
"is_bot": false,
"headline": "Set version to 1.0.9.",
"author_name": "Vincent Munier",
"author_login": "vmunier",
"committed_at": "2019-05-08T21:23:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a90a45ac60a594cee8dece041bef219d7f02050",
"body": null,
"is_bot": false,
"headline": "Set version to 1.0.9-0.6.",
"author_name": "Vincent Munier",
"author_login": "vmunier",
"committed_at": "2019-05-08T21:14:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "088b75639ca26cd7e3520d708a6282518e396c46",
"body": null,
"is_bot": false,
"headline": "Upgrade to Scala.js v0.6.27.",
"author_name": "Vincent Munier",
"author_login": "vmunier",
"committed_at": "2019-05-08T21:11:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a082e76033eb31d2ebf8f01e1f9a7863c6f65ce",
"body": null,
"is_bot": false,
"headline": "Upgrade to Scala.js v1.0.0-M7. (#49)",
"author_name": "Julien Richard-Foy",
"author_login": "julienrf",
"committed_at": "2019-05-08T21:07:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e48af8b505867e12cfcfd212cf4180c87c82ca9",
"body": null,
"is_bot": false,
"headline": "Fix typo in README.md.",
"author_name": "Vincent Munier",
"author_login": "vmunier",
"committed_at": "2018-07-03T12:27:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a4f9ac2a9c0a44b82302d5a4c4739b4b33de903",
"body": null,
"is_bot": false,
"headline": "Update README.md: selecting fastOptJS or fullOptJS.",
"author_name": "Vincent Munier",
"author_login": "vmunier",
"committed_at": "2018-07-03T11:41:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63fb2b7c2af5d9e895f8b53c7ceacb460f322d0a",
"body": null,
"is_bot": false,
"headline": "Update README.md. (#48)",
"author_name": "Vincent Munier",
"author_login": "vmunier",
"committed_at": "2018-06-18T15:28:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70bef2c9bdb2d9be60fed1b412c75303b31b0fbe",
"body": null,
"is_bot": false,
"headline": "Set version to 1.0.9-SNAPSHOT.",
"author_name": "Vincent Munier",
"author_login": "vmunier",
"committed_at": "2018-06-18T15:13:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e17ee8f218d66f010955a660485f40184fcfba4",
"body": null,
"is_bot": false,
"headline": "Set version to 1.0.8.",
"author_name": "Vincent Munier",
"author_login": "vmunier",
"committed_at": "2018-06-18T15:02:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3064d51c7869d8843c7011aa78c26b52c7ca157a",
"body": null,
"is_bot": false,
"headline": "Set version to 1.0.8-0.6.",
"author_name": "Vincent Munier",
"author_login": "vmunier",
"committed_at": "2018-06-18T14:31:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ead64c034479203a26a1fe7562a7fd452113e3b",
"body": null,
"is_bot": false,
"headline": "Update README.md with new SBT version.",
"author_name": "Vincent Munier",
"author_login": "vmunier",
"committed_at": "2018-06-18T10:50:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b75771628b88cd411c3b9e492152cf5c68b6f522",
"body": "* Upgrade to Scala.js v1.0.0-M3.\r\n\r\n* Upgrade to latest library versions.\r\n\r\n* Upgrade to SBT v1.1.6.",
"is_bot": false,
"headline": "Upgrade to Scala.js v1.0.0-M3. (#45)",
"author_name": "Vincent Munier",
"author_login": "vmunier",
"committed_at": "2018-06-18T09:59:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad4274c5a43ab917957ceeb7f27f4ce6edd690f9",
"body": null,
"is_bot": false,
"headline": "Set version to 1.0.8-SNAPSHOT.",
"author_name": "Vincent Munier",
"author_login": "vmunier",
"committed_at": "2018-04-05T22:04:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6a252b43b81bd9539521c118779c25fc703f380",
"body": null,
"is_bot": false,
"headline": "Set version to 1.0.7.",
"author_name": "Vincent Munier",
"author_login": "vmunier",
"committed_at": "2018-04-05T21:51:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b689389f58c195cf718a611fd25b62ab2d8786f",
"body": null,
"is_bot": false,
"headline": "Update README.md with latest versions.",
"author_name": "Vincent Munier",
"author_login": "vmunier",
"committed_at": "2018-04-05T21:51:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "093633131d3599bdabd14aa306308a84d4fc62d9",
"body": "… (#47)",
"is_bot": false,
"headline": "Update scripted test with a more recent version of akka-http-scalajs.…",
"author_name": "Vincent Munier",
"author_login": "vmunier",
"committed_at": "2018-04-05T15:52:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b0b0f91253d694ee3c794a85d87446b5fa48b0c",
"body": null,
"is_bot": false,
"headline": "Upgrade to latest library versions.",
"author_name": "Vincent Munier",
"author_login": "vmunier",
"committed_at": "2018-04-05T15:31:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efd0cd1b089f4d125903c441998c0bb6cbdde705",
"body": null,
"is_bot": false,
"headline": "Upgrade to SBT v1.1.1. (#42)",
"author_name": "Jens Grassel",
"author_login": "jan0sch",
"committed_at": "2018-02-23T14:46:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5655f60a4e857a842015adb290b202437cbeba1d",
"body": null,
"is_bot": false,
"headline": "Update README.md: change links to point to the Giter8 templates.",
"author_name": "Vincent Munier",
"author_login": "vmunier",
"committed_at": "2017-10-30T15:56:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc748ffb25d633258888f4f53dcc62c53cabfe94",
"body": null,
"is_bot": false,
"headline": "Add akka-http-with-scalajs scripted test.",
"author_name": "Vincent Munier",
"author_login": "vmunier",
"committed_at": "2017-10-08T22:03:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71a65dea00489e2c3ebd730349728b9829bbb198",
"body": null,
"is_bot": false,
"headline": "The only duty of ScalaJSWeb is source mapping at the moment (#30)",
"author_name": "杨博 (Yang Bo)",
"author_login": "Atry",
"committed_at": "2017-09-08T16:00:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1903387f1a3cf9da078399698456ee3b3762d91f",
"body": null,
"is_bot": false,
"headline": "Update README.md.",
"author_name": "Vincent Munier",
"author_login": "vmunier",
"committed_at": "2017-09-05T14:23:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3dc859aab010554b8cff72a23a359adbdda8ab46",
"body": null,
"is_bot": false,
"headline": "Set version to 1.0.7-SNAPSHOT.",
"author_name": "Vincent Munier",
"author_login": "vmunier",
"committed_at": "2017-08-29T11:09:31Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 21,
"commits_last_year": 3,
"latest_release_at": "2026-07-06T18:31:09Z",
"latest_release_tag": "v1.4.0",
"releases_from_tags": false,
"days_since_last_push": 15,
"active_weeks_last_year": 1,
"days_since_latest_release": 15,
"mean_days_between_releases": 290.7
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": []
},
"popularity": {
"forks": 28,
"stars": 198,
"watchers": 8,
"fork_history": {
"days": [
{
"date": "2015-03-20",
"count": 1
},
{
"date": "2015-05-12",
"count": 1
},
{
"date": "2015-06-15",
"count": 1
},
{
"date": "2015-09-12",
"count": 1
},
{
"date": "2016-01-09",
"count": 1
},
{
"date": "2016-02-16",
"count": 1
},
{
"date": "2016-08-05",
"count": 1
},
{
"date": "2016-09-05",
"count": 1
},
{
"date": "2016-10-12",
"count": 1
},
{
"date": "2017-02-18",
"count": 1
},
{
"date": "2017-03-03",
"count": 1
},
{
"date": "2017-08-23",
"count": 1
},
{
"date": "2018-02-23",
"count": 1
},
{
"date": "2018-04-28",
"count": 1
},
{
"date": "2018-05-31",
"count": 1
},
{
"date": "2018-07-02",
"count": 1
},
{
"date": "2019-05-08",
"count": 1
},
{
"date": "2019-09-24",
"count": 1
},
{
"date": "2019-12-03",
"count": 1
},
{
"date": "2019-12-15",
"count": 1
},
{
"date": "2019-12-27",
"count": 1
},
{
"date": "2020-02-10",
"count": 1
},
{
"date": "2020-05-04",
"count": 1
},
{
"date": "2020-09-11",
"count": 1
},
{
"date": "2021-04-16",
"count": 1
},
{
"date": "2021-12-10",
"count": 1
},
{
"date": "2023-03-14",
"count": 1
},
{
"date": "2026-02-04",
"count": 1
}
],
"complete": true,
"collected": 28,
"total_forks": 28
},
"star_history": {
"days": [
{
"date": "2015-01-09",
"count": 2
},
{
"date": "2015-01-10",
"count": 1
},
{
"date": "2015-01-18",
"count": 1
},
{
"date": "2015-01-22",
"count": 3
},
{
"date": "2015-01-27",
"count": 1
},
{
"date": "2015-02-06",
"count": 1
},
{
"date": "2015-02-09",
"count": 1
},
{
"date": "2015-02-10",
"count": 1
},
{
"date": "2015-02-16",
"count": 1
},
{
"date": "2015-02-17",
"count": 1
},
{
"date": "2015-02-23",
"count": 1
},
{
"date": "2015-02-27",
"count": 1
},
{
"date": "2015-03-06",
"count": 1
},
{
"date": "2015-03-25",
"count": 1
},
{
"date": "2015-03-27",
"count": 1
},
{
"date": "2015-04-03",
"count": 1
},
{
"date": "2015-04-06",
"count": 1
},
{
"date": "2015-05-06",
"count": 1
},
{
"date": "2015-05-09",
"count": 1
},
{
"date": "2015-05-22",
"count": 1
},
{
"date": "2015-05-25",
"count": 1
},
{
"date": "2015-06-05",
"count": 2
},
{
"date": "2015-06-22",
"count": 1
},
{
"date": "2015-06-25",
"count": 2
},
{
"date": "2015-06-27",
"count": 1
},
{
"date": "2015-07-07",
"count": 1
},
{
"date": "2015-07-14",
"count": 1
},
{
"date": "2015-08-05",
"count": 1
},
{
"date": "2015-08-07",
"count": 1
},
{
"date": "2015-08-13",
"count": 1
},
{
"date": "2015-08-14",
"count": 1
},
{
"date": "2015-08-15",
"count": 1
},
{
"date": "2015-08-16",
"count": 1
},
{
"date": "2015-08-19",
"count": 1
},
{
"date": "2015-09-04",
"count": 1
},
{
"date": "2015-09-12",
"count": 2
},
{
"date": "2015-09-28",
"count": 1
},
{
"date": "2015-10-14",
"count": 1
},
{
"date": "2015-10-29",
"count": 1
},
{
"date": "2015-11-08",
"count": 2
},
{
"date": "2015-11-10",
"count": 1
},
{
"date": "2015-11-12",
"count": 1
},
{
"date": "2015-11-20",
"count": 1
},
{
"date": "2015-11-27",
"count": 1
},
{
"date": "2015-12-01",
"count": 1
},
{
"date": "2015-12-04",
"count": 1
},
{
"date": "2015-12-07",
"count": 1
},
{
"date": "2015-12-14",
"count": 1
},
{
"date": "2015-12-16",
"count": 1
},
{
"date": "2015-12-27",
"count": 1
},
{
"date": "2016-01-04",
"count": 2
},
{
"date": "2016-01-29",
"count": 1
},
{
"date": "2016-02-10",
"count": 1
},
{
"date": "2016-02-12",
"count": 1
},
{
"date": "2016-02-16",
"count": 1
},
{
"date": "2016-02-25",
"count": 1
},
{
"date": "2016-04-11",
"count": 1
},
{
"date": "2016-04-18",
"count": 1
},
{
"date": "2016-04-23",
"count": 1
},
{
"date": "2016-05-17",
"count": 1
},
{
"date": "2016-05-18",
"count": 1
},
{
"date": "2016-05-20",
"count": 1
},
{
"date": "2016-06-17",
"count": 1
},
{
"date": "2016-07-02",
"count": 1
},
{
"date": "2016-07-25",
"count": 1
},
{
"date": "2016-07-28",
"count": 1
},
{
"date": "2016-08-05",
"count": 1
},
{
"date": "2016-08-11",
"count": 1
},
{
"date": "2016-09-04",
"count": 1
},
{
"date": "2016-09-05",
"count": 4
},
{
"date": "2016-09-06",
"count": 3
},
{
"date": "2016-09-07",
"count": 1
},
{
"date": "2016-09-11",
"count": 2
},
{
"date": "2016-09-16",
"count": 1
},
{
"date": "2016-09-25",
"count": 1
},
{
"date": "2016-10-01",
"count": 1
},
{
"date": "2016-10-03",
"count": 1
},
{
"date": "2016-10-05",
"count": 1
},
{
"date": "2016-10-10",
"count": 1
},
{
"date": "2016-10-11",
"count": 1
},
{
"date": "2016-10-15",
"count": 1
},
{
"date": "2016-10-20",
"count": 1
},
{
"date": "2016-10-22",
"count": 1
},
{
"date": "2016-11-01",
"count": 1
},
{
"date": "2016-11-06",
"count": 1
},
{
"date": "2016-11-10",
"count": 1
},
{
"date": "2016-11-17",
"count": 1
},
{
"date": "2016-11-20",
"count": 1
},
{
"date": "2016-11-21",
"count": 1
},
{
"date": "2016-11-24",
"count": 1
},
{
"date": "2016-12-11",
"count": 1
},
{
"date": "2016-12-14",
"count": 2
},
{
"date": "2016-12-24",
"count": 1
},
{
"date": "2017-01-03",
"count": 3
},
{
"date": "2017-01-27",
"count": 1
},
{
"date": "2017-02-08",
"count": 1
},
{
"date": "2017-02-15",
"count": 1
},
{
"date": "2017-02-23",
"count": 1
},
{
"date": "2017-02-25",
"count": 1
},
{
"date": "2017-03-12",
"count": 1
},
{
"date": "2017-03-15",
"count": 1
},
{
"date": "2017-03-29",
"count": 1
},
{
"date": "2017-04-03",
"count": 1
},
{
"date": "2017-04-04",
"count": 1
},
{
"date": "2017-04-14",
"count": 1
},
{
"date": "2017-04-23",
"count": 1
},
{
"date": "2017-04-28",
"count": 1
},
{
"date": "2017-04-29",
"count": 1
},
{
"date": "2017-05-10",
"count": 1
},
{
"date": "2017-06-11",
"count": 1
},
{
"date": "2017-06-24",
"count": 1
},
{
"date": "2017-06-26",
"count": 1
},
{
"date": "2017-06-29",
"count": 1
},
{
"date": "2017-07-26",
"count": 1
},
{
"date": "2017-08-04",
"count": 1
},
{
"date": "2017-08-06",
"count": 1
},
{
"date": "2017-09-01",
"count": 1
},
{
"date": "2017-09-13",
"count": 1
},
{
"date": "2017-09-18",
"count": 1
},
{
"date": "2017-09-23",
"count": 1
},
{
"date": "2017-10-04",
"count": 1
},
{
"date": "2017-10-07",
"count": 1
},
{
"date": "2017-11-02",
"count": 1
},
{
"date": "2017-11-06",
"count": 1
},
{
"date": "2017-11-10",
"count": 1
},
{
"date": "2017-11-16",
"count": 1
},
{
"date": "2017-11-27",
"count": 1
},
{
"date": "2017-12-07",
"count": 1
},
{
"date": "2017-12-21",
"count": 1
},
{
"date": "2018-01-16",
"count": 1
},
{
"date": "2018-01-19",
"count": 1
},
{
"date": "2018-01-25",
"count": 1
},
{
"date": "2018-02-04",
"count": 1
},
{
"date": "2018-02-10",
"count": 1
},
{
"date": "2018-02-26",
"count": 1
},
{
"date": "2018-03-02",
"count": 1
},
{
"date": "2018-04-08",
"count": 1
},
{
"date": "2018-04-27",
"count": 1
},
{
"date": "2018-05-10",
"count": 1
},
{
"date": "2018-05-31",
"count": 1
},
{
"date": "2018-06-19",
"count": 1
},
{
"date": "2018-08-07",
"count": 1
},
{
"date": "2018-10-02",
"count": 1
},
{
"date": "2018-12-24",
"count": 1
},
{
"date": "2019-01-29",
"count": 1
},
{
"date": "2019-04-26",
"count": 1
},
{
"date": "2019-05-04",
"count": 1
},
{
"date": "2019-06-03",
"count": 2
},
{
"date": "2019-09-27",
"count": 1
},
{
"date": "2019-12-20",
"count": 1
},
{
"date": "2019-12-25",
"count": 1
},
{
"date": "2020-01-18",
"count": 1
},
{
"date": "2020-03-12",
"count": 1
},
{
"date": "2020-04-28",
"count": 1
},
{
"date": "2020-08-12",
"count": 1
},
{
"date": "2020-08-25",
"count": 1
},
{
"date": "2020-10-15",
"count": 1
},
{
"date": "2020-10-27",
"count": 1
},
{
"date": "2020-11-05",
"count": 1
},
{
"date": "2020-11-18",
"count": 1
},
{
"date": "2020-11-23",
"count": 2
},
{
"date": "2021-02-02",
"count": 1
},
{
"date": "2021-02-22",
"count": 1
},
{
"date": "2021-04-24",
"count": 1
},
{
"date": "2021-10-05",
"count": 1
},
{
"date": "2022-02-23",
"count": 1
},
{
"date": "2023-02-03",
"count": 1
},
{
"date": "2023-02-04",
"count": 1
},
{
"date": "2023-05-16",
"count": 1
},
{
"date": "2023-10-13",
"count": 1
},
{
"date": "2023-10-17",
"count": 1
},
{
"date": "2023-10-23",
"count": 1
},
{
"date": "2024-04-10",
"count": 1
},
{
"date": "2024-05-27",
"count": 1
},
{
"date": "2024-06-13",
"count": 1
},
{
"date": "2024-12-05",
"count": 1
},
{
"date": "2025-08-24",
"count": 1
},
{
"date": "2025-09-30",
"count": 1
},
{
"date": "2025-12-27",
"count": 1
}
],
"complete": true,
"collected": 198,
"total_stars": 198
},
"open_issues_and_prs": 13
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"example"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 6858,
"source_files_sampled": 15,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [],
"advisories": {
"error": "No resolved dependencies to assess",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [],
"collected": true,
"truncated": false,
"total_count": 0,
"direct_count": 0,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 7,
"merged_prs": 66,
"open_issues": 6,
"closed_ratio": 0.842,
"closed_issues": 32,
"closed_unmerged_prs": 154
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "vmunier",
"commits": 175,
"avatar_url": "https://avatars.githubusercontent.com/u/1211392?v=4"
},
{
"type": "User",
"login": "scala-steward",
"commits": 18,
"avatar_url": "https://avatars.githubusercontent.com/u/43047562?v=4"
},
{
"type": "User",
"login": "antonkulaga",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/842436?v=4"
},
{
"type": "User",
"login": "Atry",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/601530?v=4"
},
{
"type": "User",
"login": "FabioPinheiro",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/4622245?v=4"
},
{
"type": "User",
"login": "jan0sch",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/373810?v=4"
},
{
"type": "User",
"login": "joan38",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1200478?v=4"
},
{
"type": "User",
"login": "juanpedromoreno",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/4879373?v=4"
},
{
"type": "User",
"login": "julienrf",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/332812?v=4"
},
{
"type": "User",
"login": "nightscape",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/35170?v=4"
}
],
"contributors_sampled": 14,
"top_contributor_share": 0.841
},
"quality_signals": {
"has_ci": true,
"has_tests": false,
"ci_workflows": [
"ci.yml",
"release.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"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": 0,
"reason": "1 out of 25 merged PRs checked by a CI test -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 3,
"reason": "Found 11/30 approved changesets -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 2,
"reason": "3 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "8704a50c4e7845a1c3e99e2ef0829b0984e76e73",
"ran_at": "2026-07-22T02:59:34Z",
"aggregate_score": 3.8,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-06T18:09:35Z",
"oldest_open_prs": [
{
"number": 255,
"created_at": "2026-06-23T00:04:56Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 258,
"created_at": "2026-07-06T20:38:29Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 259,
"created_at": "2026-07-06T20:38:39Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 261,
"created_at": "2026-07-08T21:27:31Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 263,
"created_at": "2026-07-19T00:54:23Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 264,
"created_at": "2026-07-19T00:54:32Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 265,
"created_at": "2026-07-19T00:54:40Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-06T10:20:56Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 36,
"created_at": "2017-05-17T11:59:43Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 80,
"created_at": "2020-07-27T03:40:08Z",
"last_comment_at": "2021-05-07T01:20:25Z",
"last_comment_author": "nafg"
},
{
"number": 130,
"created_at": "2021-08-07T12:01:50Z",
"last_comment_at": "2021-12-10T15:43:00Z",
"last_comment_author": "scalway"
},
{
"number": 177,
"created_at": "2023-07-20T10:34:10Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 193,
"created_at": "2024-01-25T17:40:04Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 194,
"created_at": "2024-01-25T20:25:01Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/vmunier/sbt-web-scalajs",
"host": "github.com",
"name": "sbt-web-scalajs",
"owner": "vmunier"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 47,
"inputs": {
"security": 38,
"vitality": 56,
"community": 52,
"governance": 47,
"engineering": 38
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 56,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 37,
"inputs": {
"commits_last_year": 3,
"human_commit_share": 1,
"days_since_last_push": 15,
"active_weeks_last_year": 1
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 15 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 15
}
}
],
"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": "3 commits in the last year",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 3
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "3 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 2",
"points": 2,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 84,
"inputs": {
"releases_count": 21,
"latest_release_tag": "v1.4.0",
"releases_from_tags": false,
"days_since_latest_release": 15,
"mean_days_between_releases": 290.7
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "21 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 21
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 15 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 15
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~290.7 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 290.7
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "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": 15,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 15 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 15
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 52,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"forks": 28,
"stars": 198,
"watchers": 8,
"growth_state": "organic",
"growth_factor_pct": 100
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "198 stars",
"points": 37.2,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 198
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "28 forks",
"points": 11.9,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 28
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "8 watchers",
"points": 4.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 8
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 47,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 29,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 14,
"top_contributor_share": 0.841
},
"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 84% of commits",
"points": 3.6,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 84
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "14 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 14
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"merged_prs": 66,
"open_issues": 6,
"closed_issues": 32,
"issue_closed_ratio": 0.842,
"closed_unmerged_prs": 154
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "84% of issues closed",
"points": 39.4,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 84
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "66/220 decided PRs merged",
"points": 11.5,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 66,
"decided": 220
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 11/30 approved changesets -- score normalized to 3",
"points": 4.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": 60,
"inputs": {
"followers": 76,
"owner_type": "User",
"is_verified": null,
"owner_login": "vmunier",
"public_repos": 54,
"account_age_days": 5356
},
"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": "76 followers of vmunier",
"points": 13.6,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 76,
"login": "vmunier"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "54 public repos, account ~14 yr old",
"points": 24.7,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 54
}
},
{
"code": "account_age_years",
"params": {
"years": 14
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "at_risk",
"name": "Engineering Quality",
"value": 38,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "critical",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"has_ci": true,
"has_tests": false,
"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": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "1 out of 25 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"topics": [
"scala",
"sbt",
"scalajs"
],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "3 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 3
}
}
],
"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": "at_risk",
"name": "Security",
"value": 38,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 38,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 3.8
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "1 out of 25 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 11/30 approved changesets -- score normalized to 3",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "3 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 2",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 10
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 34,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 29,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.54,
"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": "54 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 54,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 11,
"inputs": {
"has_nix": false,
"has_tests": false,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Scala (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Scala"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Scala",
"largest_source_bytes": 6858,
"source_files_sampled": 15,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Scala (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Scala"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/15 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 15,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"example"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "example",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "example"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [],
"report_type": "repository",
"generated_at": "2026-07-22T02:59:52.631573Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/v/vmunier/sbt-web-scalajs.svg",
"full_name": "vmunier/sbt-web-scalajs",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}