{"id":20806729,"url":"https://github.com/fed/rxjs-operators","last_synced_at":"2026-04-14T18:31:58.303Z","repository":{"id":47349615,"uuid":"259536069","full_name":"fed/rxjs-operators","owner":"fed","description":"RxJS Operators","archived":false,"fork":false,"pushed_at":"2022-12-05T23:25:09.000Z","size":146,"stargazers_count":1,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-12T03:43:08.279Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fed.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":"2020-04-28T05:01:43.000Z","updated_at":"2023-03-10T09:22:46.000Z","dependencies_parsed_at":"2023-01-24T07:45:24.827Z","dependency_job_id":null,"html_url":"https://github.com/fed/rxjs-operators","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fed/rxjs-operators","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fed%2Frxjs-operators","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fed%2Frxjs-operators/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fed%2Frxjs-operators/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fed%2Frxjs-operators/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fed","download_url":"https://codeload.github.com/fed/rxjs-operators/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fed%2Frxjs-operators/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31810737,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T18:05:02.291Z","status":"ssl_error","status_checked_at":"2026-04-14T18:05:01.765Z","response_time":153,"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-17T19:24:56.753Z","updated_at":"2026-04-14T18:31:58.282Z","avatar_url":"https://github.com/fed.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rxjs-operators\n\n![Reactive Extensions logo](http://reactivex.io/assets/Rx_Logo_S.png)\n\nCourse: https://github.com/staltz/frontmania-rxjs-workshop\n\nLeft off here: https://egghead.io/lessons/rxjs-flatten-a-higher-order-observable-with-concatall-in-rxjs\n\nIn marble diagrams, values in parenthesis means it happens synchronnously.\n\n## Logging\n\n* [`tap`](./src/operators/tap.js)\n\n## Transformational\n\n* [`map`](./src/operators/map.js)\n* [`mapTo`](./src/operators/mapTo.js)\n\n## Filtering\n\n* [`filter`](./src/operators/filter.js)\n\nFrom the beginning of the event stream:\n\n* [`take`](./src/operators/take.js)\n* [`first`](./src/operators/first.js)\n* [`skip`](./src/operators/skip.js)\n* [`takeUntil`](./src/operators/takeUntil.js)\n\nFrom the end of the event stream:\n\n* [`takeLast`](./src/operators/takeLast.js)\n* [`last`](./src/operators/last.js)\n* [`skipLast`](./src/operators/skipLast.js)\n\n## Combination\n\nSerial:\n\n* [`concat`](./src/operators/concat.js)\n* [`startWith`](./src/operators/startWith.js)\n\nParallel:\n\n* [`merge`](./src/operators/merge.js)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffed%2Frxjs-operators","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffed%2Frxjs-operators","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffed%2Frxjs-operators/lists"}