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 effectively in maintenance mode or quiet: the most recent upstream push and the newest recorded update are from 2024-12, about 6 months before today (2026-06), with no newer updates shown in the provided history.
- The apparent update cadence is irregular but not frequent, with updates spanning roughly late 2024 (v1.0.2) and earlier 2024 (v1.0.1, v1.0.0), suggesting no steady release rhythm.
AI summary generated
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.
Featuresv1.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.