{"id":21971230,"url":"https://github.com/xcodebuild/any-inspector","last_synced_at":"2026-05-08T07:33:00.218Z","repository":{"id":83287774,"uuid":"523566423","full_name":"xcodebuild/any-inspector","owner":"xcodebuild","description":"Inspect any state with Redux DevTools.","archived":false,"fork":false,"pushed_at":"2022-08-11T03:09:47.000Z","size":170,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-21T07:24:02.849Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/xcodebuild.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":"2022-08-11T02:54:15.000Z","updated_at":"2022-08-11T13:27:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"9961e6ce-49e2-465f-8dda-7912823bc5ba","html_url":"https://github.com/xcodebuild/any-inspector","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xcodebuild/any-inspector","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xcodebuild%2Fany-inspector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xcodebuild%2Fany-inspector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xcodebuild%2Fany-inspector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xcodebuild%2Fany-inspector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xcodebuild","download_url":"https://codeload.github.com/xcodebuild/any-inspector/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xcodebuild%2Fany-inspector/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32771028,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T02:36:36.067Z","status":"ssl_error","status_checked_at":"2026-05-08T02:36:07.210Z","response_time":54,"last_error":"SSL_read: 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":[],"created_at":"2024-11-29T14:49:36.222Z","updated_at":"2026-05-08T07:33:00.185Z","avatar_url":"https://github.com/xcodebuild.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# any-inspector\n\nInspect any state with Redux DevTools.\n\n## Usage\n\n```tsx\nimport { AnyInspector } from 'any-inspector';\n\n\u003cAnyInspector name=\"your-state-name\" target={your-state} /\u003e\n```\n\n## Example\n\n```tsx\nimport { AnyInspector } from 'any-inspector';\nconst App = () =\u003e {\n  const [count, setCount] = useState(1);\n\n  return (\n    \u003c\u003e\n      \u003cbutton onClick={() =\u003e setCount(count + 1)}\u003e{count}\u003c/button\u003e\n\n      {/* This line for inspect your state */}\n      \u003cAnyInspector name=\"count\" target={count} /\u003e\n    \u003c/\u003e\n  );\n};\n```\n\n## Other Example\n\n- [AnyInspector on Antd From - CodeSandbox](https://codesandbox.io/s/anyinspector-on-antd-from-13qt0b?file=/index.js)\n![](https://user-images.githubusercontent.com/5436704/184058579-3de594e3-27f7-4605-a9c8-d21c220422d3.png)\n\n![](https://user-images.githubusercontent.com/5436704/184058593-255569ce-6a83-4aef-a05a-2e4164b1ec74.png)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxcodebuild%2Fany-inspector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxcodebuild%2Fany-inspector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxcodebuild%2Fany-inspector/lists"}