`set-blocking` is a small Node.js helper that sets blocking `stdio` and `stderr` so terminal output is less likely to get truncated. It was created as a shim for older Node.js versions where console output could be truncated, and it can have side effects on other modules that use the same process.
Project status
- Maintenance status: The upstream GitHub source shows a recent push on 2023-12-15, indicating it is likely still maintained, but the provided update summaries only cover tags from 2016.
- Updates cadence: Evidence is too sparse to infer a current cadence, as the only documented tagged updates here are v1.0.0 (2016-05-14) and v2.0.0 (2016-05-17).
AI summary generated Today
Recent updates
v2.0.0
5/17/2016Version 2.0.0 updates the core behavior of set-blocking by adding a new eligibility check before calling Node's internal setBlocking on stdio handles. The release also adds documentation and test fixture adjustments to account for TTY vs non-TTY behavior.
v1.0.0
5/14/2016This release is tagged v1.0.0, but no release notes or change log details were provided by the publisher. As a result, there is no documented information about new functionality, bug fixes, security updates, or breaking changes in this release.