Back to Explore

sindresorhus/clone-response

GitHub
1 watchersOpen source

Last release:

Clone a Node.js HTTP response stream by returning a new stream that duplicates properties and methods from the original response. Useful when you need to consume a response stream now, while also passing an unconsumed copy elsewhere to be consumed later.

Project status

  • Maintenance status: The repo has a last upstream push on 2024-05-24, but there have been no published updates since 2022, so it looks quiet or in maintenance mode as of today (2026-08-12).
  • Update cadence: Published versions appear infrequent, with the latest listed change v2.0.0 in 2022-07-17 and earlier activity much older (for example, v1.0.2 in 2017), suggesting a long, low-cadence release history.

AI summary generated

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

Recent updates

  • v2.0.0

    v2.0.0 makes clone-response pure ESM and raises the minimum Node.js version to 14. The release notes are otherwise minimal, and do not mention any dependency or runtime behavior changes beyond the ESM migration.

    Breaking
  • v1.0.3

    The v1.0.3 release notes provide no documented changes. The actual diff shows only a package.json metadata update (version bump plus repository and website-related fields), with no application/source logic changes.

  • v1.0.2

    This release (v1.0.2) includes no publisher-provided release notes, so the specific changes are not documented in the release metadata. Developers should review the tagged commit diff and changelog from the repository history to identify potential API, behavior, or dependency impacts before upgrading.