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 repository shows a recent upstream push on 2026-01-13, which suggests ongoing maintenance activity, though the provided update summaries only cover up to v1.1.0 on 2024-12-17.
- Update cadence appears irregular based on the tagged updates shown, with a small cluster in early 2024 (v1.0.1 and v1.0.2 on 2024-02-06) followed by a larger update later (v1.1.0 on 2024-12-17).
AI summary generated Today
Recent updates
v1.1.0
12/17/2024v1.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
2/7/2024This 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
2/6/2024Release 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.