Back to Explore
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
- Actively maintained signals: the GitHub repo shows a recent upstream push (2026-05-07), though the provided update history only includes details for v2.0.0 (2025-06-20).
- Update cadence (based on available evidence): last described change is from mid 2025, so the cadence appears low to moderate, with additional activity after that not reflected in the given summaries.
AI summary generated Today
AI-generated from public sources. May be inaccurate. Report
Recent updates
v2.0.0
11 months agov2.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.
BreakingFeatures