Back to Explore

inspect-js/get-symbol-description

GitHub
2 watchersOpen source

Last release:

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

  • Maintenance status: Evidence suggests some level of ongoing maintenance, with an upstream push on 2026-01-13, but the most recent tagged update in the provided history is v1.1.0 (2024-12-17), leaving a long gap until today (2026-06-09).
  • Update cadence: Tagged updates appear sporadic (2024-12-17, then 2024-02-07, 2024-02-06, and 2021-08-17). Despite the 2026 upstream push, there is no corresponding tagged update shown after 2024-12-17 in the provided summaries.

AI summary generated

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

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.

    Features
  • v1.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.