gopd is a small JavaScript helper that mirrors `Object.getOwnPropertyDescriptor`, including a workaround for Internet Explorer’s broken implementation. It is useful when you need property descriptor retrieval that behaves consistently across older IE environments.
Project status
- Maintenance status: The repo shows a relatively recent upstream push on 2026-04-20, which suggests ongoing work, but the most recent published updates in the provided data are from v1.2.0 on 2024-12-04, so published change frequency appears low.
- Apparent update cadence: Since v1.2.0 (2024-12-04), there are no newer versioned updates shown; earlier versions are v1.1.0 (2024-11-30) and v1.0.x (2022-11-02), indicating an irregular cadence with long gaps between versioned updates.
AI summary generated
Recent updates
v1.2.0
No publisher release notes were provided for v1.2.0. The code changes introduce a new entry point (./gOPD) and refactor the implementation to remove the get-intrinsic dependency.
Featuresv1.1.0
v1.1.0 adds TypeScript type declarations for the module and updates development tooling (linting, tsconfig) and dependencies. The only runtime code change shown is a JSDoc type annotation in index.js, while the package metadata and dependency versions are updated.
Featuresv1.0.1
This release is v1.0.1, published on 2022-11-02. The publisher did not provide release notes, so changes, fixes, and potential upgrade impacts are not documented in the release information.
v1.0.0
Release v1.0.0 was published on 2022-11-02, but no release notes were provided by the publisher. As a result, this release cannot be reliably analyzed for new features, breaking changes, bug fixes, security, performance improvements, dependencies, or migration guidance from the provided data.