Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [
"intersectionobserver",
"triggers",
"vue3",
"vue",
"animation",
"composition-api",
"inview",
"nuxt",
"scroll-animation",
"typescript",
"viewport",
"vite"
],
"is_fork": false,
"size_kb": 922,
"has_wiki": false,
"homepage": "https://vue-waypoint.netlify.app",
"languages": {
"Vue": 1296,
"HTML": 337,
"JavaScript": 484,
"TypeScript": 25908
},
"pushed_at": "2026-07-18T12:55:26Z",
"created_at": "2016-12-06T09:30:38Z",
"owner_type": "User",
"updated_at": "2026-07-18T12:53:11Z",
"description": "Vue 3 waypoint component — trigger functions and events when an element enters/leaves the viewport, via IntersectionObserver. TypeScript, SSR-safe.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript"
]
},
"owner": {
"blog": "https://marcoboffo.me",
"name": "Marco 'Gatto' Boffo",
"type": "User",
"login": "scaccogatto",
"company": "CrispyBacon",
"location": "Italy",
"followers": 34,
"avatar_url": "https://avatars.githubusercontent.com/u/3670888?v=4",
"created_at": "2013-02-22T15:36:11Z",
"is_verified": null,
"public_repos": 15,
"account_age_days": 4897
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v5.1.0",
"kind": "minor",
"published_at": "2026-07-17T13:01:03Z"
},
{
"tag": "v5.0.3",
"kind": "patch",
"published_at": "2026-07-17T10:05:22Z"
},
{
"tag": "v5.0.2",
"kind": "patch",
"published_at": "2026-07-17T07:51:33Z"
},
{
"tag": "v5.0.0",
"kind": "major",
"published_at": "2026-06-28T09:34:22Z"
},
{
"tag": "v4.3.0",
"kind": "minor",
"published_at": "2023-09-13T07:41:07Z"
},
{
"tag": "v3.5.0",
"kind": "minor",
"published_at": "2020-08-04T09:17:49Z"
},
{
"tag": "v3.4.2",
"kind": "patch",
"published_at": "2020-03-18T16:53:34Z"
},
{
"tag": "v3.2.2",
"kind": "patch",
"published_at": "2018-03-09T09:28:44Z"
},
{
"tag": "v3.2.1",
"kind": "patch",
"published_at": "2018-03-09T09:23:20Z"
},
{
"tag": "v3.0.0",
"kind": "major",
"published_at": "2017-12-11T13:32:50Z"
}
],
"recent_commits": [
{
"oid": "c63af1e1811e9c2e852486f0f2fd8dbf643cdba3",
"body": "Bumps the minor-and-patch group with 3 updates: [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue), [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) and [vue](https://github.com/vuejs/core).\n\n\nUpdates `@vitejs/plugin-vue` from 6.0.7 to 6.0.8\n-\n[…]\nion-update:semver-patch\n dependency-group: minor-and-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps-dev): bump the minor-and-patch group with 3 updates (#95)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-18T12:53:06Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "283557c95c3c38a4cb8a3dd0444c025ad32df6db",
"body": null,
"is_bot": false,
"headline": "release: v5.1.0",
"author_name": "Marco Boffo",
"author_login": "scaccogatto",
"committed_at": "2026-07-17T13:01:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5fdea153c9dce77f7460770e8c6d31a677c8e508",
"body": "Add useWaypoint(target, { active, observerOptions }) exported alongside\nWaypoint, reusing createObserver so there is no duplicated intersection\nlogic. The observer is built lazily (only once target+active are both\ntruthy), rebuilt on options change, and torn down via onScopeDispose\nwhen run inside a\n[…]\nNode\nmatrix to Node 24 only; exclude test fixtures from coverage; add a\nComposable section to the README and a changelog entry.\n\nClaude-Session: https://claude.ai/code/session_01E2sW6trBZfe2J1om4HwHd9",
"is_bot": false,
"headline": "feat: useWaypoint composable",
"author_name": "Marco Boffo",
"author_login": "scaccogatto",
"committed_at": "2026-07-17T12:59:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b2443edbceeaa7eccfdb7f61f41aebe0ee372c8c",
"body": null,
"is_bot": false,
"headline": "release: v5.0.3",
"author_name": "Marco Boffo",
"author_login": "scaccogatto",
"committed_at": "2026-07-17T10:04:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbb17c05d08b637e92506b6776c495be53303cd2",
"body": "- watch props.options (deep) in Waypoint component.ts: disconnect the\n existing IntersectionObserver, recreate it via createObserver, and\n re-observe the element when activatable\n- add regression test asserting the old observer instance is\n disconnected and a new one is created and observes on op\n[…]\name rollupOptions to rolldownOptions (Vite 8)\n- README: add npm downloads badge\n- CHANGELOG: add Unreleased entry for the above\n\nClaude-Session: https://claude.ai/code/session_01E2sW6trBZfe2J1om4HwHd9",
"is_bot": false,
"headline": "fix: rebuild observer when options prop changes (reactive options)",
"author_name": "Marco Boffo",
"author_login": "scaccogatto",
"committed_at": "2026-07-17T10:01:29Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f8ce153242042daae906c71988cb50dd665d8c52",
"body": null,
"is_bot": false,
"headline": "chore: ignore .worktrees directory",
"author_name": "Marco Boffo",
"author_login": "scaccogatto",
"committed_at": "2026-07-17T09:56:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69d29a9e9f27e3282e70fe8c5c950299966fea41",
"body": null,
"is_bot": false,
"headline": "release: v5.0.2",
"author_name": "Marco Boffo",
"author_login": "scaccogatto",
"committed_at": "2026-07-17T07:51:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "563f8e3f1d51f6d52b6dde688a4b0bc955f6a55d",
"body": "Closes #89\n\nClaude-Session: https://claude.ai/code/session_01E2sW6trBZfe2J1om4HwHd9",
"is_bot": false,
"headline": "fix: disconnect IntersectionObserver on unmount, add regression test",
"author_name": "Marco Boffo",
"author_login": "scaccogatto",
"committed_at": "2026-07-17T07:32:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "471a19483a1b8353a5e11b418369f615582501a3",
"body": "Bumps the minor-and-patch group with 7 updates:\n\n| Package | From | To |\n| --- | --- | --- |\n| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `26.1.0` | `26.1.1` |\n| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) |\n[…]\nion-update:semver-patch\n dependency-group: minor-and-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps-dev): bump the minor-and-patch group with 7 updates (#92)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-11T12:53:17Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b313cff46d9bb9f4642fb8121f1017bc50babd34",
"body": "Bumps the minor-and-patch group with 4 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [prettier](https://github.com/prettier/prettier), [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) and [vue-tsc](https://github.com/vuejs/language-too\n[…]\nion-update:semver-patch\n dependency-group: minor-and-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps-dev): bump the minor-and-patch group with 4 updates (#91)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-04T12:53:13Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "010e530fa99c03d9b201c8c972ce70537ed53043",
"body": "- Add coverage script + @vitest/coverage-v8, run coverage in CI\n- Bump actions/checkout v7, actions/setup-node v6.4.0; SHA-pin fetch-metadata v3.1.0\n- Bump @types/node to ^26 (supersedes dependabot #88)\n- Normalise ci.yml (named steps, job name, lint+typecheck+coverage+build)\n\nClaude-Session: https://claude.ai/code/session_01JkPiYPmw3bPCFGv8EYAbp8",
"is_bot": false,
"headline": "ci: align tooling & workflows with vue-viewports (#90)",
"author_name": "Marco 'Gatto' Boffo",
"author_login": "scaccogatto",
"committed_at": "2026-06-28T15:29:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44155abb0abd66c5c8dd5613f34caad71168d87c",
"body": null,
"is_bot": false,
"headline": "ci: bump checkout+setup-node to v5 (Node 24 runtime)",
"author_name": "Marco Boffo",
"author_login": "scaccogatto",
"committed_at": "2026-06-28T12:30:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40054c382bcda5422a34fffc1a94628abf4ffa90",
"body": null,
"is_bot": false,
"headline": "ci: dependabot + auto-merge",
"author_name": "Marco Boffo",
"author_login": "scaccogatto",
"committed_at": "2026-06-28T12:04:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b793aa5ed90128830d6e048ac55a1a767be50140",
"body": null,
"is_bot": false,
"headline": "chore: refresh npm keywords for discoverability",
"author_name": "scaccogatto",
"author_login": "scaccogatto",
"committed_at": "2026-06-28T12:02:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6253db706a1fd89b8f24eeaf2e5f5a493eb8b54",
"body": null,
"is_bot": false,
"headline": "ci(release): token-less OIDC publishing",
"author_name": "Marco Boffo",
"author_login": "scaccogatto",
"committed_at": "2026-06-28T11:35:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9fda4505c24b42fa063f1a21b7969bf2e203efcb",
"body": null,
"is_bot": false,
"headline": "ci: Node 24, SHA-pin actions, least-privilege perms, scope npm token",
"author_name": "Marco Boffo",
"author_login": "scaccogatto",
"committed_at": "2026-06-28T10:45:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce7ec3f6e1d95c528b2134f958223e4301d13701",
"body": "…wl (#84)\n\n- Drop UMD build: formats → ['es','cjs'], remove lib.name and rollupOptions.globals; dist/*.cjs replaces *.umd.cjs in exports/main\n- Remove dev ceremony: .husky/, lint-staged, commitlint, release-it, husky from devDeps and scripts\n- Remove npm-run-all2: build script is now sequential (typ\n[…]\nDME: drop UMD/CDN claim and Conventional Commits note\n\nGate: npm ci && npm run build && npm test — all green (23/23 tests pass)\n\nClaude-Session: https://claude.ai/code/session_01NXBkkU4ArQJH2CASi3VmhC",
"is_bot": false,
"headline": "chore: ultra-ponytail cut — drop UMD, dev ceremony, and tsconfig spra…",
"author_name": "Marco 'Gatto' Boffo",
"author_login": "scaccogatto",
"committed_at": "2026-06-28T10:43:28Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6fc40e521b0dd59cee40ea497b2047a61b1673f1",
"body": null,
"is_bot": false,
"headline": "ci(release): allow manual workflow_dispatch",
"author_name": "Marco Boffo",
"author_login": "scaccogatto",
"committed_at": "2026-06-28T09:45:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "953b806c76decb20de3be83f6fa4d4470778134f",
"body": "… on tag)",
"is_bot": false,
"headline": "ci(release): skip npm publish when NPM_TOKEN is unset (no failed runs…",
"author_name": "Marco Boffo",
"author_login": "scaccogatto",
"committed_at": "2026-06-28T09:33:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91a3a33a286f271a6f9233c5a9d12bb12ad990af",
"body": "….0.0 (#83)\n\n* test: rewrite and expand suite with a controllable IntersectionObserver mock\n\nReplace the legacy noop mock (incompatible with Vitest 4) with a class-based\nIntersectionObserver double that captures the registered callback and exposes\nobserve/unobserve spies. Add coverage for the active\n[…]\nh clone could `npm publish` an\nempty package. prepack rebuilds the library before packing regardless of\nhow publish is invoked.\n\nClaude-Session: https://claude.ai/code/session_01NXBkkU4ArQJH2CASi3VmhC",
"is_bot": false,
"headline": "Revive: modernize toolchain, ship real .d.ts (#78), expand tests — v5…",
"author_name": "Marco 'Gatto' Boffo",
"author_login": "scaccogatto",
"committed_at": "2026-06-28T09:23:34Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f2a878580e2dd3475e67b65758a4f2ec1ee96953",
"body": null,
"is_bot": false,
"headline": "chore(release): 4.3.0",
"author_name": "Marco Boffo",
"author_login": "scaccogatto",
"committed_at": "2023-08-28T15:55:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb123b0e424a8b0d293caa918c278079a640a168",
"body": null,
"is_bot": false,
"headline": "chore: introduced volta",
"author_name": "Marco Boffo",
"author_login": "scaccogatto",
"committed_at": "2023-08-28T15:54:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ae537bbfa86d6096b6c45e47d65a704ba833f4a",
"body": null,
"is_bot": false,
"headline": "feat: added support for SSR environments (#77)",
"author_name": "Matteo Rigoni",
"author_login": "Rigo-m",
"committed_at": "2023-08-28T15:52:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a602ce0fe47ae6787fe4a62c56b9a70e7f727ca",
"body": null,
"is_bot": false,
"headline": "chore(release): 4.2.5",
"author_name": "Marco Boffo",
"author_login": "scaccogatto",
"committed_at": "2022-09-12T07:09:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "612fd4c8e4c6efdbdc42a06a3c1c5a47ad7a0b49",
"body": null,
"is_bot": false,
"headline": "fix: typing export",
"author_name": "Marco Boffo",
"author_login": "scaccogatto",
"committed_at": "2022-09-12T07:05:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bea657e7bdbb850f76cd4b8378f2a7cf2931e121",
"body": null,
"is_bot": false,
"headline": "chore: project startup date",
"author_name": "Marco 'Gatto' Boffo",
"author_login": "scaccogatto",
"committed_at": "2022-08-18T09:48:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54c37b16fc635c6154517cfef5bd31f516a893f3",
"body": "* chore: add vue also as a peer dependency\r\n\r\n* chore: remove comma for the last json item",
"is_bot": false,
"headline": "chore: add vue also as a peer dependency (#73)",
"author_name": "Andrew Luca",
"author_login": "unrevised6419",
"committed_at": "2022-08-18T09:01:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3abed50612313725592e59ef83a423b5bbaca553",
"body": null,
"is_bot": false,
"headline": "chore(release): 4.2.4",
"author_name": "Marco Boffo",
"author_login": "scaccogatto",
"committed_at": "2022-08-15T18:05:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c310418eee1832d52a9943406a8ed40664ff42a",
"body": null,
"is_bot": false,
"headline": "build: vue as devdep",
"author_name": "Marco Boffo",
"author_login": "scaccogatto",
"committed_at": "2022-08-15T18:05:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "338e8a7c0d51b2990e5abd84395fc19b7e71bb53",
"body": null,
"is_bot": false,
"headline": "chore(release): 4.2.3",
"author_name": "Marco Boffo",
"author_login": "scaccogatto",
"committed_at": "2022-08-13T16:21:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5944df31e90ac6ea19a6474aa183ffc7f834814",
"body": null,
"is_bot": false,
"headline": "fix: node version on build",
"author_name": "Marco Boffo",
"author_login": "scaccogatto",
"committed_at": "2022-08-13T16:21:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bec58dfa858e6dd8c2f35b3b7df2184d13404b96",
"body": null,
"is_bot": false,
"headline": "chore(release): 4.2.2",
"author_name": "Marco Boffo",
"author_login": "scaccogatto",
"committed_at": "2022-08-13T16:18:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca370800f97845f8e0ebb92471d915bc16636a17",
"body": null,
"is_bot": false,
"headline": "build: node version up on actions",
"author_name": "Marco Boffo",
"author_login": "scaccogatto",
"committed_at": "2022-08-13T16:17:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f99c91ae06008a61b120f53bc22f321da53b2880",
"body": null,
"is_bot": false,
"headline": "build: node version up",
"author_name": "Marco Boffo",
"author_login": "scaccogatto",
"committed_at": "2022-08-13T16:15:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2766be8d583ac546e81576e11add97879e4db0c1",
"body": null,
"is_bot": false,
"headline": "fix: intermediate states cleanup",
"author_name": "Marco Boffo",
"author_login": "scaccogatto",
"committed_at": "2022-08-13T16:11:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67409056c46ca58aeb68b1e0a2e2e0fd7d10f970",
"body": null,
"is_bot": false,
"headline": "build: node version",
"author_name": "Marco Boffo",
"author_login": "scaccogatto",
"committed_at": "2022-08-13T16:02:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9fd11e3e5637aa5109b40e5fd52f3ab3680dca49",
"body": "* chore: run prettier on project\r\n\r\n* refactor: move from vue-cli to vite",
"is_bot": false,
"headline": "refactor: move from vue-cli to vite (#72)",
"author_name": "Andrew",
"author_login": "unrevised6419",
"committed_at": "2022-08-13T15:51:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afb2aa4420f87c1bb9754f291f3be679178dd23e",
"body": null,
"is_bot": false,
"headline": "docs: correct spelling of dynamically (#65)",
"author_name": "Ducz01",
"author_login": "Ducz01",
"committed_at": "2022-03-08T08:40:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93421d32867b7eef96131d0f6dcd792a17321798",
"body": null,
"is_bot": false,
"headline": "chore(release): 4.2.1",
"author_name": "Marco Boffo",
"author_login": "scaccogatto",
"committed_at": "2021-09-07T12:38:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea821c62114b1dd891d63b422cbcc678dc569a2b",
"body": null,
"is_bot": false,
"headline": "doc: fix variable name typo (#61)",
"author_name": "Miao Cai",
"author_login": "Hephaest",
"committed_at": "2021-09-07T12:38:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e19db384ee015ffa04281c2fa5053aa83840cb88",
"body": "* chore: feature placeholder\r\n\r\n* feat: accepts slots\r\n\r\n* chore: slots docs",
"is_bot": false,
"headline": "enable inner slots (#58)",
"author_name": "Marco 'Gatto' Boffo",
"author_login": "scaccogatto",
"committed_at": "2021-09-07T12:36:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "527bc58cb5f4672384b29d3b4c0f98572d57b39f",
"body": null,
"is_bot": false,
"headline": "docs: legacy section",
"author_name": "Marco Boffo",
"author_login": "scaccogatto",
"committed_at": "2021-08-17T06:30:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1549c09055e13a7c510ebfd200eb9b7f225717b8",
"body": null,
"is_bot": false,
"headline": "chore(release): 4.2.0",
"author_name": "Marco Boffo",
"author_login": "scaccogatto",
"committed_at": "2021-08-17T06:23:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ff1e458a3d4e519c031a0ce72e21454bff51673",
"body": null,
"is_bot": false,
"headline": "feat: disableCssHelpers",
"author_name": "Marco Boffo",
"author_login": "scaccogatto",
"committed_at": "2021-08-17T06:23:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2f2d9cdc41252042411fd69df96de2cc3705449",
"body": null,
"is_bot": false,
"headline": "chore(release): 4.1.1",
"author_name": "Marco Boffo",
"author_login": "scaccogatto",
"committed_at": "2021-08-10T06:39:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13d8809233160dc40d4e100a87d1f7de4a54b755",
"body": "> Specify the place where your code lives. This is helpful for people who want to contribute. If the git repo is on GitHub, then the npm docs command will be able to find you.\r\n> https://docs.npmjs.com/cli/v6/configuring-npm/package-json#repository",
"is_bot": false,
"headline": "chore: add package.json repository field (#57)",
"author_name": "Andrew Luca",
"author_login": null,
"committed_at": "2021-08-10T06:34:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1d206afc0ff310f78d46be7fd13fce8050b678a",
"body": null,
"is_bot": false,
"headline": "chore(release): 4.1.0",
"author_name": "Marco Boffo",
"author_login": "scaccogatto",
"committed_at": "2021-07-09T17:25:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09cdc716873ac0711a2078f248aa2749d31e2629",
"body": null,
"is_bot": false,
"headline": "feat: adds el as example",
"author_name": "Marco Boffo",
"author_login": "scaccogatto",
"committed_at": "2021-07-09T17:24:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "350ac589e704af1b03c33891d27e84977cc1cc84",
"body": null,
"is_bot": false,
"headline": "add element to waypoint state (#56)",
"author_name": "Andrey Sidorov",
"author_login": "morr",
"committed_at": "2021-07-09T17:22:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f04029fceb92406e2c1c2a170f9d1b83fef40219",
"body": null,
"is_bot": false,
"headline": "chore(release): 4.0.0",
"author_name": "Marco 'Gatto' Boffo",
"author_login": "scaccogatto",
"committed_at": "2021-06-21T18:47:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2fe79ee0e1c30bc314b5c66fc3eadbdbca536d4f",
"body": "* feat: vue3 component\r\nBREAKING CHANGE: vue2 support is over\r\n\r\n* feat: waypoint bind/unbind\r\n\r\n* feat: tag selection\r\n\r\n* feat: export ts types\r\n\r\n* fix: lib target\r\n\r\n* chore: remove roadmap since it is done\r\n\r\n* build: standard version\r\n\r\n* docs: generally improved and vue2 refs\r\n\r\n* build: rele\n[…]\ndocs: move CSS helpers on top\r\n\r\nCSS helpers will probably be the most used feature, so we move it to the top\r\n\r\n* docs: CSS features list\r\n\r\n* fix: remove impossible path\r\n\r\n* feat: final decorations",
"is_bot": false,
"headline": "feat: vue3 support (#46)",
"author_name": "Marco 'Gatto' Boffo",
"author_login": "scaccogatto",
"committed_at": "2021-06-21T18:11:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8a0d0adfd5cdecf1a30f3d32b0783b2d5560995c",
"body": null,
"is_bot": false,
"headline": "typo",
"author_name": "Marco 'Gatto' Boffo",
"author_login": "scaccogatto",
"committed_at": "2020-08-05T12:07:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6be376bde0647c6d4093c4767724e976129c2283",
"body": null,
"is_bot": false,
"headline": "github actions status and readme cleanup (nuxt)",
"author_name": "Marco 'Gatto' Boffo",
"author_login": "scaccogatto",
"committed_at": "2020-08-05T12:04:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f814e1e95e5f32c69e300b8dca90c6516507879d",
"body": "* poc\r\n\r\n* remove travis\r\n\r\n* 3.5.0",
"is_bot": false,
"headline": "github actions (#43)",
"author_name": "Marco 'Gatto' Boffo",
"author_login": "scaccogatto",
"committed_at": "2020-08-04T09:16:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fdeb0780ba348d388606929662c31176e293b7df",
"body": "* fix: typo `updated` => `update`\r\n\r\n* Add the test page for a directive update",
"is_bot": false,
"headline": "fix: Typo in defineDirective (Closes #35) (#36)",
"author_name": "sa16ot",
"author_login": "sa16ot",
"committed_at": "2020-03-18T16:52:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "042d7619ae3b47a04d2516e300366db37295787b",
"body": "Bumps [eslint](https://github.com/eslint/eslint) from 4.12.1 to 4.18.2.\r\n- [Release notes](https://github.com/eslint/eslint/releases)\r\n- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)\r\n- [Commits](https://github.com/eslint/eslint/compare/v4.12.1...v4.18.2)\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\n\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump eslint from 4.12.1 to 4.18.2 (#32)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2020-03-17T19:08:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5dd5bd8191675b4acba96daa97c819b40b5f6541",
"body": "Bumps [lodash](https://github.com/lodash/lodash) from 4.17.4 to 4.17.15.\r\n- [Release notes](https://github.com/lodash/lodash/releases)\r\n- [Commits](https://github.com/lodash/lodash/compare/4.17.4...4.17.15)\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\n\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump lodash from 4.17.4 to 4.17.15 (#30)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2020-03-17T19:03:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea7d56e8ff52eedcf7c75e93e68b1074af755a00",
"body": "Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.10.0 to 3.13.1.\r\n- [Release notes](https://github.com/nodeca/js-yaml/releases)\r\n- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)\r\n- [Commits](https://github.com/nodeca/js-yaml/compare/3.10.0...3.13.1)\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\n\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump js-yaml from 3.10.0 to 3.13.1 (#33)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2020-03-17T19:02:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8c9058230fa8bca0269e4009ba488753d69f065",
"body": null,
"is_bot": false,
"headline": "updated example",
"author_name": "Marco 'Gatto' Boffo",
"author_login": "scaccogatto",
"committed_at": "2020-03-02T15:29:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5973a5e34b063bba3f133640004c2d12fcca0dfc",
"body": null,
"is_bot": false,
"headline": "3.4.1",
"author_name": "Marco 'Gatto' Boffo",
"author_login": "scaccogatto",
"committed_at": "2020-02-26T10:35:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "707137ebd44b4b4a0e35e2dd834bf0300462f779",
"body": null,
"is_bot": false,
"headline": "refresh deploy",
"author_name": "Marco 'Gatto' Boffo",
"author_login": "scaccogatto",
"committed_at": "2020-02-26T10:35:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed15ad8b131b2c4cd82a63a78aa200b2f6fdcde8",
"body": null,
"is_bot": false,
"headline": "3.4.0",
"author_name": "Marco 'Gatto' Boffo",
"author_login": "scaccogatto",
"committed_at": "2020-02-26T10:13:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f09011d59444768f424241233051a55b0bca1f33",
"body": null,
"is_bot": false,
"headline": "remove polyfill",
"author_name": "Marco 'Gatto' Boffo",
"author_login": "scaccogatto",
"committed_at": "2020-02-26T10:13:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38d6e16b428d9b51a0c466fb6077c1e5a695979a",
"body": "* clarify SSR docs, remove reference to <no-ssr>\r\n\r\n* ssr: false to mode: client",
"is_bot": false,
"headline": "clarify SSR docs, remove reference to <no-ssr> (#29)",
"author_name": "Jeremy Tribby",
"author_login": "jpt",
"committed_at": "2019-09-10T12:52:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6275feedc2563b281b0453c69c9ae5d4d19e308e",
"body": "* How to use v-waypoint in nuxt project\r\n\r\n* readme style fix",
"is_bot": false,
"headline": "How to use vue-waypoint in nuxt project (#28)",
"author_name": "rasikas",
"author_login": "rasikas",
"committed_at": "2019-08-22T20:52:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2588bc0c413a6a3a0b7d1b4410e1c6e5fa10c231",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of github.com:scaccogatto/vue-waypoint",
"author_name": "Marco 'Gatto' Boffo",
"author_login": "scaccogatto",
"committed_at": "2019-02-06T15:31:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e89b7c2f0fd199331578619ef16e729208b734d",
"body": null,
"is_bot": false,
"headline": "link",
"author_name": "Marco 'Gatto' Boffo",
"author_login": "scaccogatto",
"committed_at": "2019-02-06T15:31:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4fd614bed851ba55c4bb6cf129b86cc84e6056e8",
"body": null,
"is_bot": false,
"headline": "Delete CNAME",
"author_name": "Marco 'Gatto' Boffo",
"author_login": "scaccogatto",
"committed_at": "2019-02-06T15:30:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c90506b677289026b3ff9487920816de401305c7",
"body": null,
"is_bot": false,
"headline": "3.3.1",
"author_name": "Marco 'Gatto' Boffo",
"author_login": "scaccogatto",
"committed_at": "2019-01-23T14:19:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59637139934e7f2d71a807f4d76ebfaf82dc91be",
"body": null,
"is_bot": false,
"headline": "offset",
"author_name": "Marco 'Gatto' Boffo",
"author_login": "scaccogatto",
"committed_at": "2019-01-23T14:19:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6fb96aeedc2bfd7c3ba8753542265b83212892ad",
"body": null,
"is_bot": false,
"headline": "fonts",
"author_name": "Marco 'Gatto' Boffo",
"author_login": "scaccogatto",
"committed_at": "2019-01-21T14:53:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a38de8a75d89b545527def58ed1f0b06ec7beb0",
"body": null,
"is_bot": false,
"headline": "bad commit",
"author_name": "Marco 'Gatto' Boffo",
"author_login": "scaccogatto",
"committed_at": "2019-01-21T14:07:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8652bde8c5030faf412e548bfe4539c251626456",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of github.com:scaccogatto/vue-waypoint",
"author_name": "Marco 'Gatto' Boffo",
"author_login": "scaccogatto",
"committed_at": "2019-01-21T11:20:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abac98731930ac9678385c2608ea0f5607dddba9",
"body": null,
"is_bot": false,
"headline": "introducing demo page",
"author_name": "Marco 'Gatto' Boffo",
"author_login": "scaccogatto",
"committed_at": "2019-01-21T11:20:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6dbc69862f8649ef9008a76dee16d1ea406d4e1f",
"body": null,
"is_bot": false,
"headline": "Create CNAME",
"author_name": "Marco 'Gatto' Boffo",
"author_login": "scaccogatto",
"committed_at": "2019-01-14T14:29:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "834d0c2740e782179192c5c9cb78f61091ac181c",
"body": null,
"is_bot": false,
"headline": "Delete CNAME",
"author_name": "Marco 'Gatto' Boffo",
"author_login": "scaccogatto",
"committed_at": "2019-01-14T14:29:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "669e7d9940a60738fdb12b190ca665507c9acd37",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of github.com:scaccogatto/vue-waypoint",
"author_name": "Marco 'Gatto' Boffo",
"author_login": "scaccogatto",
"committed_at": "2019-01-14T13:37:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f13dc1f84b757873654ec8e481d83c2fc6b4a3d",
"body": null,
"is_bot": false,
"headline": "docs build",
"author_name": "Marco 'Gatto' Boffo",
"author_login": "scaccogatto",
"committed_at": "2019-01-14T13:37:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25981edb6b8ca7c884a8447629ba32fd164c6529",
"body": null,
"is_bot": false,
"headline": "Create CNAME",
"author_name": "Marco 'Gatto' Boffo",
"author_login": "scaccogatto",
"committed_at": "2019-01-14T13:37:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53520a45c96f31352cd64a009eab45ac2ab56a11",
"body": null,
"is_bot": false,
"headline": "3.3.0",
"author_name": "Marco 'Gatto' Boffo",
"author_login": "scaccogatto",
"committed_at": "2019-01-14T13:31:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9652dee895392729112ccbc0ccf0e5e504107bf1",
"body": null,
"is_bot": false,
"headline": "base docs",
"author_name": "Marco 'Gatto' Boffo",
"author_login": "scaccogatto",
"committed_at": "2019-01-14T13:31:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3e7e5de470738a07c4de0f061ed0eb5cfd9aafb",
"body": null,
"is_bot": false,
"headline": "better intersection",
"author_name": "Marco 'Gatto' Boffo",
"author_login": "scaccogatto",
"committed_at": "2019-01-14T13:31:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15bd3f30f85d3237e8f1a198abc9cf340072ed99",
"body": null,
"is_bot": false,
"headline": "3.2.4",
"author_name": "Marco 'Gatto' Boffo",
"author_login": "scaccogatto",
"committed_at": "2019-01-14T08:43:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75b4aedaf3f16ba254688091d19f25c4f4c6bfb7",
"body": null,
"is_bot": false,
"headline": "3.2.3",
"author_name": "Marco 'Gatto' Boffo",
"author_login": "scaccogatto",
"committed_at": "2019-01-14T08:43:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ed399b743ce1d496172a58e00be4e7df2c5a492",
"body": null,
"is_bot": false,
"headline": "security fix",
"author_name": "Marco 'Gatto' Boffo",
"author_login": "scaccogatto",
"committed_at": "2019-01-14T08:43:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2997e16bafda2ba22f6a29e94e2980f5dbde18e3",
"body": "thresholds parameter in README changed to threshold",
"is_bot": false,
"headline": "update README (#23)",
"author_name": "crazy abdul",
"author_login": "bralat",
"committed_at": "2019-01-07T10:48:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6458545bb42e71ea837fdd8ba82c17bd6c8a24a1",
"body": null,
"is_bot": false,
"headline": "bad thresholds",
"author_name": "Marco 'Gatto' Boffo",
"author_login": "scaccogatto",
"committed_at": "2018-10-16T09:44:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52b969ef46dfbb22065aa6d29d3536dd47864009",
"body": null,
"is_bot": false,
"headline": "3.2.2",
"author_name": "Marco 'Gatto' Boffo",
"author_login": null,
"committed_at": "2018-03-09T09:26:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4b9a2f97a7cbd805175101b2f1d22d13cd93764",
"body": null,
"is_bot": false,
"headline": ":ambulance: Crypt",
"author_name": "Marco 'Gatto' Boffo",
"author_login": null,
"committed_at": "2018-03-09T09:26:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71a1e78933808f371ac34716c2405f1ed75c228a",
"body": null,
"is_bot": false,
"headline": "3.2.1",
"author_name": "Marco 'Gatto' Boffo",
"author_login": null,
"committed_at": "2018-03-09T09:21:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ea1fde965ee2acd4158c7cd31a1838b5f460658",
"body": null,
"is_bot": false,
"headline": ":ambulance: Build name",
"author_name": "Marco 'Gatto' Boffo",
"author_login": null,
"committed_at": "2018-03-09T09:21:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ad8d7609db806b445f84ea1acd46861c0272298",
"body": null,
"is_bot": false,
"headline": "3.2.0",
"author_name": "Marco 'Gatto' Boffo",
"author_login": null,
"committed_at": "2018-03-09T09:18:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1cf9ce649b74ecd7458f78eb206520da767a2af9",
"body": null,
"is_bot": false,
"headline": ":sparkles: Travis autobuild",
"author_name": "Marco 'Gatto' Boffo",
"author_login": null,
"committed_at": "2018-03-09T09:18:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4047fdd1e41659b1710f0135cc8cba04cee7a08",
"body": null,
"is_bot": false,
"headline": "3.1.0",
"author_name": "Marco 'Gatto' Boffo",
"author_login": null,
"committed_at": "2018-03-09T08:50:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9eb9e092a9178fb7c7d3e1bca645a5fc53f7ca2c",
"body": null,
"is_bot": false,
"headline": "3.0.6",
"author_name": "Marco 'Gatto' Boffo",
"author_login": null,
"committed_at": "2018-03-09T08:48:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c76e9c273a1853057c462190f01003aeee55032",
"body": null,
"is_bot": false,
"headline": "3.0.5",
"author_name": "Marco 'Gatto' Boffo",
"author_login": null,
"committed_at": "2018-03-09T08:47:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f02a7f5ec54054a526296ba0f81e86fc237a36c",
"body": null,
"is_bot": false,
"headline": "3.0.4",
"author_name": "Marco 'Gatto' Boffo",
"author_login": null,
"committed_at": "2018-03-09T08:47:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "573f7e3b506ec8f66a4b76620ec1c875a7f0dd30",
"body": "Closes: #17",
"is_bot": false,
"headline": ":ambulance: Bad merge",
"author_name": "Marco 'Gatto' Boffo",
"author_login": null,
"committed_at": "2018-03-09T08:47:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3fb1f63ad87d57e51173c008562f21fa91d1cc18",
"body": null,
"is_bot": false,
"headline": ":mute: Log",
"author_name": "Marco 'Gatto' Boffo",
"author_login": "scaccogatto",
"committed_at": "2017-12-30T20:06:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1653e85fca2de9f49139b2b60dc7eb00cc84986b",
"body": null,
"is_bot": false,
"headline": ":ambulance: iOS positioning",
"author_name": "Marco 'Gatto' Boffo",
"author_login": "scaccogatto",
"committed_at": "2017-12-25T08:12:10Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 10,
"commits_last_year": 20,
"latest_release_at": "2026-07-17T13:01:03Z",
"latest_release_tag": "v5.1.0",
"releases_from_tags": false,
"days_since_last_push": 4,
"active_weeks_last_year": 4,
"days_since_latest_release": 5,
"mean_days_between_releases": 348.9
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 100,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"ecosystem": {
"packages": [
{
"name": "vue-waypoint",
"exists": true,
"license": "MIT",
"keywords": [
"vue",
"vue3",
"waypoint",
"composition-api",
"typescript",
"vite",
"intersection-observer",
"scroll",
"scroll-animation",
"inview",
"viewport",
"lazy",
"animation"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/vue-waypoint",
"is_deprecated": false,
"latest_version": "5.1.0",
"repository_url": "https://github.com/scaccogatto/vue-waypoint",
"versions_count": 52,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 22636,
"first_published_at": "2016-12-06T08:42:09.107000Z",
"latest_published_at": "2026-07-17T13:01:37.057000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 5
}
]
},
"popularity": {
"forks": 38,
"stars": 461,
"watchers": 7,
"fork_history": {
"days": [
{
"date": "2016-12-11",
"count": 1
},
{
"date": "2017-07-22",
"count": 1
},
{
"date": "2017-08-22",
"count": 1
},
{
"date": "2017-08-31",
"count": 1
},
{
"date": "2017-11-24",
"count": 1
},
{
"date": "2017-12-22",
"count": 2
},
{
"date": "2017-12-24",
"count": 1
},
{
"date": "2018-12-25",
"count": 1
},
{
"date": "2018-12-28",
"count": 1
},
{
"date": "2019-01-18",
"count": 1
},
{
"date": "2019-01-22",
"count": 1
},
{
"date": "2019-03-22",
"count": 1
},
{
"date": "2019-04-22",
"count": 1
},
{
"date": "2019-06-26",
"count": 1
},
{
"date": "2019-07-24",
"count": 1
},
{
"date": "2019-08-22",
"count": 1
},
{
"date": "2019-09-06",
"count": 1
},
{
"date": "2019-11-23",
"count": 1
},
{
"date": "2020-03-16",
"count": 1
},
{
"date": "2020-07-27",
"count": 1
},
{
"date": "2020-10-15",
"count": 1
},
{
"date": "2021-02-26",
"count": 1
},
{
"date": "2021-06-22",
"count": 1
},
{
"date": "2021-06-25",
"count": 1
},
{
"date": "2021-07-06",
"count": 1
},
{
"date": "2021-09-14",
"count": 1
},
{
"date": "2021-09-30",
"count": 1
},
{
"date": "2021-10-04",
"count": 1
},
{
"date": "2022-01-07",
"count": 1
},
{
"date": "2022-02-19",
"count": 1
},
{
"date": "2022-02-23",
"count": 1
},
{
"date": "2022-02-28",
"count": 1
},
{
"date": "2022-06-14",
"count": 1
},
{
"date": "2023-04-21",
"count": 1
},
{
"date": "2023-05-10",
"count": 1
},
{
"date": "2023-07-13",
"count": 1
},
{
"date": "2024-07-15",
"count": 1
}
],
"complete": true,
"collected": 38,
"total_forks": 38
},
"star_history": null,
"open_issues_and_prs": 2
},
"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": [
"tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 5911,
"source_files_sampled": 15,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "brace-expansion",
"direct": false,
"version": "2.1.1",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-3jxr-9vmj-r5cp"
],
"fixed_version": "5.0.7",
"advisory_count": 1,
"oldest_advisory_days": 1
},
{
"name": "brace-expansion",
"direct": false,
"version": "5.0.6",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-3jxr-9vmj-r5cp"
],
"fixed_version": "5.0.7",
"advisory_count": 1,
"oldest_advisory_days": 1
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"high": 2
},
"advisory_count": 2,
"affected_count": 2,
"assessed_count": 332,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "@asamuzakjp/css-color",
"direct": false,
"version": "5.1.11",
"ecosystem": "npm"
},
{
"name": "@asamuzakjp/dom-selector",
"direct": false,
"version": "7.1.1",
"ecosystem": "npm"
},
{
"name": "@asamuzakjp/generational-cache",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "@asamuzakjp/nwsapi",
"direct": false,
"version": "2.3.9",
"ecosystem": "npm"
},
{
"name": "@babel/helper-string-parser",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-validator-identifier",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/parser",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/types",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@bcoe/v8-coverage",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "@bramus/specificity",
"direct": false,
"version": "2.4.2",
"ecosystem": "npm"
},
{
"name": "@csstools/color-helpers",
"direct": false,
"version": "6.1.0",
"ecosystem": "npm"
},
{
"name": "@csstools/css-calc",
"direct": false,
"version": "3.2.1",
"ecosystem": "npm"
},
{
"name": "@csstools/css-color-parser",
"direct": false,
"version": "4.1.9",
"ecosystem": "npm"
},
{
"name": "@csstools/css-parser-algorithms",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "@csstools/css-syntax-patches-for-csstree",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@csstools/css-tokenizer",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "@emnapi/core",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@emnapi/runtime",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@emnapi/wasi-threads",
"direct": false,
"version": "1.2.2",
"ecosystem": "npm"
},
{
"name": "@eslint-community/eslint-utils",
"direct": false,
"version": "4.9.1",
"ecosystem": "npm"
},
{
"name": "@eslint-community/regexpp",
"direct": false,
"version": "4.12.2",
"ecosystem": "npm"
},
{
"name": "@eslint/config-array",
"direct": false,
"version": "0.23.5",
"ecosystem": "npm"
},
{
"name": "@eslint/config-helpers",
"direct": false,
"version": "0.6.0",
"ecosystem": "npm"
},
{
"name": "@eslint/core",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "@eslint/object-schema",
"direct": false,
"version": "3.0.5",
"ecosystem": "npm"
},
{
"name": "@eslint/plugin-kit",
"direct": false,
"version": "0.7.2",
"ecosystem": "npm"
},
{
"name": "@exodus/bytes",
"direct": false,
"version": "1.15.1",
"ecosystem": "npm"
},
{
"name": "@humanfs/core",
"direct": false,
"version": "0.19.2",
"ecosystem": "npm"
},
{
"name": "@humanfs/node",
"direct": false,
"version": "0.16.8",
"ecosystem": "npm"
},
{
"name": "@humanfs/types",
"direct": false,
"version": "0.15.0",
"ecosystem": "npm"
},
{
"name": "@humanwhocodes/module-importer",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "@humanwhocodes/retry",
"direct": false,
"version": "0.4.3",
"ecosystem": "npm"
},
{
"name": "@isaacs/cliui",
"direct": false,
"version": "8.0.2",
"ecosystem": "npm"
},
{
"name": "@jridgewell/gen-mapping",
"direct": false,
"version": "0.3.13",
"ecosystem": "npm"
},
{
"name": "@jridgewell/remapping",
"direct": false,
"version": "2.3.5",
"ecosystem": "npm"
},
{
"name": "@jridgewell/resolve-uri",
"direct": false,
"version": "3.1.2",
"ecosystem": "npm"
},
{
"name": "@jridgewell/sourcemap-codec",
"direct": false,
"version": "1.5.5",
"ecosystem": "npm"
},
{
"name": "@jridgewell/trace-mapping",
"direct": false,
"version": "0.3.31",
"ecosystem": "npm"
},
{
"name": "@napi-rs/wasm-runtime",
"direct": false,
"version": "1.1.6",
"ecosystem": "npm"
},
{
"name": "@nodelib/fs.scandir",
"direct": false,
"version": "2.1.5",
"ecosystem": "npm"
},
{
"name": "@nodelib/fs.stat",
"direct": false,
"version": "2.0.5",
"ecosystem": "npm"
},
{
"name": "@nodelib/fs.walk",
"direct": false,
"version": "1.2.8",
"ecosystem": "npm"
},
{
"name": "@one-ini/wasm",
"direct": false,
"version": "0.1.1",
"ecosystem": "npm"
},
{
"name": "@oxc-project/types",
"direct": false,
"version": "0.139.0",
"ecosystem": "npm"
},
{
"name": "@pkgjs/parseargs",
"direct": false,
"version": "0.11.0",
"ecosystem": "npm"
},
{
"name": "@pkgr/core",
"direct": false,
"version": "0.3.6",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-android-arm64",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-darwin-arm64",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-darwin-x64",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-freebsd-x64",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-arm-gnueabihf",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-arm64-gnu",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-arm64-musl",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-ppc64-gnu",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-s390x-gnu",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-x64-gnu",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-x64-musl",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-openharmony-arm64",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-wasm32-wasi",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-win32-arm64-msvc",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-win32-x64-msvc",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@rolldown/pluginutils",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "@rollup/pluginutils",
"direct": false,
"version": "5.4.0",
"ecosystem": "npm"
},
{
"name": "@standard-schema/spec",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "@tybys/wasm-util",
"direct": false,
"version": "0.10.3",
"ecosystem": "npm"
},
{
"name": "@types/chai",
"direct": false,
"version": "5.2.3",
"ecosystem": "npm"
},
{
"name": "@types/deep-eql",
"direct": false,
"version": "4.0.2",
"ecosystem": "npm"
},
{
"name": "@types/esrecurse",
"direct": false,
"version": "4.3.1",
"ecosystem": "npm"
},
{
"name": "@types/estree",
"direct": false,
"version": "1.0.9",
"ecosystem": "npm"
},
{
"name": "@types/json-schema",
"direct": false,
"version": "7.0.15",
"ecosystem": "npm"
},
{
"name": "@types/node",
"direct": false,
"version": "26.1.1",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/eslint-plugin",
"direct": false,
"version": "8.62.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/parser",
"direct": false,
"version": "8.62.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/project-service",
"direct": false,
"version": "8.62.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/scope-manager",
"direct": false,
"version": "8.62.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/tsconfig-utils",
"direct": false,
"version": "8.62.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/type-utils",
"direct": false,
"version": "8.62.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/types",
"direct": false,
"version": "8.62.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/typescript-estree",
"direct": false,
"version": "8.62.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/utils",
"direct": false,
"version": "8.62.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/visitor-keys",
"direct": false,
"version": "8.62.0",
"ecosystem": "npm"
},
{
"name": "@vitejs/plugin-vue",
"direct": false,
"version": "6.0.8",
"ecosystem": "npm"
},
{
"name": "@vitest/coverage-v8",
"direct": false,
"version": "4.1.10",
"ecosystem": "npm"
},
{
"name": "@vitest/expect",
"direct": false,
"version": "4.1.10",
"ecosystem": "npm"
},
{
"name": "@vitest/mocker",
"direct": false,
"version": "4.1.10",
"ecosystem": "npm"
},
{
"name": "@vitest/pretty-format",
"direct": false,
"version": "4.1.10",
"ecosystem": "npm"
},
{
"name": "@vitest/runner",
"direct": false,
"version": "4.1.10",
"ecosystem": "npm"
},
{
"name": "@vitest/snapshot",
"direct": false,
"version": "4.1.10",
"ecosystem": "npm"
},
{
"name": "@vitest/spy",
"direct": false,
"version": "4.1.10",
"ecosystem": "npm"
},
{
"name": "@vitest/utils",
"direct": false,
"version": "4.1.10",
"ecosystem": "npm"
},
{
"name": "@volar/language-core",
"direct": false,
"version": "2.4.28",
"ecosystem": "npm"
},
{
"name": "@volar/source-map",
"direct": false,
"version": "2.4.28",
"ecosystem": "npm"
},
{
"name": "@volar/typescript",
"direct": false,
"version": "2.4.28",
"ecosystem": "npm"
},
{
"name": "@vue/compiler-core",
"direct": false,
"version": "3.5.40",
"ecosystem": "npm"
},
{
"name": "@vue/compiler-dom",
"direct": false,
"version": "3.5.40",
"ecosystem": "npm"
},
{
"name": "@vue/compiler-sfc",
"direct": false,
"version": "3.5.40",
"ecosystem": "npm"
},
{
"name": "@vue/compiler-ssr",
"direct": false,
"version": "3.5.40",
"ecosystem": "npm"
},
{
"name": "@vue/eslint-config-prettier",
"direct": false,
"version": "10.2.0",
"ecosystem": "npm"
},
{
"name": "@vue/eslint-config-typescript",
"direct": false,
"version": "14.9.0",
"ecosystem": "npm"
},
{
"name": "@vue/language-core",
"direct": false,
"version": "3.3.7",
"ecosystem": "npm"
},
{
"name": "@vue/reactivity",
"direct": false,
"version": "3.5.40",
"ecosystem": "npm"
},
{
"name": "@vue/runtime-core",
"direct": false,
"version": "3.5.40",
"ecosystem": "npm"
},
{
"name": "@vue/runtime-dom",
"direct": false,
"version": "3.5.40",
"ecosystem": "npm"
},
{
"name": "@vue/server-renderer",
"direct": false,
"version": "3.5.40",
"ecosystem": "npm"
},
{
"name": "@vue/shared",
"direct": false,
"version": "3.5.40",
"ecosystem": "npm"
},
{
"name": "@vue/test-utils",
"direct": false,
"version": "2.4.11",
"ecosystem": "npm"
},
{
"name": "@vue/tsconfig",
"direct": false,
"version": "0.9.1",
"ecosystem": "npm"
},
{
"name": "abbrev",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "acorn",
"direct": false,
"version": "8.17.0",
"ecosystem": "npm"
},
{
"name": "acorn-jsx",
"direct": false,
"version": "5.3.2",
"ecosystem": "npm"
},
{
"name": "ajv",
"direct": false,
"version": "6.15.0",
"ecosystem": "npm"
},
{
"name": "alien-signals",
"direct": false,
"version": "3.2.1",
"ecosystem": "npm"
},
{
"name": "ansi-regex",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "ansi-regex",
"direct": false,
"version": "6.2.2",
"ecosystem": "npm"
},
{
"name": "ansi-styles",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "ansi-styles",
"direct": false,
"version": "6.2.3",
"ecosystem": "npm"
},
{
"name": "assertion-error",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "ast-v8-to-istanbul",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "balanced-match",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "balanced-match",
"direct": false,
"version": "4.0.4",
"ecosystem": "npm"
},
{
"name": "bidi-js",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "boolbase",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "5.0.6",
"ecosystem": "npm"
},
{
"name": "braces",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "chai",
"direct": false,
"version": "6.2.2",
"ecosystem": "npm"
},
{
"name": "color-convert",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "color-name",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "commander",
"direct": false,
"version": "10.0.1",
"ecosystem": "npm"
},
{
"name": "compare-versions",
"direct": false,
"version": "6.1.1",
"ecosystem": "npm"
},
{
"name": "confbox",
"direct": false,
"version": "0.1.8",
"ecosystem": "npm"
},
{
"name": "confbox",
"direct": false,
"version": "0.2.4",
"ecosystem": "npm"
},
{
"name": "config-chain",
"direct": false,
"version": "1.1.13",
"ecosystem": "npm"
},
{
"name": "convert-source-map",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "cross-spawn",
"direct": false,
"version": "7.0.6",
"ecosystem": "npm"
},
{
"name": "css-tree",
"direct": false,
"version": "3.2.1",
"ecosystem": "npm"
},
{
"name": "cssesc",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "csstype",
"direct": false,
"version": "3.2.3",
"ecosystem": "npm"
},
{
"name": "data-urls",
"direct": false,
"version": "7.0.0",
"ecosystem": "npm"
},
{
"name": "debug",
"direct": false,
"version": "4.4.3",
"ecosystem": "npm"
},
{
"name": "decimal.js",
"direct": false,
"version": "10.6.0",
"ecosystem": "npm"
},
{
"name": "deep-is",
"direct": false,
"version": "0.1.4",
"ecosystem": "npm"
},
{
"name": "detect-libc",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "eastasianwidth",
"direct": false,
"version": "0.2.0",
"ecosystem": "npm"
},
{
"name": "editorconfig",
"direct": false,
"version": "1.0.7",
"ecosystem": "npm"
},
{
"name": "emoji-regex",
"direct": false,
"version": "8.0.0",
"ecosystem": "npm"
},
{
"name": "emoji-regex",
"direct": false,
"version": "9.2.2",
"ecosystem": "npm"
},
{
"name": "entities",
"direct": false,
"version": "7.0.1",
"ecosystem": "npm"
},
{
"name": "entities",
"direct": false,
"version": "8.0.0",
"ecosystem": "npm"
},
{
"name": "es-module-lexer",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "escape-string-regexp",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "eslint",
"direct": false,
"version": "10.7.0",
"ecosystem": "npm"
},
{
"name": "eslint-config-prettier",
"direct": false,
"version": "10.1.8",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-prettier",
"direct": false,
"version": "5.5.6",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-vue",
"direct": false,
"version": "10.9.2",
"ecosystem": "npm"
},
{
"name": "eslint-scope",
"direct": false,
"version": "9.1.2",
"ecosystem": "npm"
},
{
"name": "eslint-visitor-keys",
"direct": false,
"version": "3.4.3",
"ecosystem": "npm"
},
{
"name": "eslint-visitor-keys",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "espree",
"direct": false,
"version": "11.2.0",
"ecosystem": "npm"
},
{
"name": "esquery",
"direct": false,
"version": "1.7.0",
"ecosystem": "npm"
},
{
"name": "esrecurse",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "estraverse",
"direct": false,
"version": "5.3.0",
"ecosystem": "npm"
},
{
"name": "estree-walker",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "estree-walker",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "esutils",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "expect-type",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "exsolve",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "fast-deep-equal",
"direct": false,
"version": "3.1.3",
"ecosystem": "npm"
},
{
"name": "fast-diff",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "fast-glob",
"direct": false,
"version": "3.3.3",
"ecosystem": "npm"
},
{
"name": "fast-json-stable-stringify",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "fast-levenshtein",
"direct": false,
"version": "2.0.6",
"ecosystem": "npm"
},
{
"name": "fastq",
"direct": false,
"version": "1.20.1",
"ecosystem": "npm"
},
{
"name": "fdir",
"direct": false,
"version": "6.5.0",
"ecosystem": "npm"
},
{
"name": "file-entry-cache",
"direct": false,
"version": "8.0.0",
"ecosystem": "npm"
},
{
"name": "fill-range",
"direct": false,
"version": "7.1.1",
"ecosystem": "npm"
},
{
"name": "find-up",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "flat-cache",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "flatted",
"direct": false,
"version": "3.4.2",
"ecosystem": "npm"
},
{
"name": "foreground-child",
"direct": false,
"version": "3.3.1",
"ecosystem": "npm"
},
{
"name": "fsevents",
"direct": false,
"version": "2.3.3",
"ecosystem": "npm"
},
{
"name": "glob",
"direct": false,
"version": "10.5.0",
"ecosystem": "npm"
},
{
"name": "glob-parent",
"direct": false,
"version": "5.1.2",
"ecosystem": "npm"
},
{
"name": "glob-parent",
"direct": false,
"version": "6.0.2",
"ecosystem": "npm"
},
{
"name": "has-flag",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "html-encoding-sniffer",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "html-escaper",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "ignore",
"direct": false,
"version": "5.3.2",
"ecosystem": "npm"
},
{
"name": "ignore",
"direct": false,
"version": "7.0.5",
"ecosystem": "npm"
},
{
"name": "imurmurhash",
"direct": false,
"version": "0.1.4",
"ecosystem": "npm"
},
{
"name": "ini",
"direct": false,
"version": "1.3.8",
"ecosystem": "npm"
},
{
"name": "is-extglob",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "is-fullwidth-code-point",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "is-glob",
"direct": false,
"version": "4.0.3",
"ecosystem": "npm"
},
{
"name": "is-number",
"direct": false,
"version": "7.0.0",
"ecosystem": "npm"
},
{
"name": "is-potential-custom-element-name",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "isexe",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "istanbul-lib-coverage",
"direct": false,
"version": "3.2.2",
"ecosystem": "npm"
},
{
"name": "istanbul-lib-report",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "istanbul-reports",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "jackspeak",
"direct": false,
"version": "3.4.3",
"ecosystem": "npm"
},
{
"name": "js-beautify",
"direct": false,
"version": "1.15.4",
"ecosystem": "npm"
},
{
"name": "js-cookie",
"direct": false,
"version": "3.0.8",
"ecosystem": "npm"
},
{
"name": "js-tokens",
"direct": false,
"version": "10.0.0",
"ecosystem": "npm"
},
{
"name": "jsdom",
"direct": false,
"version": "29.1.1",
"ecosystem": "npm"
},
{
"name": "json-buffer",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "json-schema-traverse",
"direct": false,
"version": "0.4.1",
"ecosystem": "npm"
},
{
"name": "json-stable-stringify-without-jsonify",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "keyv",
"direct": false,
"version": "4.5.4",
"ecosystem": "npm"
},
{
"name": "kolorist",
"direct": false,
"version": "1.8.0",
"ecosystem": "npm"
},
{
"name": "levn",
"direct": false,
"version": "0.4.1",
"ecosystem": "npm"
},
{
"name": "lightningcss",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-android-arm64",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-darwin-arm64",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-darwin-x64",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-freebsd-x64",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-arm-gnueabihf",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-arm64-gnu",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-arm64-musl",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-x64-gnu",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-x64-musl",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-win32-arm64-msvc",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-win32-x64-msvc",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "local-pkg",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "locate-path",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "lru-cache",
"direct": false,
"version": "10.4.3",
"ecosystem": "npm"
},
{
"name": "lru-cache",
"direct": false,
"version": "11.5.1",
"ecosystem": "npm"
},
{
"name": "magic-string",
"direct": false,
"version": "0.30.21",
"ecosystem": "npm"
},
{
"name": "magicast",
"direct": false,
"version": "0.5.3",
"ecosystem": "npm"
},
{
"name": "make-dir",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "mdn-data",
"direct": false,
"version": "2.27.1",
"ecosystem": "npm"
},
{
"name": "merge2",
"direct": false,
"version": "1.4.1",
"ecosystem": "npm"
},
{
"name": "micromatch",
"direct": false,
"version": "4.0.8",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "10.2.5",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "9.0.9",
"ecosystem": "npm"
},
{
"name": "minipass",
"direct": false,
"version": "7.1.3",
"ecosystem": "npm"
},
{
"name": "mlly",
"direct": false,
"version": "1.8.2",
"ecosystem": "npm"
},
{
"name": "ms",
"direct": false,
"version": "2.1.3",
"ecosystem": "npm"
},
{
"name": "muggle-string",
"direct": false,
"version": "0.4.1",
"ecosystem": "npm"
},
{
"name": "nanoid",
"direct": false,
"version": "3.3.15",
"ecosystem": "npm"
},
{
"name": "natural-compare",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "nopt",
"direct": false,
"version": "7.2.1",
"ecosystem": "npm"
},
{
"name": "nth-check",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "obug",
"direct": false,
"version": "2.1.3",
"ecosystem": "npm"
},
{
"name": "optionator",
"direct": false,
"version": "0.9.4",
"ecosystem": "npm"
},
{
"name": "p-limit",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "p-locate",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "package-json-from-dist",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "parse5",
"direct": false,
"version": "8.0.1",
"ecosystem": "npm"
},
{
"name": "path-browserify",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "path-exists",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "path-key",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "path-scurry",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "pathe",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "picocolors",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "picomatch",
"direct": false,
"version": "2.3.2",
"ecosystem": "npm"
},
{
"name": "picomatch",
"direct": false,
"version": "4.0.4",
"ecosystem": "npm"
},
{
"name": "picomatch",
"direct": false,
"version": "4.0.5",
"ecosystem": "npm"
},
{
"name": "pkg-types",
"direct": false,
"version": "1.3.1",
"ecosystem": "npm"
},
{
"name": "pkg-types",
"direct": false,
"version": "2.3.1",
"ecosystem": "npm"
},
{
"name": "postcss",
"direct": false,
"version": "8.5.19",
"ecosystem": "npm"
},
{
"name": "postcss-selector-parser",
"direct": false,
"version": "7.1.4",
"ecosystem": "npm"
},
{
"name": "prelude-ls",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "prettier",
"direct": false,
"version": "3.9.5",
"ecosystem": "npm"
},
{
"name": "prettier-linter-helpers",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "proto-list",
"direct": false,
"version": "1.2.4",
"ecosystem": "npm"
},
{
"name": "punycode",
"direct": false,
"version": "2.3.1",
"ecosystem": "npm"
},
{
"name": "quansync",
"direct": false,
"version": "0.2.11",
"ecosystem": "npm"
},
{
"name": "queue-microtask",
"direct": false,
"version": "1.2.3",
"ecosystem": "npm"
},
{
"name": "require-from-string",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "reusify",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "rolldown",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "run-parallel",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "saxes",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "7.8.5",
"ecosystem": "npm"
},
{
"name": "shebang-command",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "shebang-regex",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "siginfo",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "signal-exit",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "source-map-js",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "stackback",
"direct": false,
"version": "0.0.2",
"ecosystem": "npm"
},
{
"name": "std-env",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "string-width",
"direct": false,
"version": "4.2.3",
"ecosystem": "npm"
},
{
"name": "string-width",
"direct": false,
"version": "5.1.2",
"ecosystem": "npm"
},
{
"name": "strip-ansi",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "strip-ansi",
"direct": false,
"version": "7.2.0",
"ecosystem": "npm"
},
{
"name": "supports-color",
"direct": false,
"version": "7.2.0",
"ecosystem": "npm"
},
{
"name": "symbol-tree",
"direct": false,
"version": "3.2.4",
"ecosystem": "npm"
},
{
"name": "synckit",
"direct": false,
"version": "0.11.13",
"ecosystem": "npm"
},
{
"name": "tinybench",
"direct": false,
"version": "2.9.0",
"ecosystem": "npm"
},
{
"name": "tinyexec",
"direct": false,
"version": "1.2.4",
"ecosystem": "npm"
},
{
"name": "tinyglobby",
"direct": false,
"version": "0.2.17",
"ecosystem": "npm"
},
{
"name": "tinyrainbow",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "tldts",
"direct": false,
"version": "7.4.4",
"ecosystem": "npm"
},
{
"name": "tldts-core",
"direct": false,
"version": "7.4.4",
"ecosystem": "npm"
},
{
"name": "to-regex-range",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "tough-cookie",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "tr46",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "ts-api-utils",
"direct": false,
"version": "2.5.0",
"ecosystem": "npm"
},
{
"name": "tslib",
"direct": false,
"version": "2.8.1",
"ecosystem": "npm"
},
{
"name": "type-check",
"direct": false,
"version": "0.4.0",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "6.0.3",
"ecosystem": "npm"
},
{
"name": "typescript-eslint",
"direct": false,
"version": "8.62.0",
"ecosystem": "npm"
},
{
"name": "ufo",
"direct": false,
"version": "1.6.4",
"ecosystem": "npm"
},
{
"name": "undici",
"direct": false,
"version": "7.28.0",
"ecosystem": "npm"
},
{
"name": "undici-types",
"direct": false,
"version": "8.3.0",
"ecosystem": "npm"
},
{
"name": "unplugin",
"direct": false,
"version": "2.3.11",
"ecosystem": "npm"
},
{
"name": "unplugin-dts",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "uri-js",
"direct": false,
"version": "4.4.1",
"ecosystem": "npm"
},
{
"name": "util-deprecate",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "vite",
"direct": false,
"version": "8.1.5",
"ecosystem": "npm"
},
{
"name": "vite-plugin-dts",
"direct": false,
"version": "5.0.3",
"ecosystem": "npm"
},
{
"name": "vitest",
"direct": false,
"version": "4.1.10",
"ecosystem": "npm"
},
{
"name": "vscode-uri",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "vue",
"direct": false,
"version": "3.5.40",
"ecosystem": "npm"
},
{
"name": "vue-component-type-helpers",
"direct": false,
"version": "3.3.5",
"ecosystem": "npm"
},
{
"name": "vue-eslint-parser",
"direct": false,
"version": "10.4.1",
"ecosystem": "npm"
},
{
"name": "vue-tsc",
"direct": false,
"version": "3.3.7",
"ecosystem": "npm"
},
{
"name": "w3c-xmlserializer",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "webidl-conversions",
"direct": false,
"version": "8.0.1",
"ecosystem": "npm"
},
{
"name": "webpack-virtual-modules",
"direct": false,
"version": "0.6.2",
"ecosystem": "npm"
},
{
"name": "whatwg-mimetype",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "whatwg-url",
"direct": false,
"version": "16.0.1",
"ecosystem": "npm"
},
{
"name": "which",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "why-is-node-running",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "word-wrap",
"direct": false,
"version": "1.2.5",
"ecosystem": "npm"
},
{
"name": "wrap-ansi",
"direct": false,
"version": "7.0.0",
"ecosystem": "npm"
},
{
"name": "wrap-ansi",
"direct": false,
"version": "8.1.0",
"ecosystem": "npm"
},
{
"name": "xml-name-validator",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "xml-name-validator",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "xmlchars",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "yocto-queue",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 332,
"direct_count": 0,
"indirect_count": 332
}
},
"maintainership": {
"issues": {
"open_prs": 2,
"merged_prs": 26,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 44,
"closed_unmerged_prs": 23
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "scaccogatto",
"commits": 80,
"avatar_url": "https://avatars.githubusercontent.com/u/3670888?v=4"
},
{
"type": "User",
"login": "iamike",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/526854?v=4"
},
{
"type": "User",
"login": "unrevised6419",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/1881266?v=4"
},
{
"type": "User",
"login": "morr",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/134610?v=4"
},
{
"type": "User",
"login": "colloquet",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/6201495?v=4"
},
{
"type": "User",
"login": "blackgearit",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/8858847?v=4"
},
{
"type": "User",
"login": "Ducz01",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/74987182?v=4"
},
{
"type": "User",
"login": "jpt",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/5319916?v=4"
},
{
"type": "User",
"login": "Rigo-m",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1218730?v=4"
},
{
"type": "User",
"login": "Hephaest",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/37981444?v=4"
}
],
"contributors_sampled": 13,
"top_contributor_share": 0.842
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"dependabot-auto-merge.yml",
"release.yml"
],
"has_docs_dir": false,
"linter_configs": [
"eslint.config.js"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"package-lock.json"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 7,
"reason": "6 out of 8 merged PRs checked by a CI test -- score normalized to 7",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 2/27 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 6,
"reason": "project has 2 contributing companies or organizations -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "20 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 7,
"reason": "dependency not pinned by hash detected -- score normalized to 7",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 10,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 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": 9,
"reason": "1 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "c63af1e1811e9c2e852486f0f2fd8dbf643cdba3",
"ran_at": "2026-07-22T14:25:46Z",
"aggregate_score": 6.5,
"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-21T11:20:55Z",
"oldest_open_prs": [
{
"number": 93,
"created_at": "2026-07-11T12:53:15Z",
"last_comment_at": "2026-07-17T07:25:31Z",
"last_comment_author": "scaccogatto"
},
{
"number": 94,
"created_at": "2026-07-18T12:52:34Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-18T12:53:06Z",
"ci_last_conclusion": "FAILURE",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/scaccogatto/vue-waypoint",
"host": "github.com",
"name": "vue-waypoint",
"owner": "scaccogatto"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"security": 72,
"vitality": 70,
"community": 75,
"governance": 59,
"engineering": 73
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 70,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"commits_last_year": 20,
"human_commit_share": 0.94,
"days_since_last_push": 4,
"active_weeks_last_year": 4
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 4 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 4
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "4/52 weeks with commits",
"points": 2.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 4
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "20 commits in the last year",
"points": 11.9,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 20
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "20 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "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": 10,
"latest_release_tag": "v5.1.0",
"releases_from_tags": false,
"days_since_latest_release": 5,
"mean_days_between_releases": 348.9
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "10 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 10
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 5 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 5
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~348.9 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 348.9
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 5,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 5 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 5
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "good",
"name": "Community & Adoption",
"value": 75,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"forks": 38,
"stars": 461,
"watchers": 7,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "461 stars",
"points": 43.2,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 461
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "38 forks",
"points": 13.1,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 38
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "7 watchers",
"points": 4.3,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 7
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "excellent",
"name": "Community health",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"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": 6.3,
"status": "met",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "good",
"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": 73,
"inputs": {
"packages": [
"vue-waypoint"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 22636
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "22,636 downloads/month across npm",
"points": 58.1,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 22636,
"ecosystems": "npm"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 59,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 32,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 13,
"top_contributor_share": 0.842
},
"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": "13 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 13
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 67,
"inputs": {
"merged_prs": 26,
"open_issues": 0,
"closed_issues": 44,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 23
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "26/49 decided PRs merged",
"points": 20.3,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 26,
"decided": 49
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 2/27 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 52,
"inputs": {
"followers": 34,
"owner_type": "User",
"is_verified": null,
"owner_login": "scaccogatto",
"public_repos": 15,
"account_age_days": 4897
},
"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": "34 followers of scaccogatto",
"points": 11.1,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 34,
"login": "scaccogatto"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "15 public repos, account ~13 yr old",
"points": 20.8,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 15
}
},
{
"code": "account_age_years",
"params": {
"years": 13
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"vue-waypoint"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 5
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on npm",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "npm"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 5 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 5
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "52 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 52
}
}
],
"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": "good",
"name": "Engineering Quality",
"value": 73,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 78,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "3 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 3
}
}
],
"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": "eslint.config.js",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.js"
}
}
],
"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": "6 out of 8 merged PRs checked by a CI test -- score normalized to 7",
"points": 14,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"topics": [
"intersectionobserver",
"triggers",
"vue3",
"vue",
"animation",
"composition-api",
"inview",
"nuxt",
"scroll-animation",
"typescript",
"viewport",
"vite"
],
"has_wiki": false,
"homepage": "https://vue-waypoint.netlify.app",
"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://vue-waypoint.netlify.app",
"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": "12 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 12
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "good",
"name": "Security",
"value": 72,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 65,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 6.5
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "6 out of 8 merged PRs checked by a CI test -- score normalized to 7",
"points": 1.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 2/27 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 1.5,
"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": "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": "20 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow 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 7",
"points": 3.5,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "1 existing vulnerabilities detected",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 332 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": 332
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 2,
"affected_packages": 2,
"assessed_packages": 332,
"unassessed_packages": 0,
"affected_by_severity": "high 2",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 332,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 18
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 61,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 30,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.564,
"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": "53 of 94 human commits state their intent (structured subject or explanatory body)",
"points": 30.1,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 53,
"sampled": 94
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"package-lock.json"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [
"tsconfig.json"
],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0.06
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": "eslint.config.js",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.js"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "6 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 6,
"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 7",
"points": 7,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "TypeScript",
"largest_source_bytes": 5911,
"source_files_sampled": 15,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "TypeScript (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "TypeScript"
}
}
],
"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
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"deps.dev does not index npm:vue-waypoint@5.1.0; advisories assessed against the repository dependency graph instead"
],
"report_type": "repository",
"generated_at": "2026-07-22T14:26:02.577804Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/s/scaccogatto/vue-waypoint.svg",
"full_name": "scaccogatto/vue-waypoint",
"license_state": "standard",
"license_spdx": "MIT"
}