{"id":23427241,"url":"https://github.com/arrayiterator/simple-passwordscore","last_synced_at":"2025-07-25T13:42:38.915Z","repository":{"id":239400033,"uuid":"799424245","full_name":"ArrayIterator/simple-passwordscore","owner":"ArrayIterator","description":"Lightweight / Simple Password Strength Checker \u0026 Generator","archived":false,"fork":false,"pushed_at":"2024-05-12T05:32:34.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-15T06:30:39.257Z","etag":null,"topics":[],"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/ArrayIterator.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-12T05:12:59.000Z","updated_at":"2024-06-24T11:17:27.000Z","dependencies_parsed_at":"2024-05-12T06:27:04.978Z","dependency_job_id":null,"html_url":"https://github.com/ArrayIterator/simple-passwordscore","commit_stats":null,"previous_names":["arrayiterator/simple-passwordscore"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArrayIterator%2Fsimple-passwordscore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArrayIterator%2Fsimple-passwordscore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArrayIterator%2Fsimple-passwordscore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArrayIterator%2Fsimple-passwordscore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ArrayIterator","download_url":"https://codeload.github.com/ArrayIterator/simple-passwordscore/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248037700,"owners_count":21037394,"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":[],"created_at":"2024-12-23T06:17:47.556Z","updated_at":"2025-04-09T12:24:18.005Z","avatar_url":"https://github.com/ArrayIterator.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Password Strength Checker \u0026 Generator\n\nThis is a simple password strength checker and generator.\nIt is a simple javascript that can be used to check the strength of a password and generate a strong password.\n\n\n## Installation\n\n```bash\nnpm install simple-passwordscore\n```\n\n\n## Usage\n\n```javascript\nimport {\n    ScorePassword,\n    GeneratePassword\n} from 'simple-passwordscore';\n\n/**\n * Score password return -1 to 3\n * @type {number} score\n */\nconst score = ScorePassword('password');\n\n/**\n * Generate password return a random password, 12 is length of password\n * Default length is 12\n * @type {string} password\n */\nconst password = GeneratePassword(12);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farrayiterator%2Fsimple-passwordscore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farrayiterator%2Fsimple-passwordscore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farrayiterator%2Fsimple-passwordscore/lists"}