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

minipass‑sized is a small utility library that extends the **minipass** stream implementation with size validation. By supplying an expected byte count when constructing the stream, it automatically throws an `EBADSIZE` error if the actual amount of data received differs, making it useful for developers who need to enforce exact payload sizes (e.g., when handling HTTP responses with a known `Content‑Length`). It works only with binary streams and requires a valid positive integer size.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of isaacs/minipass-sized

Account's avatar
isaacs/minipass
minimal implementation of a PassThrough stream
Account's avatar
isaacs/tshy
TypeScript HYbridizer - Hybrid (CommonJS/ESM) TypeScript node package builder
Account's avatar
TypeStrong/TypeDoc
Create api documentation for TypeScript projects.

Support the repos that depend on this repository

Top contributors

isaacs's profile
isaacs
15 contributions

Recent events

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

No events yet
isaacs

isaacs/minipass-sized

A Minipass stream that raises an error if you get a different number of bytes than expected

JavaScript
5
1
ISC License