Back to Explore

inspect-js/data-view-byte-offset

GitHub
2 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 source appears to be maintained at least intermittently, with a recent upstream GitHub push on 2026-01-13, but the published “updates” (tags/releases) are sparse in the record provided (2024-12-19, 2024-03-04).
  • Apparent update cadence is irregular or infrequent based on the available tag history, with the most recent tagged update dated 2024-12-19 and no evidence here of additional tagged updates after that despite the later upstream push.

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.