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

node‑buffer‑peek‑stream is a small Node.js Transform stream that lets you read (or “peek”) at the first N bytes of any readable stream, then gives you back a new stream that starts from the very beginning without having to buffer the whole source. It’s intended for developers who need to inspect a stream’s header (e.g., to detect file type) before deciding how to process or pipe the rest of the data.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of seangarner/node-buffer-peek-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
nisaacson/dev-null-strream
Pipe streams to /dev/null
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.
Account's avatar
seangarner/node-truncate-stream
stream which truncates input after N bytes

Support the repos that depend on this repository

Top contributors

seangarner's profile
seangarner
21 contributions
Salketer's profile
Salketer
1 contributions
dependabot[bot]'s profile
dependabot[bot]
1 contributions

Recent events

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

No events yet
seangarner

seangarner/node-buffer-peek-stream

Node Transform stream that lets you inspect the start of a ReadStream before deciding what to do with it

JavaScript
7
4
MIT License