dunder-proto is a JavaScript utility that provides access to Object.prototype.__proto__, including a getter and setter. It is useful when you need a reliable way to read or change an object’s __proto__ value, even if it is otherwise unavailable.
Project status
- The source appears not to be actively maintained, with the most recent upstream push on 2024-12-17, which is over 18 months ago relative to 2026-06-09.
- Apparent update cadence, two version updates in early December 2024 (v1.0.0 on 2024-12-06 and v1.0.1 on 2024-12-17), then no further updates since 2024-12-17.
AI summary generated
Recent updates
v1.0.1
Release v1.0.1 updates the library to better handle Node runs with `--disable-proto=*` by preventing crashes during module initialization. The main functional change is adding `ERR_PROTO_ACCESS` handling around `Object.prototype.__proto__` accessor detection and `__proto__` mutation capability detection.
v1.0.0
Release v1.0.0 was published on 2024-12-06, but no release notes were provided by the publisher. Because the release notes content is missing, this analysis cannot identify specific new features, breaking changes, or fixes from the published text.