Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

spawn-to-readstream is a Node.js utility that transforms the output of child_process.spawn into a readable stream, buffering errors and preventing the 'end' event from firing incorrectly. It's designed for developers who need to handle the output of spawned processes more reliably, particularly when dealing with error handling and stream processing.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of alessioalex/spawn-to-readstream

Account's avatar
alessioalex/limit-spawn
Kills a child process created with spawn after X bytes are sent
Account's avatar
rvagg/through2
A tiny wrapper around Node.js streams.Transform (Streams2/3) to avoid explicit subclassing noise

Support the repos that depend on this repository

Top contributors

alessioalex's profile
alessioalex
5 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
alessioalex

alessioalex/spawn-to-readstream

Make child_process.spawn behave like a read stream, emit error event with full message (and not emit 'end' event wrongfully).

JavaScript
6
1
MIT License