Back to Explore

inspect-js/data-view-byte-offset

GitHub
1 watchersOpen source

Last release: 12/19/2024

Provides a small helper to extract the `byteOffset` value from a JavaScript `DataView`, handling edge cases across older and modern Node and browser engines. Useful when you need a reliable byte offset even when `DataView.prototype.byteOffset` is missing, deleted, or not exposed as a prototype accessor.

Project status

  • Actively maintained to some extent, with an upstream push as recent as 2026-01-13, but the most recently documented tagged update in the provided summaries is v1.0.1 from 2024-12-19.
  • Apparent update cadence is not clear from the provided data, since there are only two known tagged updates (v1.0.0 on 2024-03-04 and v1.0.1 on 2024-12-19), suggesting at least intermittent maintenance rather than frequent updates.

AI summary generated Today

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

Recent updates

  • v1.0.1

    12/19/2024

    Release v1.0.1 updates the implementation to use the newer `call-bound` package instead of `call-bind`, alongside a broad set of dependency and tooling bumps. It also adjusts CI workflows to split Node.js test ranges (10-20 and 20+), and updates various README and changelog metadata URLs.

  • v1.0.0

    3/4/2024

    Release v1.0.0 was published on 2024-03-04, but no release notes were provided by the publisher. As a result, the changes in this version cannot be determined from the release text alone, and you should verify differences by reviewing the tagged commit history and changelog in the repository.