Back to Explore

es-shims/Object.entries

GitHub
1 watchersOpen source

Last release: 3/18/2024

This is an ES2017 spec compliant shim for `Object.entries`, intended to provide `Object.entries` behavior in environments where it is unavailable or noncompliant. It exports `entries(obj)` and provides a `shim()` method to patch `Object.entries` when needed.

Project status

  • The source appears actively maintained, with an upstream push dated 2025-12-30, though the most recently summarized published package update is v1.1.8 from 2024-03-18.
  • The apparent update cadence is low and periodic, with summarized updates in 2022 (v1.1.6), 2023 (v1.1.7), and 2024 (v1.1.8).

AI summary generated Today

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

Recent updates

  • v1.1.8

    3/18/2024

    v1.1.8 updates the package version and refreshes both runtime and dev dependencies, along with a small change to the GitHub Actions test matrix. The functional code change is primarily an internal dependency swap for the object coercion helper used by Object.entries.

  • v1.1.7

    8/28/2023

    Release v1.1.7 does not include any publisher-provided release notes. The code diff shows only internal dependency updates and a small change to which versioned es-abstract module is required by the implementation.

  • v1.1.6

    11/6/2022

    Release v1.1.6 was published on 2022-11-06. No release notes or change log details were provided by the publisher, so the impact of this update (features, fixes, breaking changes) cannot be determined from the provided information.