Back to Explore

inspect-js/is-data-view

GitHub
4 watchersOpen source

Last release:

A small JavaScript utility that checks whether a value is a JS DataView. It is designed to work across realms and iframes without relying on instanceof or mutable properties. Useful when you need a reliable DataView type check in runtime code.

Project status

  • The source appears to be quiet and not actively maintained, with the last upstream push on 2024-12-19 and no further published updates since then (about 21 months as of 2026-09-10).
  • The update cadence is sparse, with a cluster of updates in early 2024 (v1.0.0 around 2024-01-31, v1.0.1 on 2024-02-02) and a final small update in December 2024 (v1.0.2 on 2024-12-12).

AI summary generated

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

Recent updates

  • v1.0.2

    Release v1.0.2 has no publisher-provided release notes. The code diff shows a small runtime change in index.js (switching to the call-bound package), plus CI/workflow adjustments and dependency/version updates in package.json.

  • v1.0.1

    v1.0.1 primarily adds TypeScript type definitions for the is-data-view module, updates a few dependencies, and adjusts dev tooling and CI workflows. The runtime implementation of isDataView appears to keep the same behavior and function signature.

    Features
  • v1.0.0

    This release is version v1.0.0 published on 2024-01-31. No release notes were provided, so the change set is not documented and potential breaking or behavioral updates cannot be determined from the publisher text alone.