Back to Explore

rvagg/bl

GitHub10 updates · last 90 days1 watchersOpen source

Last release:

bl (BufferList) is a Node.js utility that collects multiple Buffer chunks and exposes them through the standard readable Buffer API, including support for slicing, searching, and numeric reads across the aggregated data. It also provides a duplex stream interface so you can collect buffers from a stream that emits them, or emit collected buffers to a stream that consumes them.

Project status

  • Actively maintained: Recent GitHub activity is current, with the upstream push on 2026-08-04 and multiple version updates in late July and early August.
  • Apparent update cadence: Updates are fairly frequent over a short window, with v7.0.10 (2026-07-27), v7.0.11 (2026-07-29), and v7.0.12 (2026-07-30), plus continued activity afterward (upstream push 2026-08-04).

AI summary generated

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

Recent updates

  • v7.0.12

    v7.0.12 only changes release tooling and documentation metadata, not the library runtime code. The release notes are limited to a changelog-related tweak, while the actual diff shows additional semantic-release configuration adjustments that can alter how future changes are categorized in generated release notes.

  • v7.0.11

    v7.0.11 is a very small release, described as “trivial changes” focused on updating the dev toolchain (TypeScript) for compatibility with ts@7. The actual diff shows primarily regenerated TypeScript declaration files (.d.ts) rather than runtime code changes.

  • v7.0.10

    v7.0.10 primarily updates project metadata and the versioning information. The only functional change visible in the diff is a dependency bump for the release tooling (@semantic-release/git).

  • v7.0.9

    Release v7.0.9 contains no documented changes in the release notes beyond the version header. The actual diff only updates repository metadata (CHANGELOG entry) and bumps the package version, plus a dev tooling dependency update.

  • v7.0.8

    Release v7.0.8 contains no documented functional changes in the provided release notes (release notes are effectively empty). The actual diff shows only version metadata updates plus CI workflow action pinning via commit SHAs.

  • v7.0.7

    Release v7.0.7 contains no actual library changes described in the release notes. The code diff shows only CI workflow updates (actions/setup-node version bump and enabling check-latest), plus version/changelog metadata updates.

  • v7.0.6

    Release v7.0.6 contains effectively no product code changes. The diff only updates metadata (version/changelog entry) and bumps a development dependency used for changelog generation.

  • v7.0.5

    Release v7.0.5 primarily updates development tooling. The only code-diff changes are version metadata plus a devDependency bump for @types/node.

  • v7.0.4

    v7.0.4 is a very small release. The only functional change visible in the diff is updating the GitHub Actions workflow to use a newer version of actions/checkout, and the package version is bumped to 7.0.4.

  • v7.0.3

    Release v7.0.3 is a minor maintenance update with no code changes to the library itself. The only functional modification visible in the diff is updating the GitHub Actions workflow to use actions/checkout v6.0.2, and the package version is bumped from 7.0.2 to 7.0.3.