Back to Explore

inspect-js/has-bigints

GitHub
4 watchersOpen source

Last release:

has-bigints is a small JavaScript utility that determines whether the current JS environment has native BigInt support. It is useful for feature detection so you can conditionally use BigInt without assuming support.

Project status

  • Maintenance status: The repository shows a relatively recent upstream push on 2026-03-19, suggesting ongoing activity, though the most recent published updates shown are from 2024-12-18.
  • Update cadence: Published updates are infrequent (notably v1.1.0 in 2024, then v1.0.2 in 2022, v1.0.1 in 2020, v1.0.0 in 2019), indicating a long, quiet cadence with occasional maintenance work.

AI summary generated

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

Recent updates

  • v1.1.0

    v1.1.0 adds TypeScript type declarations for `has-bigints` and updates repository tooling for tests, linting, and npm package publishing. It also changes npm packaging behavior by removing the tracked `.npmignore` and introducing an auto-generated one via `prepack`.

    Features
  • v1.0.2

    Release v1.0.2 has no publisher-provided release notes (the release_notes section is empty). The code diff indicates a small runtime logic change in BigInt detection, along with several build/CI and developer tooling updates.

  • v1.0.1

    This is a patch release (v1.0.1) published on 2020-12-14. No release notes or change details were provided by the publisher, so the impact on API compatibility, behavior, or security is unknown from the release notes alone.

  • v1.0.0

    This release is tagged v1.0.0, but the publisher provided no release notes or change description. As a result, there is no documented information here about new features, bug fixes, breaking changes, security updates, or required migrations.