Library that gets the description of a JavaScript Symbol. It correctly distinguishes between `Symbol()` and `Symbol('')` when possible, and is useful when you need consistent symbol naming for `Symbol('foo')`, built-in symbols like `Symbol.iterator`, or undefined descriptions.
Project status
- The GitHub source appears to be maintained, with an upstream push on 2026-01-13 (after the last published tagged update in late 2024), indicating ongoing activity rather than dormancy.
- Update cadence looks infrequent based on the available tagged updates (2021-08, 2024-02, 2024-12), though there is evidence of additional work in 2026 that is not reflected in a new tagged version here.
AI summary generated
Recent updates
v1.1.0
v1.1.0 primarily adds TypeScript typings and refactors the implementation to use the `call-bound` package directly. It also updates some dependencies and adjusts CI workflows for Node version coverage.
Featuresv1.0.2
This release v1.0.2 contains no user-facing release notes from the publisher. The only observed code-diff changes are updating version metadata and adding a missing dependency (get-intrinsic), along with a changelog entry for that dependency fix.
v1.0.1
Release v1.0.1 was published on 2024-02-06, but the publisher provided no release notes. No specific changes, fixes, or migration guidance are described, so developer impact cannot be determined from the provided information.
v1.0.0
This release is tagged v1.0.0, but no release notes were provided by the publisher. As a result, there is no documented information about new features, breaking changes, bug fixes, security updates, or migration steps for developers.