{"id":14974374,"url":"https://github.com/enipx/expo-version-checker","last_synced_at":"2026-02-09T05:04:06.698Z","repository":{"id":63165186,"uuid":"565714607","full_name":"enipx/expo-version-checker","owner":"enipx","description":"Version checker for react-native expo applications 📱","archived":false,"fork":false,"pushed_at":"2022-11-16T13:13:09.000Z","size":126,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-13T08:17:38.289Z","etag":null,"topics":["expo","react","react-native","react-native-app"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/enipx.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":"2022-11-14T07:03:02.000Z","updated_at":"2025-03-06T17:26:38.000Z","dependencies_parsed_at":"2023-01-23T10:56:27.893Z","dependency_job_id":null,"html_url":"https://github.com/enipx/expo-version-checker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/enipx/expo-version-checker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enipx%2Fexpo-version-checker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enipx%2Fexpo-version-checker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enipx%2Fexpo-version-checker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enipx%2Fexpo-version-checker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/enipx","download_url":"https://codeload.github.com/enipx/expo-version-checker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enipx%2Fexpo-version-checker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29257531,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-09T04:11:57.159Z","status":"ssl_error","status_checked_at":"2026-02-09T04:11:56.117Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["expo","react","react-native","react-native-app"],"created_at":"2024-09-24T13:50:28.579Z","updated_at":"2026-02-09T05:04:06.656Z","avatar_url":"https://github.com/enipx.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# expo-version-checker\n\nThis project is built around this package \u003chttps://github.com/kimxogus/react-native-version-check\u003e to run smoothly on expo.\n\n## Getting started\n\n- npm\n\n```bash\nnpm install expo-version-checker\n```\n\n- yarn\n\n```bash\nyarn add expo-version-checker\n```\n\n## Usage\n\n```javascript\nimport VersionCheck from 'expo-version-checker';\n\nVersionCheck.getLatestVersion()\n .then(latestVersion =\u003e {\n  console.log(latestVersion);\n });\n\nVersionCheck.needUpdate()\n.then((res) =\u003e {\n  console.log(res);    // { currentVersion: 1.0.2, isNeeded: true, latestVersion: 1.0.4, storeUrl: IOS | Android Url }\n  if (res.isNeeded) {\n // you can do whatever you want here open\n }\n});\n\n```\n\nFull doc available at \u003chttps://github.com/kimxogus/react-native-version-check\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenipx%2Fexpo-version-checker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fenipx%2Fexpo-version-checker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenipx%2Fexpo-version-checker/lists"}