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: Evidence suggests the repo is still being worked on (upstream push on 2026-04-20), but the last published updates shown are from 2024-12-04 (v1.2.0), so package-level changes appear to have paused for a prolonged period.
- Update cadence (from provided summaries): Two closely spaced updates in late 2024 (v1.1.0 on 2024-11-30, v1.2.0 on 2024-12-04), then a long gap with no additional published updates shown until today, despite the 2026-04-20 upstream push.
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.