own-keys is a JavaScript utility that returns an object's own property keys, including both string and symbol keys. It also aims to include non-enumerable properties when possible, which makes it useful when you need a more complete view of an object’s keys than simple enumeration.
Project status
- The repository appears to be actively maintained in the broader sense, with the last upstream push on 2026-01-13, but the provided published version updates are from 2024-12-29 (v1.0.0 and v1.0.1).
- The apparent update cadence (based only on the provided update history) is low, with two tagged updates close together on 2024-12-29, and no additional update info shown after that date.
AI summary generated Today
Recent updates
v1.0.1
12/29/2024v1.0.1 makes small internal/test changes and a runtime tweak to the fallback export implementation when `Reflect.ownKeys` (or the intrinsic `$ownKeys`) is not available. The release notes section provided by the publisher is empty, so the actual behavior difference is only discoverable from the code diff and changelog commits.
v1.0.0
12/29/2024Release v1.0.0 was published on 2024-12-29, but no release notes or change log details were provided by the publisher. As a result, there is no documented information here about new features, breaking changes, bug fixes, security updates, or migration requirements.