{"id":19021427,"url":"https://github.com/sldeaals/password-validator","last_synced_at":"2026-05-17T04:32:10.238Z","repository":{"id":237276199,"uuid":"794184729","full_name":"sldeaals/password-validator","owner":"sldeaals","description":"Password Validator component","archived":false,"fork":false,"pushed_at":"2024-05-14T21:30:28.000Z","size":243,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-02T00:42:13.789Z","etag":null,"topics":["password-generator","password-strength","reactjs","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sldeaals.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"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}},"created_at":"2024-04-30T16:08:14.000Z","updated_at":"2024-05-13T01:23:42.000Z","dependencies_parsed_at":"2024-05-13T01:39:04.409Z","dependency_job_id":"a0c6e6b0-dc61-418e-af5a-867cb110bbc4","html_url":"https://github.com/sldeaals/password-validator","commit_stats":null,"previous_names":["sldeaals/password-validator"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sldeaals%2Fpassword-validator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sldeaals%2Fpassword-validator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sldeaals%2Fpassword-validator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sldeaals%2Fpassword-validator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sldeaals","download_url":"https://codeload.github.com/sldeaals/password-validator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240065695,"owners_count":19742545,"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","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":["password-generator","password-strength","reactjs","typescript"],"created_at":"2024-11-08T20:21:45.390Z","updated_at":"2026-04-28T15:30:20.142Z","avatar_url":"https://github.com/sldeaals.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Password Validator\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/TypeScript-3178C6?style=for-the-badge\u0026logo=typescript\u0026logoColor=white\" alt=\"TypeScript\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/React-61DAFB?style=for-the-badge\u0026logo=react\u0026logoColor=white\" alt=\"ReactJS\"\u003e\n\u003c/div\u003e\n\n## Overview\n\nThis project is a TypeScript ReactJS component for password validation. It validates password strength according to provided rules such as length, uppercase letters, lowercase letters, numbers, and symbols. The component includes a strength meter.\n\n## Description\n\nThe Password Validator component is designed to provide password validation functionality in ReactJS applications. It validates password strength based on the provided rules and includes a strength meter to visually represent the strength of the password.\n\n## Features\n\n- Validates password strength based on length, uppercase letters, lowercase letters, numbers, and symbols.\n- Includes a strength meter to visually represent the strength of the password.\n- Can be easily integrated into ReactJS applications.\n- Provides a clean and customizable API for usage and styling.\n\n## Installation\n\nTo install the Password Validator component, you can use npm or yarn:\n\n```bash\nnpm install @your-package/password-validator-input\n# or\nyarn add @your-package/password-validator-input\n```\n\n## Usage\n\nTo use the Password Validator component in your ReactJS application, simply import it and include it in your JSX:\n```bash\nimport React from 'react';\nimport PasswordValidatorInput from '@your-package/password-validator-input';\n\nconst App = () =\u003e {\n  return (\n    \u003cdiv\u003e\n      \u003cPasswordValidatorInput /\u003e\n    \u003c/div\u003e\n  );\n};\n\nexport default App;\n```\n\n## Running the app\n\nTo run the app locally, you can use npm or yarn:\n```bash\nnpm start\n# or\nyarn start\n```\n\nThis will start the development server and open the app in your default browser.\n\n## Test\n\nTo run tests for the Password Validator component, you can use npm or yarn:\n```bash\nnpm test\n# or\nyarn test\n```\n\nThis will run the test suite and provide feedback on the component's functionality and behavior.\n\n## License\n\nPassword Validator is [MIT licensed](LICENSE).\n\nFeel free to customize this template further with additional details or formatting according to your project's needs.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsldeaals%2Fpassword-validator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsldeaals%2Fpassword-validator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsldeaals%2Fpassword-validator/lists"}