Back to Explore

inspect-js/data-view-byte-offset

GitHub
4 watchersOpen source

Last release:

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

  • The repository appears to have been recently touched, with the last upstream push on 2026-01-13, but the most recent published version updates in the provided summaries are v1.0.1 (2024-12-19) and v1.0.0 (2024-03-04), so release cadence looks slow relative to today (2026-09-10).
  • Maintenance status: likely still active in some capacity (given the 2026 upstream push), but the lack of published updates since late 2024 suggests it is not on a frequent release schedule, more “evolving/maintained with long gaps” than high-cadence maintenance.

AI summary generated

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

Recent updates

  • v1.0.1

    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

    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.