{"id":20698944,"url":"https://github.com/doomsower/react-native-zxcvbn","last_synced_at":"2025-04-22T22:03:16.097Z","repository":{"id":57341719,"uuid":"212875005","full_name":"doomsower/react-native-zxcvbn","owner":"doomsower","description":"react-native zxcvbn bridge","archived":false,"fork":false,"pushed_at":"2020-03-14T06:46:24.000Z","size":626,"stargazers_count":6,"open_issues_count":3,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-29T19:11:30.195Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Objective-C","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/doomsower.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-10-04T18:04:55.000Z","updated_at":"2021-10-07T13:31:49.000Z","dependencies_parsed_at":"2022-09-06T17:52:02.681Z","dependency_job_id":null,"html_url":"https://github.com/doomsower/react-native-zxcvbn","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doomsower%2Freact-native-zxcvbn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doomsower%2Freact-native-zxcvbn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doomsower%2Freact-native-zxcvbn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doomsower%2Freact-native-zxcvbn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/doomsower","download_url":"https://codeload.github.com/doomsower/react-native-zxcvbn/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250070779,"owners_count":21369923,"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-11-17T00:27:28.603Z","updated_at":"2025-04-22T22:03:16.045Z","avatar_url":"https://github.com/doomsower.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-native-zxcvbn\n\nThis module is a wrapper around [zxcvbn4j](https://github.com/nulab/zxcvbn4j) and [zxcvbn-ios](https://github.com/dropbox/zxcvbn-ios).\n\nWhy? Because js module huge. \n\n## Getting started\n\n`$ yarn add react-native-zxcvbn`\n\n### Mostly automatic installation\n\nThis module supports autolinking so if you use RN 0.60+ then no additional action is required.\n\nOtherwise, run\n\n`$ react-native link react-native-zxcvbn`\n\n## Usage\n\n```jsx\nimport { score } from 'react-native-zxcvbn';\n\nconst strength = await score(password);\nconsole.log(strength); // 0-4\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoomsower%2Freact-native-zxcvbn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdoomsower%2Freact-native-zxcvbn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoomsower%2Freact-native-zxcvbn/lists"}