{"id":26294463,"url":"https://github.com/chrismichaelps/propaccess","last_synced_at":"2026-04-29T19:01:24.355Z","repository":{"id":54503071,"uuid":"516861222","full_name":"chrismichaelps/propaccess","owner":"chrismichaelps","description":"Deep property access library written in TS.","archived":false,"fork":false,"pushed_at":"2022-07-23T18:06:27.000Z","size":156,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-01T21:35:28.171Z","etag":null,"topics":["deep-prop-access","dot-notation","dot-notation-string","prop-access","prop-dot-notation"],"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/chrismichaelps.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-07-22T19:10:46.000Z","updated_at":"2023-03-04T16:19:08.000Z","dependencies_parsed_at":"2022-08-13T18:00:43.469Z","dependency_job_id":null,"html_url":"https://github.com/chrismichaelps/propaccess","commit_stats":null,"previous_names":["chrismichaelps/propaccess","chrismichaelperezsantiago/propaccess"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/chrismichaelps/propaccess","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrismichaelps%2Fpropaccess","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrismichaelps%2Fpropaccess/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrismichaelps%2Fpropaccess/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrismichaelps%2Fpropaccess/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chrismichaelps","download_url":"https://codeload.github.com/chrismichaelps/propaccess/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrismichaelps%2Fpropaccess/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32439301,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T18:12:22.909Z","status":"ssl_error","status_checked_at":"2026-04-29T18:11:33.322Z","response_time":110,"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":["deep-prop-access","dot-notation","dot-notation-string","prop-access","prop-dot-notation"],"created_at":"2025-03-15T03:20:02.569Z","updated_at":"2026-04-29T19:01:24.316Z","avatar_url":"https://github.com/chrismichaelps.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ✓ PropAccess\n\u003e Deep property access written in TS.\n\n## 📦 Installation\n```shell\nnpm install propaccess\n```\n\n\n### ✅ Benefits\n- [x] Type safe string with `dot notation` for query nested object.\n- [x] Property `autocomplete`\n\n☕ Enjoy :) ;) ...\n\n\n# 📚 Documentation\n\n## `deepPropAccess\u003cT, P extends Path\u003cT\u003e\u003e(obj: T, key: P):`\n\n```ts\nconst obj = {\n  data: {\n    numberProp: 2,\n    stringProp: 'code',\n    nullProp: null,\n    undefinedProp: undefined,\n    arrayProp: [1, 2, 3, 4, 5],\n    deep: {\n      key: 1,\n      deep: {\n        key: 2,\n        deep: {\n          key: 3,\n        },\n      },\n    },\n  },\n}\n\nconst props = deepPropAccess(obj, 'data.arrayProp')\n```\n\n## **:handshake: Contributing**\n\n- Fork it!\n- Create your feature branch: `git checkout -b my-new-feature`\n- Commit your changes: `git commit -am 'Add some feature'`\n- Push to the branch: `git push origin my-new-feature`\n- Submit a pull request\n\n---\n\n### **:busts_in_silhouette: Credits**\n\n- [Chris Michael](https://github.com/ChrisMichaelPerezSantiago) (Project Leader, and Developer)\n\n---\n\n### **:anger: Troubleshootings**\n\nThis is just a personal project created for study / demonstration purpose and to simplify my working life, it may or may\nnot be a good fit for your project(s).\n\n---\n\n### **:heart: Show your support**\n\nPlease :star: this repository if you like it or this project helped you!\\\nFeel free to open issues or submit pull-requests to help me improving my work.\n\n---\n\n### **:robot: Author**\n\n_*Chris M. Perez*_\n\n\u003e You can follow me on\n\u003e [github](https://github.com/ChrisMichaelPerezSantiago)\u0026nbsp;\u0026middot;\u0026nbsp;[twitter](https://twitter.com/Chris5855M)\n\n---\n\nCopyright ©2022 [propaccess](https://github.com/ChrisMichaelPerezSantiago/propaccess).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrismichaelps%2Fpropaccess","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchrismichaelps%2Fpropaccess","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrismichaelps%2Fpropaccess/lists"}