{"id":16675837,"url":"https://github.com/henryruhs/rxjs-collection","last_synced_at":"2025-03-21T18:31:37.450Z","repository":{"id":56868337,"uuid":"526678650","full_name":"henryruhs/rxjs-collection","owner":"henryruhs","description":"RXJS enhanced Array, Map, WeakMap, Set and WeakSet","archived":false,"fork":false,"pushed_at":"2025-02-07T13:59:36.000Z","size":69,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-18T03:35:53.852Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/henryruhs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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},"funding":{"custom":["buymeacoffee.com/henryruhs","ko-fi.com/henryruhs","paypal.me/henryruhs"]}},"created_at":"2022-08-19T16:31:05.000Z","updated_at":"2025-02-07T13:59:39.000Z","dependencies_parsed_at":"2024-05-14T12:25:30.308Z","dependency_job_id":"62c484d6-ba1b-4e32-8d5a-1099d64d6355","html_url":"https://github.com/henryruhs/rxjs-collection","commit_stats":{"total_commits":33,"total_committers":1,"mean_commits":33.0,"dds":0.0,"last_synced_commit":"23bd629e6afd1b9650a7a5ffa2b5c3dec956b233"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/henryruhs%2Frxjs-collection","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/henryruhs%2Frxjs-collection/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/henryruhs%2Frxjs-collection/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/henryruhs%2Frxjs-collection/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/henryruhs","download_url":"https://codeload.github.com/henryruhs/rxjs-collection/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244848587,"owners_count":20520550,"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-10-12T13:08:07.275Z","updated_at":"2025-03-21T18:31:37.166Z","avatar_url":"https://github.com/henryruhs.png","language":"TypeScript","funding_links":["buymeacoffee.com/henryruhs","ko-fi.com/henryruhs","paypal.me/henryruhs"],"categories":["Underlying Technologies"],"sub_categories":["RxJS"],"readme":"RXJS Collection\n===============\n\n\u003e RXJS enhanced Array, Map, WeakMap, Set and WeakSet.\n\n[![Build Status](https://img.shields.io/github/actions/workflow/status/henryruhs/rxjs-collection/ci.yml.svg?branch=master)](https://github.com/henryruhs/rxjs-collection/actions?query=workflow:ci)\n[![Coverage Status](https://img.shields.io/coveralls/henryruhs/rxjs-collection.svg)](https://coveralls.io/r/henryruhs/rxjs-collection)\n[![NPM Version](https://img.shields.io/npm/v/rxjs-collection.svg)](https://npmjs.com/package/rxjs-collection)\n[![License](https://img.shields.io/npm/l/rxjs-collection.svg)](https://npmjs.com/package/rxjs-collection)\n\n\nInstallation\n------------\n\n```\nnpm install rxjs-collection\n```\n\n\nUsage\n-----\n\nEach collection has been enhanced with `asObservable` and `{un}subscribe` alike methods:\n\n```typescript\nimport { ReactiveMap } from 'rxjs-collection';\n\nconst reactiveMap : ReactiveMap\u003cnumber, number\u003e = new ReactiveMap\u003cnumber, number\u003e();\n\n// subscribe to mutations\nreactiveMap.asObservable().subscribe(map =\u003e map.has(1));\nreactiveMap.subscribe(map =\u003e map.has(1));\n\n// mutate the collection\nreactiveMap.set(1, 1);\n\n// unsubscribe from mutations\nreactiveMap.unsubscribe();\n```\n\n\nDocumentation\n-------------\n\nRead the [documentation](https://henryruhs.gitbook.io/rxjs-collection) for a deep dive.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhenryruhs%2Frxjs-collection","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhenryruhs%2Frxjs-collection","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhenryruhs%2Frxjs-collection/lists"}