Provides an ES spec-compliant polyfill (shim) for `Object.fromEntries`, and exposes a `shim()` method to patch `Object.fromEntries` when it is missing or noncompliant. Useful in JavaScript environments that support ES3 and need `Object.fromEntries` behavior that matches the proposed spec.
Project status
- The source,
es-shims/Object.fromEntries, is described as an official ES spec-compliant polyfill forObject.fromEntries, and it shows continued repository activity (last upstream push on 2025-12-30), though the provided evidence only includes versionedupdatesthrough v2.0.8 (2024-03-18). - The apparent
updatecadence is not frequent and is somewhat irregular, with publishedupdatesat v2.0.6 (2022-11-06), v2.0.7 (2023-08-29), and v2.0.8 (2024-03-18), suggesting a low-change maintenance pattern rather than rapid iteration.
AI summary generated Today
Recent updates
v2.0.8
3/18/2024Release v2.0.8 has no publisher-provided release notes. The code diff shows version bumps and implementation dependency refactors, but there is no explicit documentation of user-facing behavior changes.
v2.0.7
8/29/2023This release, v2.0.7, appears to be a dependency-only update. The only code change is that internal helper imports from the `es-abstract` package were moved from the `2022` to the `2023` spec paths, alongside bumps to `define-properties` and `es-abstract` (plus several dev dependencies).
v2.0.6
11/6/2022Release v2.0.6 was published on 2022-11-06, but no release notes were provided by the publisher. As a result, no specific changes, fixes, breaking changes, or migration steps can be verified from the provided information.