Back to Explore

inspect-js/is-data-view

GitHub
1 watchersOpen source

Last release: 12/12/2024

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 repository appears to be actively maintained at least through late 2024, with published updates including a most recent change (v1.0.2 dated 2024-12-12) and an upstream push on 2024-12-19.
  • Apparent update cadence in 2024, v1.0.0 (2024-01-31), v1.0.1 (2024-02-02), then a longer gap until v1.0.2 (2024-12-12), suggesting slower, maintenance-style follow-ups after initial iteration.

AI summary generated Today

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

Recent updates

  • v1.0.2

    12/12/2024

    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

    2/2/2024

    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

    1/31/2024

    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.