es-object-atoms provides small JavaScript helpers related to ES object coercion, including Object, ToObject, and RequireObjectCoercible. It is useful for writing consistent type conversion and validation logic, with examples showing expected TypeErrors for null and undefined.
Project status
- The source appears largely TypeScript typing focused, with recent updates (notably v1.1.2) centered on
.d.tstype guard and developer tooling rather than runtime changes. - Update cadence looks slow, with the most recent upstream push on 2026-06-16 and the latest documented update v1.1.2 dated 2026-05-22, plus earlier activity in early 2025, suggesting a quiet maintenance pace rather than frequent iteration.
AI summary generated
Recent updates
v1.1.2
Release v1.1.2 appears to be primarily a TypeScript typing update plus minor developer tooling changes. The only functional-looking change in the diff is a modification to the isObject type guard signature in isObject.d.ts.
v1.1.1
v1.1.1 makes a small release focused on TypeScript typing improvements for `ToObject`, plus corresponding test coverage. There are no runtime code changes shown in the diff, but the `.d.ts` file change can affect TypeScript compile-time behavior.
Breakingv1.1.0
Version v1.1.0 was published on 2025-01-14, but the release notes are not provided (none available from the publisher). No documented changes, fixes, or breaking changes can be extracted from the provided information, so developers should review the corresponding tag/commit diff in the repository before upgrading.
v1.0.1
No release notes were provided for v1.0.1. The diff shows only TypeScript declaration changes for exported atoms, plus dev tooling and dependency updates and a package version bump.
v1.0.0
This release is tagged v1.0.0, but no release notes were provided by the publisher. As a result, there is no documented information about new features, breaking changes, bug fixes, security, or migration requirements.