Back to Explore

inspect-js/has-tostringtag

GitHub
2 watchersOpen source

Last release:

has-tostringtag is a small JavaScript utility that checks whether the current JS environment supports `Symbol.toStringTag`. It returns true for native support, and also provides a `shams` variant to detect environments with a mostly-spec-compliant `Symbol.toStringTag` sham.

Project status

  • The repository shows an upstream push on 2026-04-25, but the most recent published package updates in the provided history are from 2024-02-01 (v1.0.2 and v1.0.1), so it appears largely quiet as of today (2026-06-09).
  • Update cadence is sparse: a tagged v1.0.0 in 2021-08-05, then two small updates in 2024-02-01, with no further published updates shown after that (despite the 2026-04-25 push).

AI summary generated

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

Recent updates

  • v1.0.2

    This release is v1.0.2 of the has-tostringtag package, but no release notes were provided by the publisher. The code diff shows only packaging metadata changes, mainly adjusting dependency placement for has-symbols.

  • v1.0.1

    v1.0.1 introduces TypeScript declaration files for the main entry point and the ./shams entry, and updates package.json export metadata to surface those types. The diff also includes CI/workflow refactors and changes to how the npm ignore file is generated during publish packaging.

    Features
  • v1.0.0

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