{"id":15853881,"url":"https://github.com/blakeembrey/setvalue","last_synced_at":"2025-10-12T16:56:23.012Z","repository":{"id":57357119,"uuid":"62859760","full_name":"blakeembrey/setvalue","owner":"blakeembrey","description":"Set a nested value from an object by path","archived":false,"fork":false,"pushed_at":"2023-12-14T05:35:50.000Z","size":86,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-16T10:46:32.684Z","etag":null,"topics":["insert","json","mutation","object"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/blakeembrey.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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-07-08T04:56:15.000Z","updated_at":"2023-12-12T07:35:07.000Z","dependencies_parsed_at":"2024-06-19T16:38:39.927Z","dependency_job_id":"ec23c0a3-1da0-4f79-b94a-69f186971a0e","html_url":"https://github.com/blakeembrey/setvalue","commit_stats":{"total_commits":18,"total_committers":3,"mean_commits":6.0,"dds":0.2222222222222222,"last_synced_commit":"31e8f8a81ac2c0c80813b3000d2c8d896fdc15b3"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/blakeembrey/setvalue","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blakeembrey%2Fsetvalue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blakeembrey%2Fsetvalue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blakeembrey%2Fsetvalue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blakeembrey%2Fsetvalue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blakeembrey","download_url":"https://codeload.github.com/blakeembrey/setvalue/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blakeembrey%2Fsetvalue/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266821794,"owners_count":23989820,"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","status":"online","status_checked_at":"2025-07-24T02:00:09.469Z","response_time":99,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["insert","json","mutation","object"],"created_at":"2024-10-05T19:23:27.978Z","updated_at":"2025-10-12T16:56:22.907Z","avatar_url":"https://github.com/blakeembrey.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Setvalue\n\n\u003e Type-safe library for reading, writing, or checking, nested values of an object.\n\n## Installation\n\n```sh\nnpm install setvalue --save\n```\n\n## Usage\n\n```js\nimport { set, get, has } from \"setvalue\";\n\nconst obj = { a: \"prop\" };\n\nset(\"a\", \"b\", \"c\")(obj, 10); //=\u003e { a: { b: { c: 10 } } }\nget(\"a\", \"b\", \"c\")(obj); //=\u003e 10\nhas(\"a\", \"b\", \"c\")(obj); //=\u003e true\n```\n\n## License\n\nApache 2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblakeembrey%2Fsetvalue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblakeembrey%2Fsetvalue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblakeembrey%2Fsetvalue/lists"}