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
updatesin 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.0in 2021-08-05, then two smallupdatesin 2024-02-01, with no further publishedupdatesshown after that (despite the 2026-04-25 push).
AI summary generated
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.
Featuresv1.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.