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

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of seangarner/node-truncate-stream

Account's avatar
chaijs/chai
BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
Account's avatar
maxogden/concat-stream
writable stream that concatenates strings or binary data and calls a callback with the result
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
chakrit/randstream
A stream that emits endless series of random bytes, with proper backpressure support.

Support the repos that depend on this repository

Top contributors

seangarner's profile
seangarner
4 contributions
svedbg's profile
svedbg
1 contributions

Recent events

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

No events yet
seangarner

seangarner/node-truncate-stream

Node stream which truncates input after N bytes

JavaScript
0
0
MIT License

`node-truncate-stream` is a small Node.js Transform stream that limits the amount of data passing through it to a configurable number of bytes, terminating the stream once that limit is reached. It’s useful for developers who need to cap the size of streamed input—such as limiting random data, file uploads, or HTTP responses—to avoid unbounded data consumption.