empathic is a set of small Node.js utilities designed to help with common path-related tasks. It includes helpers to find files by walking up parent directories, work with package.json and node_modules packages, resolve absolute paths, and check file access permissions.
Project status
- The repository appears actively maintained, with a recent update (v2.0.1 on 2026-05-07) and an upstream push on the same date.
- Update cadence looks moderate, with the previous tagged update (v2.0.0) on 2025-06-20 and the next (v2.0.1) on 2026-05-07, roughly 10 to 11 months later.
AI summary generated
Recent updates
v2.0.1
Release v2.0.1 contains build and publishing pipeline changes plus TypeScript declaration output changes. No release notes were provided, so developers need to infer behavioral and packaging impacts directly from the diff.
Breakingv2.0.0
v2.0.0 introduces new file and directory export helpers via empathic/find. It also changes export selection semantics by replacing options.stop (exclusive) with options.last (inclusive), affecting all exports in empathic/find, empathic/package, and empathic/walk.
BreakingFeaturesv2.0.0-next.0
Release v2.0.0-next.0 was published on 2025-06-20, but no release notes were provided by the publisher. Because no documented changes are available, developers should review the actual diff and any changelog/source control history before upgrading to assess potential API compatibility and behavioral changes.