{"id":15451786,"url":"https://github.com/willscott/venstream","last_synced_at":"2026-03-05T03:33:31.228Z","repository":{"id":30728621,"uuid":"34284888","full_name":"willscott/venstream","owner":"willscott","description":"Ven-diagram-esque Intersection \u0026 Union transformation for node.js streams","archived":false,"fork":false,"pushed_at":"2015-04-20T20:35:35.000Z","size":112,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-29T19:57:46.474Z","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":"ryan-riot/git","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/willscott.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":"2015-04-20T20:34:26.000Z","updated_at":"2019-08-18T16:43:12.000Z","dependencies_parsed_at":"2022-09-19T05:22:24.209Z","dependency_job_id":null,"html_url":"https://github.com/willscott/venstream","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/willscott/venstream","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willscott%2Fvenstream","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willscott%2Fvenstream/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willscott%2Fvenstream/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willscott%2Fvenstream/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/willscott","download_url":"https://codeload.github.com/willscott/venstream/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willscott%2Fvenstream/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30108654,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T03:32:43.378Z","status":"ssl_error","status_checked_at":"2026-03-05T03:32:22.667Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":[],"created_at":"2024-10-01T21:39:15.445Z","updated_at":"2026-03-05T03:33:31.204Z","avatar_url":"https://github.com/willscott.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Ven Stream\n==========\n\nInstallation\n------------\n\n```\nnpm install venstream\n```\n\nUsage\n-----\n\n```javascript\nvar file1 = fs.createReadStream('...');\nvar file2 = fs.createReadStream('...');\nvar ven = require('venstream');\n\nvar union = fs.createWriteStream('union.out');\n\nvar handles = ven(union);\nfile1.pipe(handles[0]).pipe(fs.createWriteStream('file1only.out');\nfile2.pipe(handles[1]).pipe(fs.createWriteStream('file2only.out');\n\nunion.on('finish', function () {\n  console.log('Stream Processing Finished!');\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillscott%2Fvenstream","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwillscott%2Fvenstream","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillscott%2Fvenstream/lists"}