Back to Explore

felixge/node-delayed-stream

GitHub
2 watchersOpen source

Last release:

Delayed-stream is a Node.js utility that buffers events from a stream until you are ready to handle them. It lets you delay emitting buffered stream data and then release the stored events later, which can be useful for use cases like delaying an HTTP response.

Project status

  • The repository appears not actively maintained, last upstream push was 2015-04-30, and the most recent update shown (1.0.0) is a version bump with no code changes indicated in the diff.
  • The apparent update cadence is very low to effectively stalled, with updates in 2014-11 and 2015-04, and then no further activity evident through today (2026-06-09).

AI summary generated

AI-generated from public sources. May be inaccurate. Report

Recent updates

  • 1.0.0

    This release is a version bump from 0.0.7 to 1.0.0 with no other code changes shown in the diff. The release notes also state that there have been no changes since 0.0.7, which matches the observed changes.

  • 0.0.7

    This release removes nonstandard JavaScript usage involving __defineGetter__, which caused issues in Internet Explorer. It also updates implementation details to use standard property-definition behavior (Object.defineProperty) and tidies related npm/package metadata behavior.

  • v0.0.6

    This release is tagged v0.0.6, but no release notes or change log details were provided by the publisher. As a result, there is no information available here about new features, fixes, breaking changes, or dependency updates.