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

secure‑concat is a small Node.js utility that provides a writable stream which concatenates incoming Buffer chunks into a single Buffer. It adds safety features missing from other concat‑stream implementations: a configurable byte‑size limit to prevent oversized payloads, and automatic cleanup that overwrites the original Buffers with zeros after they’re processed (or on error). It’s aimed at developers who need a simple, memory‑secure way to gather streamed binary data—e.g., in servers or CLI tools handling user‑supplied input.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of emilbayes/secure-concat

Account's avatar
emilbayes/nanoassert
Nanoscale assertion module
Account's avatar
substack/to2
A write stream constructor that supports a flush function that is called before `finish` is emitted
Account's avatar
tape-testing/tape
tap-producing test harness for node and browsers

Support the repos that depend on this repository

Top contributors

emilbayes's profile
emilbayes
4 contributions

Recent events

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

No events yet
emilbayes

emilbayes/secure-concat

Yet another `concat-stream`, but cleans internal state and limits bytes

JavaScript
3
1
ISC License