This is an internal utility to help us read streams from various frameworks.
It’s in part a fork of stream-utils/raw-body.
We chose to fork so that we can cut away functionality that we do not use
and keep our dependency tree as light as possible.
Specifically it always parses the stream as a UTF-8 string instead of a Buffer
and only supports promises instead of callbacks.
When should I use this?
You should not use this but use stream-utils/raw-body or one
of the alternatives instead.
This package matches our current needs which are likely different from yours.
Install
This package is ESM only.
Install with npm in Node.js:
expectedLength (number, optional)
— length of the stream in bytes;
rejects an error if the contents of the stream do not add up to this length;
useful when the exact size is known
limit (number, required)
— limit of the body in bytes;
rejects an error if the body ends up being larger than this limit;
used to prevent reading too much data from malicious clients.
Arcjet utilities for extracting the body from a stream
We found that @arcjet/body demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago.It has 2 open source maintainers collaborating on the project.
Package last updated on 03 Jul 2026
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.
Socket has joined the new Composer and Packagist sponsorship program as a launch sponsor, supporting the team that keeps PHP's package ecosystem secure.