{"id":19655884,"url":"https://github.com/vaadin-component-factory/vcf-password-strength","last_synced_at":"2025-08-24T19:20:14.968Z","repository":{"id":46724063,"uuid":"183412834","full_name":"vaadin-component-factory/vcf-password-strength","owner":"vaadin-component-factory","description":"Component for visualisation of password's strength ","archived":false,"fork":false,"pushed_at":"2021-09-28T11:01:23.000Z","size":123,"stargazers_count":0,"open_issues_count":2,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-11T21:09:06.772Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vaadin-component-factory.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-04-25T10:34:18.000Z","updated_at":"2020-12-10T13:19:15.000Z","dependencies_parsed_at":"2022-09-10T21:51:32.418Z","dependency_job_id":null,"html_url":"https://github.com/vaadin-component-factory/vcf-password-strength","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/vaadin-component-factory/vcf-password-strength","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaadin-component-factory%2Fvcf-password-strength","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaadin-component-factory%2Fvcf-password-strength/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaadin-component-factory%2Fvcf-password-strength/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaadin-component-factory%2Fvcf-password-strength/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vaadin-component-factory","download_url":"https://codeload.github.com/vaadin-component-factory/vcf-password-strength/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaadin-component-factory%2Fvcf-password-strength/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271930760,"owners_count":24845475,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-24T02:00:11.135Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-11T15:24:29.563Z","updated_at":"2025-08-24T19:20:14.950Z","avatar_url":"https://github.com/vaadin-component-factory.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# \u0026lt;vcf-password-strength\u0026gt;\n[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/vaadin/web-components?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge)\n[![Published on Vaadin  Directory](https://img.shields.io/badge/Vaadin%20Directory-published-00b4f0.svg)](https://vaadin.com/directory/component/vaadin-component-factoryvcf-password-strength)\n\n\u0026lt;vcf-password-strength\u0026gt; is a Web Component providing a strength indicator for a password field.\n\n[Live Demo ↗](https://incubator.app.fi/password-strength-demo/password-strength)\n\n\u003cimg src=\"https://raw.githubusercontent.com/vaadin/incubator-password-strength/master/screenshot.gif\" width=\"200\" alt=\"Screenshot of vcf-password-strength\"\u003e\n\n## Usage\nAdd `\u003cvcf-password-strength\u003e` component to the page. Set attribute `strength` accordingly to calculated strength of password. \n\n```html\n  \u003cvcf-password-strength strength=\"3\"\u003e\u003c/vcf-password-strength\u003e\n```\n\n## Installation\n\nThis components is distributed as Bower packages.\n\n### Polymer 2 and HTML Imports compatible version\n\nInstall `vcf-password-strength`:\n\n```sh\nbower i vaadin/vcf-password-strength --save\n```\n\nOnce installed, import it in your application:\n\n```html\n\u003clink rel=\"import\" href=\"bower_components/vcf-password-strength/vcf-password-strength.html\"\u003e\n```\n\n## Getting Started\n\nVaadin components use the Lumo theme by default.\n\n## The file structure for Vaadin components\n\n- `src/vcf-password-strength.html`\n\n  Unstyled component.\n\n- `theme/lumo/vcf-password-strength.html`\n\n  Component with Lumo theme.\n\n- `vcf-password-strength.html`\n\n  Alias for theme/lumo/vcf-password-strength.html\n\n\n## Running demos and tests in browser\n\n1. Fork the `vcf-password-strength` repository and clone it locally.\n\n1. Make sure you have [npm](https://www.npmjs.com/) installed.\n\n1. When in the `vcf-password-strength` directory, run `npm install` and then `bower install` to install dependencies.\n\n1. Run `polymer serve --open`, browser will automatically open the component API documentation.\n\n1. You can also open demo or in-browser tests by adding **demo** or **test** to the URL, for example:\n\n  - http://127.0.0.1:8080/components/vcf-password-strength/demo\n  - http://127.0.0.1:8080/components/vcf-password-strength/test\n\n\n## Running tests from the command line\n\n1. When in the `vcf-password-strength` directory, run `polymer test`\n\n\n## Following the coding style\n\nWe are using [ESLint](http://eslint.org/) for linting JavaScript code. You can check if your code is following our standards by running `gulp lint`, which will automatically lint all `.js` files as well as JavaScript snippets inside `.html` files.\n\n\n## Contributing\n\n  - Make sure your code is compliant with our code linters: `gulp lint`\n  - Check that tests are passing: `polymer test`\n  - [Submit a pull request](https://www.digitalocean.com/community/tutorials/how-to-create-a-pull-request-on-github) with detailed title and description\n  - Wait for response from one of Vaadin components team members\n\n\n# Vaadin Prime\nThis component is available in Vaadin Prime subscription. It is still open source, but you need to have a valid CVAL license in order to use it. Read more at: https://vaadin.com/pricing\n\n# License\n\nApache License 2.0","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaadin-component-factory%2Fvcf-password-strength","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvaadin-component-factory%2Fvcf-password-strength","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaadin-component-factory%2Fvcf-password-strength/lists"}