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 source appears quiet from a releases perspective, with the most recent published updates tagged v1.0.2 on 2024-02-01, and no further tagged updates shown since then.
- Upstream activity is not fully clear from tags alone, but there was an upstream push on 2026-04-25, suggesting the repository may still be touched, even if no new tagged updates are evident yet.
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.