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

meterstream is a lightweight Node.js Transform stream that acts as a pass‑through limiter, tracking the number of bytes that flow through it and emitting a `MeterStream.OverflowError` once a configured byte‑limit (`maxBytes`) is exceeded. It’s useful for developers who need to enforce size constraints on streaming data (e.g., stdin, file uploads, network streams) and want a simple, promise‑compatible way to abort processing when the limit is breached.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of blockai/meterstream

Account's avatar
blockai/babel-preset-blockai
Babel preset for Blockai Node.js packages
Account's avatar
wavded/babel-tape-runner
Babel + Tape for running your ES Next tests
Account's avatar
spion/blue-tape
Tape test runner with promise support
Account's avatar
maxogden/concat-stream
writable stream that concatenates strings or binary data and calls a callback with the result
Account's avatar
commitizen/cz-conventional-changelog
Commitizen adapter following the conventional-changelog format.
Account's avatar
blockai/eslint-config-blockai
Base ESLint configuration for Blockai JavaScript projects
Account's avatar
remy/nodemon
Simple monitor script for use during development of a Node.js app.
Account's avatar
isaacs/rimraf
A deep deletion module for node (like `rm -rf`)
Account's avatar
semantic-release/semantic-release
Automated semver compliant package publishing

Support the repos that depend on this repository

Top contributors

olalonde's profile
olalonde
4 contributions

Recent events

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

No events yet
blockai

blockai/meterstream

Node.js transform stream that emits an error if it has read more than maxBytes bytes.

JavaScript
0
0
MIT License