Checks whether the current environment supports full JavaScript property descriptor behavior, including `defineProperty` and `getOwnPropertyDescriptor` support. Useful for feature-detecting ES5 descriptor support and working around older browser issues such as IE 8’s broken implementations.
Project status
- The library appears to be actively maintained at least intermittently, with an upstream push on 2026-01-13; however, the last published tagged update referenced here is v1.0.2 from 2024-02-13.
- Update cadence looks low and irregular based on available tags, with updates at v1.0.0 (2022-04-15), v1.0.1 (2023-10-21), and v1.0.2 (2024-02-13), suggesting mostly maintenance-level changes rather than frequent feature work.
AI summary generated Today
Recent updates
v1.0.2
2/13/2024v1.0.2 is a small patch release with a refactor around how the library detects `Object.defineProperty` support. The provided release notes are empty, so behavior changes are only discoverable by inspecting the code diff and manifest changes.
v1.0.1
10/21/2023Release v1.0.1 primarily updates project metadata and tooling. The code diff shows no library source/API changes, but it does change how the npm package is assembled (npmignore generation and publishConfig) and bumps a runtime dependency (get-intrinsic).
v1.0.0
4/15/2022Release v1.0.0 was published on 2022-04-15, but no release notes were provided by the publisher. Because the release notes content is missing, this analysis cannot determine what new features, breaking changes, bug fixes, security updates, or dependency changes were included.