object-keys is a JavaScript shim for Object.keys, providing an Object.keys function when it is unavailable. It exports a callable function, and you can use its shim method to install the shim so Object.keys behaves consistently.
Project status
- The repository is likely still present and has recent activity (last upstream push on 2026-03-17), but the provided package update history shows no new version updates since 2019, so active maintenance is not clearly evidenced from releases alone.
- The apparent update cadence is very low, with updates in 2018 (v1.0.12), 2019 (v1.1.0, v1.1.1), and then none shown after 2019.
AI summary generated Today
Recent updates
v1.1.1
4/7/2019Release v1.1.1 makes a small targeted fix related to Firefox window property handling. It updates the Object.keys shim logic so that specific deprecated Firefox properties related to moz fullscreen are excluded, and aligns the test suite accordingly.
v1.1.0
2/8/2019v1.1.0 refactors the package by moving the full Object.keys polyfill implementation into a new implementation.js entry point and simplifying index.js. It also updates the repository tooling (linting and security checks), and expands CI coverage for additional Node versions. No release notes content was provided by the publisher.
v1.0.12
6/18/2018Version v1.0.12 was released on 2018-06-18, but no release notes were provided by the publisher. As a result, no developer-facing changes, fixes, or migration guidance can be extracted from the provided information.