Back to Explore

ljharb/gopd

GitHub
1 watchersOpen source

Last release: 12/4/2024

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

  • The repository appears actively maintained in recent history, with a new change reflected by an upstream push on 2026-04-20, and tags/updates as recently as v1.2.0 (2024-12-04).
  • The apparent updates cadence is irregular but ongoing, roughly about monthly to a bit over a week between v1.1.0 (2024-11-30) and v1.2.0 (2024-12-04), with a much longer gap before v1.0.1 (2022-11-02).

AI summary generated Today

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

Recent updates

  • v1.2.0

    12/4/2024

    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.

    Features
  • v1.1.0

    11/30/2024

    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.

    Features
  • v1.0.1

    11/2/2022

    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.