{"id":15041409,"url":"https://github.com/aotearoan/neon","last_synced_at":"2026-04-04T12:07:35.239Z","repository":{"id":40767379,"uuid":"266738451","full_name":"aotearoan/neon","owner":"aotearoan","description":"Neon is a modern VueJS design library built with Typescript and SASS","archived":false,"fork":false,"pushed_at":"2026-04-01T05:04:34.000Z","size":21673,"stargazers_count":24,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-02T09:31:31.679Z","etag":null,"topics":["component-library","dark-mode","design","designsystem","framework","javascript","lightweight","neon","responsive","sass","sass-framework","themable","theme","typescript","ui-components","vue","vuejs"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aotearoan.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"aotearoan","patreon":"aotearoan"}},"created_at":"2020-05-25T09:28:22.000Z","updated_at":"2026-04-01T05:04:23.000Z","dependencies_parsed_at":"2026-02-27T01:01:13.404Z","dependency_job_id":null,"html_url":"https://github.com/aotearoan/neon","commit_stats":{"total_commits":375,"total_committers":2,"mean_commits":187.5,"dds":0.07733333333333337,"last_synced_commit":"fc71da2eb826ebffac3246adb741ee896eb88a33"},"previous_names":[],"tags_count":383,"template":false,"template_full_name":null,"purl":"pkg:github/aotearoan/neon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aotearoan%2Fneon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aotearoan%2Fneon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aotearoan%2Fneon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aotearoan%2Fneon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aotearoan","download_url":"https://codeload.github.com/aotearoan/neon/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aotearoan%2Fneon/sbom","scorecard":{"id":201157,"data":{"date":"2025-08-11","repo":{"name":"github.com/aotearoan/neon","commit":"5ef0cf39e1fbeb2b3de27d52b8a22b8ba635b432"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.3,"checks":[{"name":"Code-Review","score":0,"reason":"Found 0/27 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: topLevel 'contents' permission set to 'read': .github/workflows/gh-pages-deploy.yml:11","Warn: no topLevel permission defined: .github/workflows/publish-to-npm.yml:1","Warn: no topLevel permission defined: .github/workflows/pull_request_checks.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/release-please.yml:9","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":3,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Info: 'branch protection settings apply to administrators' is required to merge on branch 'main'","Info: 'stale review dismissal' is required to merge on branch 'main'","Warn: branch 'main' does not require approvers","Warn: codeowners review is not required on branch 'main'","Warn: 'last push approval' is disabled on branch 'main'","Warn: no status checks found to merge onto branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/gh-pages-deploy.yml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/aotearoan/neon/gh-pages-deploy.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/gh-pages-deploy.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/aotearoan/neon/gh-pages-deploy.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/gh-pages-deploy.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/aotearoan/neon/gh-pages-deploy.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/gh-pages-deploy.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/aotearoan/neon/gh-pages-deploy.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-npm.yml:54: update your workflow using https://app.stepsecurity.io/secureworkflow/aotearoan/neon/publish-to-npm.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-npm.yml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/aotearoan/neon/publish-to-npm.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-npm.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/aotearoan/neon/publish-to-npm.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-npm.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/aotearoan/neon/publish-to-npm.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-npm.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/aotearoan/neon/publish-to-npm.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-npm.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/aotearoan/neon/publish-to-npm.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-npm.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/aotearoan/neon/publish-to-npm.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-npm.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/aotearoan/neon/publish-to-npm.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pull_request_checks.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/aotearoan/neon/pull_request_checks.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pull_request_checks.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/aotearoan/neon/pull_request_checks.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pull_request_checks.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/aotearoan/neon/pull_request_checks.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release-please.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/aotearoan/neon/release-please.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/publish-to-npm.yml:63","Warn: npmCommand not pinned by hash: .github/workflows/publish-to-npm.yml:16","Warn: npmCommand not pinned by hash: .github/workflows/publish-to-npm.yml:26","Warn: npmCommand not pinned by hash: .github/workflows/publish-to-npm.yml:43","Warn: npmCommand not pinned by hash: .github/workflows/pull_request_checks.yml:32","Info:   0 out of  15 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   5 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-968p-4wvh-cqc8","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-fjxv-7rqg-78g4","Warn: Project is vulnerable to: GHSA-g3ch-rx76-35fx"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-16T22:52:27.686Z","repository_id":40767379,"created_at":"2025-08-16T22:52:27.686Z","updated_at":"2025-08-16T22:52:27.686Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31398808,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["component-library","dark-mode","design","designsystem","framework","javascript","lightweight","neon","responsive","sass","sass-framework","themable","theme","typescript","ui-components","vue","vuejs"],"created_at":"2024-09-24T20:46:04.312Z","updated_at":"2026-04-04T12:07:35.214Z","avatar_url":"https://github.com/aotearoan.png","language":"TypeScript","funding_links":["https://github.com/sponsors/aotearoan","https://patreon.com/aotearoan"],"categories":[],"sub_categories":[],"readme":"![GitHub package.json version](https://img.shields.io/github/package-json/v/aotearoan/neon)\n![npm bundle size (scoped)](https://img.shields.io/bundlephobia/minzip/@aotearoan/neon)\n![GitHub last commit](https://img.shields.io/github/last-commit/aotearoan/neon)\n![npm](https://img.shields.io/npm/dt/@aotearoan/neon)\n![GitHub](https://img.shields.io/github/license/aotearoan/neon)\n\n## Documentation \u0026 Demo\n\nFull documentation is available on the [demo site](https://aotearoan.github.io/neon/).\n\n## Installation\n\nInstall with NPM:\n\u003cpre\u003enpm install @aotearoan/neon\u003c/pre\u003e\nor yarn:\n\u003cpre\u003eyarn add @aotearoan/neon\u003c/pre\u003e\n\n## Usage\n\n### Javascript/Typescript\n\nImport components and supporting classes like so:\n\u003cpre\u003e\nimport { NeonButton } from '@aotearoan/neon';\n\nexport default defineComponent({\n  name: 'SomeComponent',\n  components: {\n    NeonButton,\n  },\n  ...\n});\n\u003c/pre\u003e\n\n### SASS\n\nTo import the theme:\n\u003cpre\u003e\n@use '@aotearoan/neon/theme';\n\u003c/pre\u003e\n\nAlternatively the theme can be imported with a list of used components to minimise the final package size:\n\u003cpre\u003e\n@use '@aotearoan/neon/theme' with (\n  $neon-components: (\n      NeonAlert,\n      NeonButton,\n      NeonCard,\n      NeonCardBody,\n      NeonCardFooter,\n      NeonCardHeader,\n      NeonDrawer,\n  ),\n);\u003c/pre\u003e\n\n### HTML\n\nAdd the necessary _app_ \u0026 _Neon_ styles to the HTML element as well as the light/dark mode, e.g.to set dark mode by\ndefault:\n\n\u003cpre\u003e\u0026lt;html class=\"app neon neon-mode--dark\"\u003e\u003c/pre\u003e\nFor more information on dynamically changing the mode\nsee [Dark mode](https://aotearoan.github.io/neon/design/theming#dark-mode).\n\n### Building and using the library locally\n\n1. build the project (`npm build`),\n2. run `npm pack` to create a tarball of the project\n3. install from the tarball with  `npm i -S /$PATH-TO-THIS-PROJECT/aotearoan-neon-21.2.8.tgz`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faotearoan%2Fneon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faotearoan%2Fneon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faotearoan%2Fneon/lists"}