Public record
Software health reportschema 0.34.0 · metrics 2.10.0 · 2026-09-04 09:07 UTC

igordanchenko / yet-another-react-lightbox-lite

Lightweight React lightbox component

TypeScriptMIT★ 20 stars⑂ 1 forksince Aug 2024View on GitHub ↗

igordanchenko/yet-another-react-lightbox-lite holds a health index of 81 out of 100, placing it in the Excellent band. It scores highest on Vitality (87/100) and lowest on Sustainability & Governance (54/100). It was last updated 3 days ago. A single contributor accounts for most of its recent work.

81
overall / 100
Excellent

Software health index

Metrics are grouped into weighted categories on one standardized 1–100 scale. Overall starts as their weighted mean, calibrated against the distribution of the public record so bands carry percentile meaning; when public evidence triggers the High-Risk Jurisdiction Policy, the rating is adjusted and receives an At Risk ceiling of 34.

81
Exceptional93-100The record's top tier (≈ top 5%); essentially all checked criteria met
Excellent80-92Strong across the board; minor gaps
Good65-79Healthy; gaps are limited and manageable
Moderate50-64Acceptable with notable gaps; review recommended
Weak35-49Material weaknesses across several areas
At Risk20-34Significant weaknesses; adoption warrants caution
Critical1-19Severe problems (abandoned, single-maintainer, no hygiene)
VitalityCommunity &AdoptionSustainability &GovernanceEngineeringQualitySecurityAI Readiness

Score profile

Each axis is a category. The shape matters more than the average — a healthy subject fills the whole shape, while a spike-and-crater profile means strength in one dimension is masking risk in another.

The weighted overall 69 is calibrated to 81 on the published index scale (record calibration 2026-08-02).

Ownership

Igor DanchenkoPersonal account
68 followers14 public repossince Apr 2020

This repository is owned by a personal account. A single-owner project carries more continuity risk than an organization-backed one.

Package ecosystems

RegistryPackageVersionDownloads / moVersionsLast publishTags
npmyet-another-react-lightbox-lite2.1.22,4082636 days agoreactlightboxreact-lightboxreact-lightbox-litelightweight-react-lightbox

Metrics by category

Vitality

Is the project alive — is code being written and are releases shipping?

87Excellent · 21% of overall
How it's scored
36/36Push recencylast push 3 days ago
14.5/36Commit cadence21/52 weeks with commits
18/18Commit volume194 commits in the last year
10/10OpenSSF Scorecard: Maintained30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Inputs used
commits_last_year194
human_commit_share0.8
days_since_last_push3
active_weeks_last_year21

Release discipline

100Exceptional
How it's scored
27/27Ships releases26 releases published
36/36Release recencylatest release 36 days ago
27/27Release cadencea release every ~26.3 days
0/10OpenSSF Scorecard: Signed-Releasesno data
Inputs used
releases_count26
latest_release_tagv2.1.2
releases_from_tagsno
days_since_latest_release36
mean_days_between_releases26.3
Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.

Community & Adoption

Does the project have users, downloads, attention, and a welcoming setup for contributors?

55Moderate · 17% of overall
How it's scored
20.7/60Stars20 stars
0/25Forks1 forks
0/15Watchers1 watchers
Inputs used
forks1
stars20
watchers1
growth_stateunverified
growth_factor_pct100
growth_unverified_reasonno_history

Community health

92Excellent
How it's scored
22.5/22.5README
22.5/22.5Licenserecognized license (MIT)
18/18CONTRIBUTING guide
13.5/13.5Code of conduct
0/7.2Issue template
6.3/6.3PR template
Inputs used
has_readmeyes
has_licenseyes
readme_badges3
has_contributingyes
has_issue_templateno
has_code_of_conductyes
readme_badge_servicesshields.io
has_pull_request_templateyes
How it's scored
45.1/80Monthly downloads2,408 downloads/month across npm
0/20Registry dependentsnot reported by this ecosystem
Inputs used
packagesyet-another-react-lightbox-lite
dependents
ecosystemsnpm
total_downloads
monthly_downloads2,408
unverified_packages_excluded
Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.

Sustainability & Governance

Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?

54Moderate · 23% of overall
How it's scored
9/54Bus factor1 contributor(s) cover half of all commits
0/22.5Commit distributiontop contributor authored 100% of commits
1.4/13.5Contributor breadth1 contributors
0/10OpenSSF Scorecard: Contributorsproject has 0 contributing companies or organizations -- score normalized to 0
Inputs used
bus_factor1
contributors_sampled1
top_contributor_share1
How it's scored
36/42Issue resolution86% of issues closed
26.1/30PR acceptance20/23 decided PRs merged
0/13Newcomer PR acceptanceno first-time contributor's PR decided in 30d
0/15OpenSSF Scorecard: Code-ReviewFound 0/28 approved changesets -- score normalized to 0
Inputs used
merged_prs20
open_issues1
closed_issues6
prs_merged_7d0
prs_decided_7d0
prs_merged_30d0
prs_decided_30d0
issue_closed_ratio0.857
closed_unmerged_prs3
first_time_authors_30d0
first_time_prs_merged_30d0
first_time_prs_decided_30d0
Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.
How it's scored
10/30Ownership backingpersonal (user) account
0/20Verified domainnot applicable to user accounts
13.2/25Owner reach68 followers of igordanchenko
20.6/25Track record14 public repos, account ~6 yr old
Inputs used
followers68
owner_typeUser
is_verified
owner_loginigordanchenko
public_repos14
account_age_days2,320
Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.

Package maintenance

100Exceptional
How it's scored
25/25Published & resolvable1 package(s) on npm
35/35Publish recencylatest publish 36 days ago
20/20Version history26 published versions
20/20Not deprecatedactive, not deprecated or yanked
Inputs used
packagesyet-another-react-lightbox-lite
ecosystemsnpm
any_deprecatedno
min_days_since_publish36

Engineering Quality

Are baseline engineering and documentation practices in place?

74Good · 19% of overall
How it's scored
24/24CI workflows4 workflow(s)
24/24Tests present
16/16Linter configeslint.config.js
0/9.6Pre-commit hooks
6.4/6.4.editorconfig
20/20OpenSSF Scorecard: CI-Tests15 out of 15 merged PRs checked by a CI test -- score normalized to 10
Inputs used
has_ciyes
has_testsyes
has_editorconfigyes
has_linter_configyes
has_precommit_configno

Documentation

50Moderate
How it's scored
30/30README
0/25Documentation directory
0/15Documentation / homepage site
10/10Repository description
10/10Topics12 topics
0/10Wiki
Inputs used
topicscarousel, gallery, image-gallery, image-viewer, lightbox, lightweight, react, react-component, react-lightbox, responsive-images, typescript, zoom
has_wikino
homepage
docs_site
has_readmeyes
has_docs_dirno
has_descriptionyes

Security

Are visible security and supply-chain practices strong, without unresolved high-risk jurisdiction exposure?

70Good · 16% of overall
How it's scored
7.5/7.5Binary-Artifactsno binaries found in the repo
2.2/7.5Branch-Protectionbranch protection is not maximal on development and all release branches
2.5/2.5CI-Tests15 out of 15 merged PRs checked by a CI test -- score normalized to 10
0/2.5CII-Best-Practicesno effort to earn an OpenSSF best practices badge detected
0/7.5Code-ReviewFound 0/28 approved changesets -- score normalized to 0
0/2.5Contributorsproject has 0 contributing companies or organizations -- score normalized to 0
10/10Dangerous-Workflowno dangerous workflow patterns detected
7.5/7.5Dependency-Update-Toolupdate tool detected
0/5Fuzzingproject is not fuzzed
2.5/2.5Licenselicense file detected
7.5/7.5Maintained30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
0/5Packagingno data
5/5Pinned-Dependenciesall dependencies are pinned
0/5SASTSAST tool is not run on all commits -- score normalized to 0
5/5Security-Policysecurity policy file detected
0/7.5Signed-Releasesno data
0/7.5Token-Permissionsdetected GitHub workflow tokens with excessive permissions
7.5/7.5Vulnerabilities0 existing vulnerabilities detected
Inputs used
sourceopenssf_scorecard
checks_evaluated16
scorecard_versionv5.5.0
checks_inconclusive2
scorecard_aggregate6.2
Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.

Dependency advisories

100Exceptional
How it's scored
35/35Direct dependencies free of known advisoriesno direct dependency carries a known advisory
0/25Indirect dependencies free of known advisoriestransitive set not separable from development and test dependencies in this scope
0/40No advisories left outstandingno advisory carries a publication date
Inputs used
sourceosv
advisories0
affected_packages0
assessed_packages571
unassessed_packages0
affected_by_severitynone
direct_affected_packages0
Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 571 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.

AI Readiness

How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight (4%): agent tooling is a real maintenance signal, but a repository with none can still reach 100/100.

87Excellent · 4% of overall
How it's scored
45/45Agent instructionsCLAUDE.md
15/15Machine-readable docs (llms.txt)llms.txt served by the project website (https://nextjs.org/llms.txt)
40/40Legible commit history80 of 80 human commits state their intent (structured subject or explanatory body)
Inputs used
has_llms_txtyes
llms_txt_urlhttps://nextjs.org/llms.txt
legible_history_share1
agent_instruction_filesCLAUDE.md
agent_instruction_max_bytes3,289
How it's scored
0/18One-command bootstrap
22/22Automated tests
11/11Lint / format configeslint.config.js
11/11Static type checkingdev/tsconfig.json, tsconfig.json
10/10Reproducible environmentlockfile
0/10Demonstrated agent practiceno agent-authored commits among the last 100
8/8Automated maintenance20 of the last 100 commits are automated dependency updates
10/10OpenSSF Scorecard: Pinned-Dependenciesall dependencies are pinned
Inputs used
has_nixno
has_testsyes
lockfilespackage-lock.json
has_dockerfileno
typed_languageyes
bootstrap_files
has_devcontainerno
has_linter_configyes
typecheck_configsdev/tsconfig.json, tsconfig.json
agent_commit_share0
toolchain_manifests
dependency_bot_commit_share0.2
How it's scored
45/45Type-checkable codeTypeScript (statically typed)
55/55Manageable file sizes0/34 source files over 60KB
Inputs used
primary_languageTypeScript
largest_source_bytes45,310
source_files_sampled34
oversized_source_files0

Key facts

20GitHub stars
1contributors
194commits, last 12 months
3days since last push
26releases
1bus factor
1open issues
npmpackage ecosystems

Data collection warnings

  • Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token

More detail

OpenSSF Scorecard 6.2 / 10
6.2aggregate

Independent, tool-agnostic security assessment from the open-source OpenSSF Scorecard. Each check rewards a security practice, not a specific vendor's tool. Checks Scorecard could not determine are marked n/a and excluded from the security score (never counted as zero).Scorecard v5.5.0 · 2026-09-04 09:06 UTC

10Binary-Artifactsno binaries found in the repo
3Branch-Protectionbranch protection is not maximal on development and all release branches
10CI-Tests15 out of 15 merged PRs checked by a CI test -- score normalized to 10
0CII-Best-Practicesno effort to earn an OpenSSF best practices badge detected
0Code-ReviewFound 0/28 approved changesets -- score normalized to 0
0Contributorsproject has 0 contributing companies or organizations -- score normalized to 0
10Dangerous-Workflowno dangerous workflow patterns detected
10Dependency-Update-Toolupdate tool detected
0Fuzzingproject is not fuzzed
10Licenselicense file detected
10Maintained30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
n/aPackagingpackaging workflow not detected
10Pinned-Dependenciesall dependencies are pinned
0SASTSAST tool is not run on all commits -- score normalized to 0
10Security-Policysecurity policy file detected
n/aSigned-Releasesno releases found
0Token-Permissionsdetected GitHub workflow tokens with excessive permissions
10Vulnerabilities0 existing vulnerabilities detected
All dependencies 571

Full resolved dependency set from the GitHub dependency graph: 0 direct and 571 indirect (transitive) packages. The transitive closure is complete when the repository commits a lockfile.

RegistryPackageVersionRelation
npm@adobe/css-tools4.5.0indirect
npm@asamuzakjp/css-color6.0.7indirect
npm@asamuzakjp/dom-selector8.3.2indirect
npm@babel/code-frame7.29.7indirect
npm@babel/code-frame8.0.0indirect
npm@babel/compat-data7.29.7indirect
npm@babel/core7.29.7indirect
npm@babel/generator7.29.8indirect
npm@babel/helper-compilation-targets7.29.7indirect
npm@babel/helper-globals7.29.7indirect
npm@babel/helper-module-imports7.29.7indirect
npm@babel/helper-module-transforms7.29.7indirect
npm@babel/helper-string-parser7.29.7indirect
npm@babel/helper-validator-identifier7.29.7indirect
npm@babel/helper-validator-identifier8.0.4indirect
npm@babel/helper-validator-option7.29.7indirect
npm@babel/helpers7.29.7indirect
npm@babel/parser7.29.8indirect
npm@babel/runtime7.29.7indirect
npm@babel/template7.29.7indirect
npm@babel/traverse7.29.8indirect
npm@babel/types7.29.8indirect
npm@bcoe/v8-coverage1.0.2indirect
npm@bramus/specificity2.4.2indirect
npm@commitlint/cli21.2.2indirect
npm@commitlint/config-conventional21.2.2indirect
npm@commitlint/config-validator21.2.0indirect
npm@commitlint/ensure21.2.0indirect
npm@commitlint/execute-rule21.0.1indirect
npm@commitlint/format21.2.2indirect
npm@commitlint/is-ignored21.2.2indirect
npm@commitlint/lint21.2.2indirect
npm@commitlint/load21.2.2indirect
npm@commitlint/message21.2.0indirect
npm@commitlint/parse21.2.2indirect
npm@commitlint/read21.2.1indirect
npm@commitlint/resolve-extends21.2.2indirect
npm@commitlint/rules21.2.2indirect
npm@commitlint/to-lines21.0.1indirect
npm@commitlint/top-level21.2.0indirect
npm@commitlint/types21.2.0indirect
npm@conventional-changelog/git-client3.1.2indirect
npm@conventional-changelog/template1.4.0indirect
npm@csstools/color-helpers6.1.1indirect
npm@csstools/css-calc3.3.0indirect
npm@csstools/css-color-parser4.2.2indirect
npm@csstools/css-parser-algorithms4.0.0indirect
npm@csstools/css-syntax-patches-for-csstree1.1.10indirect
npm@csstools/css-tokenizer4.0.0indirect
npm@esbuild/aix-ppc640.28.2indirect
npm@esbuild/android-arm0.28.2indirect
npm@esbuild/android-arm640.28.2indirect
npm@esbuild/android-x640.28.2indirect
npm@esbuild/darwin-arm640.28.2indirect
npm@esbuild/darwin-x640.28.2indirect
npm@esbuild/freebsd-arm640.28.2indirect
npm@esbuild/freebsd-x640.28.2indirect
npm@esbuild/linux-arm0.28.2indirect
npm@esbuild/linux-arm640.28.2indirect
npm@esbuild/linux-ia320.28.2indirect
npm@esbuild/linux-loong640.28.2indirect
npm@esbuild/linux-mips64el0.28.2indirect
npm@esbuild/linux-ppc640.28.2indirect
npm@esbuild/linux-riscv640.28.2indirect
npm@esbuild/linux-s390x0.28.2indirect
npm@esbuild/linux-x640.28.2indirect
npm@esbuild/netbsd-arm640.28.2indirect
npm@esbuild/netbsd-x640.28.2indirect
npm@esbuild/openbsd-arm640.28.2indirect
npm@esbuild/openbsd-x640.28.2indirect
npm@esbuild/openharmony-arm640.28.2indirect
npm@esbuild/sunos-x640.28.2indirect
npm@esbuild/win32-arm640.28.2indirect
npm@esbuild/win32-ia320.28.2indirect
npm@esbuild/win32-x640.28.2indirect
npm@eslint-community/eslint-utils4.10.1indirect
npm@eslint-community/regexpp4.12.2indirect
npm@eslint/config-array0.21.2indirect
npm@eslint/config-helpers0.4.2indirect
npm@eslint/core0.17.0indirect
npm@eslint/eslintrc3.3.6indirect
npm@eslint/js9.39.5indirect
npm@eslint/object-schema2.1.7indirect
npm@eslint/plugin-kit0.4.1indirect
npm@exodus/bytes1.15.1indirect
npm@humanfs/core0.19.2indirect
npm@humanfs/node0.16.8indirect
npm@humanfs/types0.15.0indirect
npm@humanwhocodes/module-importer1.0.1indirect
npm@humanwhocodes/retry0.4.3indirect
npm@jridgewell/gen-mapping0.3.13indirect
npm@jridgewell/remapping2.3.5indirect
npm@jridgewell/resolve-uri3.1.2indirect
npm@jridgewell/sourcemap-codec1.6.0indirect
npm@jridgewell/trace-mapping0.3.31indirect
npm@napi-rs/lzma-linux-x64-gnu1.5.1indirect
npm@oxc-project/types0.147.0indirect
npm@polka/url1.0.0-next.29indirect
npm@rolldown/binding-android-arm-eabi1.2.6indirect
npm@rolldown/binding-android-arm641.2.6indirect
npm@rolldown/binding-darwin-arm641.2.6indirect
npm@rolldown/binding-darwin-x641.2.6indirect
npm@rolldown/binding-freebsd-x641.2.6indirect
npm@rolldown/binding-linux-arm-gnueabihf1.2.6indirect
npm@rolldown/binding-linux-arm64-gnu1.2.6indirect
npm@rolldown/binding-linux-arm64-musl1.2.6indirect
npm@rolldown/binding-linux-ppc64-gnu1.2.6indirect
npm@rolldown/binding-linux-s390x-gnu1.2.6indirect
npm@rolldown/binding-linux-x64-gnu1.2.6indirect
npm@rolldown/binding-linux-x64-musl1.2.6indirect
npm@rolldown/binding-openharmony-arm641.2.6indirect
npm@rolldown/binding-win32-arm64-msvc1.2.6indirect
npm@rolldown/binding-win32-x64-msvc1.2.6indirect
npm@rolldown/pluginutils1.0.1indirect
npm@rollup/plugin-typescript12.3.0indirect
npm@rollup/pluginutils5.4.0indirect
npm@rollup/rollup-android-arm-eabi4.63.1indirect
npm@rollup/rollup-android-arm644.63.1indirect
npm@rollup/rollup-darwin-arm644.63.1indirect
npm@rollup/rollup-darwin-x644.63.1indirect
npm@rollup/rollup-freebsd-arm644.63.1indirect
npm@rollup/rollup-freebsd-x644.63.1indirect
npm@rollup/rollup-linux-arm-gnueabihf4.63.1indirect
npm@rollup/rollup-linux-arm-musleabihf4.63.1indirect
npm@rollup/rollup-linux-arm64-gnu4.63.1indirect
npm@rollup/rollup-linux-arm64-musl4.63.1indirect
npm@rollup/rollup-linux-loong64-gnu4.63.1indirect
npm@rollup/rollup-linux-loong64-musl4.63.1indirect
npm@rollup/rollup-linux-ppc64-gnu4.63.1indirect
npm@rollup/rollup-linux-ppc64-musl4.63.1indirect
npm@rollup/rollup-linux-riscv64-gnu4.63.1indirect
npm@rollup/rollup-linux-riscv64-musl4.63.1indirect
npm@rollup/rollup-linux-s390x-gnu4.63.1indirect
npm@rollup/rollup-linux-x64-gnu4.63.1indirect
npm@rollup/rollup-linux-x64-musl4.63.1indirect
npm@rollup/rollup-openbsd-x644.63.1indirect
npm@rollup/rollup-openharmony-arm644.63.1indirect
npm@rollup/rollup-win32-arm64-msvc4.63.1indirect
npm@rollup/rollup-win32-ia32-msvc4.63.1indirect
npm@rollup/rollup-win32-x64-gnu4.63.1indirect
npm@rollup/rollup-win32-x64-msvc4.63.1indirect
npm@simple-libs/child-process-utils2.0.0indirect
npm@simple-libs/stream-utils2.0.0indirect
npm@size-limit/esbuild13.0.3indirect
npm@size-limit/file13.0.3indirect
npm@size-limit/preset-small-lib13.0.3indirect
npm@standard-schema/spec1.1.0indirect
npm@testing-library/dom10.4.1indirect
npm@testing-library/jest-dom7.0.1indirect
npm@testing-library/react16.3.3indirect
npm@testing-library/user-event14.6.6indirect
npm@types/aria-query5.0.4indirect
npm@types/chai5.2.3indirect
npm@types/deep-eql4.0.2indirect
npm@types/estree1.0.9indirect
npm@types/json-schema7.0.15indirect
npm@types/node26.4.0indirect
npm@types/react19.2.18indirect
npm@types/react-dom19.2.5indirect
npm@typescript-eslint/eslint-plugin8.68.0indirect
npm@typescript-eslint/parser8.68.0indirect
npm@typescript-eslint/project-service8.68.0indirect
npm@typescript-eslint/scope-manager8.68.0indirect
npm@typescript-eslint/tsconfig-utils8.68.0indirect
npm@typescript-eslint/type-utils8.68.0indirect
npm@typescript-eslint/types8.68.0indirect
npm@typescript-eslint/typescript-estree8.68.0indirect
npm@typescript-eslint/utils8.68.0indirect
npm@typescript-eslint/visitor-keys8.68.0indirect
npm@vitejs/plugin-react6.1.1indirect
npm@vitest/coverage-v84.1.11indirect
npm@vitest/expect4.1.11indirect
npm@vitest/mocker4.1.11indirect
npm@vitest/pretty-format4.1.11indirect
npm@vitest/runner4.1.11indirect
npm@vitest/snapshot4.1.11indirect
npm@vitest/spy4.1.11indirect
npm@vitest/ui4.1.11indirect
npm@vitest/utils4.1.11indirect
npmacorn8.18.0indirect
npmacorn-jsx5.3.2indirect
npmajv6.15.0indirect
npmajv8.20.0indirect
npmansi-regex5.0.1indirect
npmansi-regex6.3.0indirect
npmansi-styles4.3.0indirect
npmansi-styles5.2.0indirect
npmansi-styles6.2.3indirect
npmansi-styles7.0.0indirect
npmargparse2.0.1indirect
npmargue-cli3.1.0indirect
npmaria-query5.3.0indirect
npmaria-query5.3.2indirect
npmarray-buffer-byte-length1.0.2indirect
npmarray-includes3.1.9indirect
npmarray.prototype.findlast1.2.5indirect
npmarray.prototype.flat1.3.3indirect
npmarray.prototype.flatmap1.3.3indirect
npmarray.prototype.tosorted1.1.4indirect
npmarraybuffer.prototype.slice1.0.4indirect
npmassertion-error2.0.1indirect
npmast-types-flow0.0.8indirect
npmast-v8-to-istanbul1.0.5indirect
npmasync-function1.0.0indirect
npmavailable-typed-arrays1.0.7indirect
npmaxe-core4.13.0indirect
npmaxobject-query4.1.0indirect
npmbalanced-match1.0.2indirect
npmbalanced-match4.0.4indirect
npmbaseline-browser-mapping2.11.20indirect
npmbidi-js1.0.3indirect
npmbrace-expansion1.1.18indirect
npmbrace-expansion5.0.9indirect
npmbrowserslist4.28.8indirect
npmbytes-iec3.1.1indirect
npmcall-bind1.0.9indirect
npmcall-bind-apply-helpers1.0.2indirect
npmcall-bound1.0.4indirect
npmcallsites3.1.0indirect
npmcaniuse-lite1.0.30001810indirect
npmchai6.2.2indirect
npmchalk4.1.2indirect
npmchokidar5.0.0indirect
npmcliui9.0.1indirect
npmcolor-convert2.0.1indirect
npmcolor-name1.1.4indirect
npmcommitlint-pre-push1.0.2indirect
npmconcat-map0.0.1indirect
npmconventional-changelog-angular9.4.0indirect
npmconventional-changelog-conventionalcommits10.4.0indirect
npmconventional-commits-parser7.1.2indirect
npmconvert-source-map2.0.0indirect
npmcosmiconfig9.0.2indirect
npmcosmiconfig-typescript-loader6.3.0indirect
npmcross-spawn7.0.6indirect
npmcss-tree3.2.1indirect
npmcss.escape1.5.1indirect
npmcsstype3.2.3indirect
npmdamerau-levenshtein1.0.8indirect
npmdata-urls7.0.0indirect
npmdata-view-buffer1.0.2indirect
npmdata-view-byte-length1.0.2indirect
npmdata-view-byte-offset1.0.1indirect
npmdebug4.4.3indirect
npmdecimal.js10.6.0indirect
npmdeep-is0.1.4indirect
npmdefine-data-property1.1.4indirect
npmdefine-properties1.2.1indirect
npmdequal2.0.3indirect
npmdetect-libc2.1.2indirect
npmdoctrine2.1.0indirect
npmdom-accessibility-api0.5.16indirect
npmdom-accessibility-api0.6.3indirect
npmdunder-proto1.0.1indirect
npmelectron-to-chromium1.5.417indirect
npmemoji-regex10.6.0indirect
npmemoji-regex9.2.2indirect
npmentities8.0.0indirect
npmenv-paths2.2.1indirect
npmerror-ex1.3.4indirect
npmes-abstract1.24.2indirect
npmes-abstract-get1.0.0indirect
npmes-define-property1.0.1indirect
npmes-errors1.3.0indirect
npmes-iterator-helpers1.4.0indirect
npmes-module-lexer2.3.2indirect
npmes-object-atoms1.1.2indirect
npmes-set-tostringtag2.1.0indirect
npmes-shim-unscopables1.1.0indirect
npmes-to-primitive1.3.4indirect
npmes-toolkit1.52.0indirect
npmesbuild0.28.2indirect
npmescalade3.2.0indirect
npmescape-string-regexp4.0.0indirect
npmeslint9.39.5indirect
npmeslint-config-prettier10.1.8indirect
npmeslint-plugin-jsx-a11y6.10.2indirect
npmeslint-plugin-react7.37.5indirect
npmeslint-plugin-react-hooks7.1.1indirect
npmeslint-scope8.4.0indirect
npmeslint-visitor-keys3.4.3indirect
npmeslint-visitor-keys4.2.1indirect
npmeslint-visitor-keys5.0.1indirect
npmespree10.4.0indirect
npmesquery1.7.0indirect
npmesrecurse4.3.0indirect
npmestraverse5.3.0indirect
npmestree-walker2.0.2indirect
npmestree-walker3.0.3indirect
npmesutils2.0.3indirect
npmexpect-type1.4.0indirect
npmfast-deep-equal3.1.3indirect
npmfast-json-stable-stringify2.1.0indirect
npmfast-levenshtein2.0.6indirect
npmfast-uri3.1.6indirect
npmfdir6.5.0indirect
npmfflate0.8.3indirect
npmfile-entry-cache8.0.0indirect
npmfind-up5.0.0indirect
npmflat-cache4.0.1indirect
npmflatted3.4.4indirect
npmfor-each0.3.5indirect
npmfsevents2.3.3indirect
npmfunction-bind1.1.2indirect
npmfunction.prototype.name1.2.0indirect
npmfunctions-have-names1.2.3indirect
npmgenerator-function2.0.1indirect
npmgensync1.0.0-beta.2indirect
npmget-caller-file2.0.5indirect
npmget-east-asian-width1.6.0indirect
npmget-intrinsic1.3.0indirect
npmget-proto1.0.1indirect
npmget-symbol-description1.1.0indirect
npmglob13.0.6indirect
npmglob-parent6.0.2indirect
npmglobal-directory5.0.0indirect
npmglobals14.0.0indirect
npmglobals17.11.0indirect
npmglobalthis1.0.4indirect
npmgopd1.2.0indirect
npmhas-bigints1.1.0indirect
npmhas-flag4.0.0indirect
npmhas-property-descriptors1.0.2indirect
npmhas-proto1.2.0indirect
npmhas-symbols1.1.0indirect
npmhas-tostringtag1.0.2indirect
npmhasown2.0.4indirect
npmhermes-estree0.25.1indirect
npmhermes-parser0.25.1indirect
npmhtml-encoding-sniffer6.0.0indirect
npmhtml-escaper2.0.2indirect
npmhusky9.1.7indirect
npmignore5.3.2indirect
npmignore7.0.8indirect
npmimport-fresh3.3.1indirect
npmimurmurhash0.1.4indirect
npmindent-string4.0.0indirect
npmini6.0.0indirect
npminternal-slot1.1.0indirect
npmis-array-buffer3.0.5indirect
npmis-arrayish0.2.1indirect
npmis-async-function2.1.1indirect
npmis-bigint1.1.0indirect
npmis-boolean-object1.2.2indirect
npmis-callable1.2.7indirect
npmis-core-module2.16.2indirect
npmis-data-view1.0.2indirect
npmis-date-object1.1.0indirect
npmis-document.all1.0.0indirect
npmis-extglob2.1.1indirect
npmis-finalizationregistry1.1.1indirect
npmis-generator-function1.1.2indirect
npmis-glob4.0.3indirect
npmis-map2.0.3indirect
npmis-negative-zero2.0.3indirect
npmis-number-object1.1.1indirect
npmis-plain-obj4.1.0indirect
npmis-potential-custom-element-name1.0.1indirect
npmis-regex1.2.1indirect
npmis-set2.0.3indirect
npmis-shared-array-buffer1.0.4indirect
npmis-string1.1.1indirect
npmis-symbol1.1.1indirect
npmis-typed-array1.1.15indirect
npmis-weakmap2.0.2indirect
npmis-weakref1.1.1indirect
npmis-weakset2.0.4indirect
npmisarray2.0.5indirect
npmisexe2.0.0indirect
npmisexe4.0.0indirect
npmistanbul-lib-coverage3.2.2indirect
npmistanbul-lib-report3.0.1indirect
npmistanbul-reports3.2.0indirect
npmiterator.prototype1.1.5indirect
npmjiti2.6.1indirect
npmjs-tokens10.0.0indirect
npmjs-tokens4.0.0indirect
npmjs-yaml4.3.2indirect
npmjsdom30.0.1indirect
npmjsesc3.1.0indirect
npmjson-buffer3.0.1indirect
npmjson-parse-even-better-errors2.3.1indirect
npmjson-parse-even-better-errors6.0.0indirect
npmjson-schema-traverse0.4.1indirect
npmjson-schema-traverse1.0.0indirect
npmjson-stable-stringify-without-jsonify1.0.1indirect
npmjson52.2.3indirect
npmjsx-ast-utils3.3.5indirect
npmkeyv4.5.4indirect
npmlanguage-subtag-registry0.3.23indirect
npmlanguage-tags1.0.9indirect
npmlevn0.4.1indirect
npmlightningcss1.33.0indirect
npmlightningcss-android-arm641.33.0indirect
npmlightningcss-build1.0.2indirect
npmlightningcss-darwin-arm641.33.0indirect
npmlightningcss-darwin-x641.33.0indirect
npmlightningcss-freebsd-x641.33.0indirect
npmlightningcss-linux-arm-gnueabihf1.33.0indirect
npmlightningcss-linux-arm64-gnu1.33.0indirect
npmlightningcss-linux-arm64-musl1.33.0indirect
npmlightningcss-linux-x64-gnu1.33.0indirect
npmlightningcss-linux-x64-musl1.33.0indirect
npmlightningcss-win32-arm64-msvc1.33.0indirect
npmlightningcss-win32-x64-msvc1.33.0indirect
npmlilconfig3.1.3indirect
npmlines-and-columns1.2.4indirect
npmlint-staged17.4.1indirect
npmlocate-path6.0.0indirect
npmlodash.merge4.6.2indirect
npmloose-envify1.4.0indirect
npmlru-cache11.5.2indirect
npmlru-cache5.1.1indirect
npmlz-string1.5.0indirect
npmmagic-string0.30.21indirect
npmmagicast0.5.4indirect
npmmake-dir4.0.0indirect
npmmath-intrinsics1.1.0indirect
npmmdn-data2.27.1indirect
npmmemorystream0.3.1indirect
npmmin-indent1.0.1indirect
npmminimatch10.2.6indirect
npmminimatch3.1.5indirect
npmminipass7.1.3indirect
npmmrmime2.0.1indirect
npmms2.1.3indirect
npmnanoid3.3.18indirect
npmnanoid6.0.1indirect
npmnanospinner1.2.2indirect
npmnatural-compare1.4.0indirect
npmnode-exports-info1.6.2indirect
npmnode-releases2.0.54indirect
npmnpm-normalize-package-bin6.0.0indirect
npmnpm-run-all29.0.3indirect
npmobject-assign4.1.1indirect
npmobject-inspect1.13.4indirect
npmobject-keys1.1.1indirect
npmobject.assign4.1.7indirect
npmobject.entries1.1.9indirect
npmobject.fromentries2.0.8indirect
npmobject.values1.2.1indirect
npmobug2.1.4indirect
npmoptionator0.9.4indirect
npmown-keys1.0.2indirect
npmp-limit3.1.0indirect
npmp-locate5.0.0indirect
npmpackage-json-from-dist1.0.1indirect
npmparent-module1.0.1indirect
npmparse-json5.2.0indirect
npmparse58.0.1indirect
npmpath-exists4.0.0indirect
npmpath-key3.1.1indirect
npmpath-parse1.0.7indirect
npmpath-scurry2.0.2indirect
npmpathe2.0.3indirect
npmpicocolors1.1.1indirect
npmpicomatch4.0.7indirect
npmpidtree1.0.0indirect
npmpossible-typed-array-names1.1.0indirect
npmpostcss8.5.26indirect
npmprelude-ls1.2.1indirect
npmprettier3.9.6indirect
npmpretty-format27.5.1indirect
npmprop-types15.8.1indirect
npmpunycode2.3.1indirect
npmreact19.2.8indirect
npmreact-dom19.2.8indirect
npmreact-is16.13.1indirect
npmreact-is17.0.2indirect
npmread-package-json-fast6.0.0indirect
npmreaddirp5.1.1indirect
npmredent3.0.0indirect
npmreflect.getprototypeof1.0.10indirect
npmregexp.prototype.flags1.5.4indirect
npmrequire-from-string2.0.2indirect
npmresolve1.22.12indirect
npmresolve2.0.0-next.7indirect
npmresolve-from4.0.0indirect
npmresolve-from5.0.0indirect
npmrimraf6.1.3indirect
npmrolldown1.2.6indirect
npmrollup4.63.1indirect
npmrollup-plugin-dts6.5.1indirect
npmsafe-array-concat1.1.4indirect
npmsafe-push-apply1.0.0indirect
npmsafe-regex-test1.1.0indirect
npmsaxes6.0.0indirect
npmscheduler0.27.0indirect
npmsemver6.3.1indirect
npmsemver7.8.5indirect
npmset-function-length1.2.2indirect
npmset-function-name2.0.2indirect
npmset-proto1.0.0indirect
npmshebang-command2.0.0indirect
npmshebang-regex3.0.0indirect
npmshell-quote1.10.0indirect
npmside-channel1.1.1indirect
npmside-channel-list1.0.1indirect
npmside-channel-map1.0.1indirect
npmside-channel-weakmap1.0.2indirect
npmsiginfo2.0.0indirect
npmsirv3.0.2indirect
npmsize-limit13.0.3indirect
npmsource-map-js1.2.1indirect
npmstackback0.0.2indirect
npmstd-env4.2.0indirect
npmstop-iteration-iterator1.1.0indirect
npmstring-argv0.3.2indirect
npmstring-width7.2.0indirect
npmstring-width8.2.2indirect
npmstring.prototype.includes2.0.1indirect
npmstring.prototype.matchall4.1.0indirect
npmstring.prototype.repeat1.0.0indirect
npmstring.prototype.trim1.2.11indirect
npmstring.prototype.trimend1.0.10indirect
npmstring.prototype.trimstart1.0.8indirect
npmstrip-ansi7.2.0indirect
npmstrip-indent3.0.0indirect
npmstrip-json-comments3.1.1indirect
npmsupports-color7.2.0indirect
npmsupports-preserve-symlinks-flag1.0.0indirect
npmsymbol-tree3.2.4indirect
npmtinybench2.9.0indirect
npmtinyexec1.3.0indirect
npmtinyglobby0.2.17indirect
npmtinyrainbow3.1.1indirect
npmtldts7.4.11indirect
npmtldts-core7.4.11indirect
npmtotalist3.0.1indirect
npmtough-cookie6.0.2indirect
npmtr466.0.0indirect
npmts-api-utils2.5.0indirect
npmtslib2.8.1indirect
npmtype-check0.4.0indirect
npmtyped-array-buffer1.0.3indirect
npmtyped-array-byte-length1.0.3indirect
npmtyped-array-byte-offset1.0.4indirect
npmtyped-array-length1.0.8indirect
npmtypescript6.0.3indirect
npmtypescript-eslint8.68.0indirect
npmunbox-primitive1.1.0indirect
npmundici8.10.1indirect
npmundici-types8.3.0indirect
npmupdate-browserslist-db1.3.2indirect
npmuri-js4.4.1indirect
npmvite8.2.2indirect
npmvitest4.1.11indirect
npmw3c-xmlserializer5.0.0indirect
npmwebidl-conversions8.0.1indirect
npmwhatwg-mimetype5.0.0indirect
npmwhatwg-url16.0.1indirect
npmwhatwg-url17.1.0indirect
npmwhich2.0.2indirect
npmwhich7.0.0indirect
npmwhich-boxed-primitive1.1.1indirect
npmwhich-builtin-type1.2.1indirect
npmwhich-collection1.0.2indirect
npmwhich-typed-array1.1.22indirect
npmwhy-is-node-running2.3.0indirect
npmword-wrap1.2.5indirect
npmwrap-ansi9.0.2indirect
npmxml-name-validator5.0.0indirect
npmxmlchars2.2.0indirect
npmy18n5.0.8indirect
npmyallist3.1.1indirect
npmyaml2.9.0indirect
npmyargs18.1.0indirect
npmyargs-parser22.0.0indirect
npmyocto-queue0.1.0indirect
npmzod4.5.4indirect
npmzod-validation-error4.0.2indirect
Dependency advisories 0

This repository publishes no package the index resolves, so its own dependency graph was assessed — 571 packages, which also include development and test pins that never ship: 0 carry known advisories, of which 0 are direct.

No known advisories affect the assessed dependencies.

An advisory means the version recorded in the dependency graph falls inside an advisory’s affected range. Reachability is not analysed, and the graph includes development and test pins — a finding may concern tooling rather than shipped software.

Raw JSON report machine-readable

Feedback

Spotted something off in this report, or have thoughts to share? Wrong measurements, missed tooling, ideas, questions — anything is welcome. Every message is read and gets a response.

The message is kept through sign-in.

Scores are signals, not warranties. They reflect publicly visible practices on GitHub — not a code audit, and not a security guarantee.

Missing data is excluded and weights renormalized, never scored as zero. Methodology is versioned and open: metrics v2.10.0, schema v0.34.0 — full methodology · metrics wiki.

How one result sits in the wider record: aggregate statisticsnpm.