RepoJournal
Node.js

@nodejs

The Node.js runtime - every backend team's CVE source of truth

Keep up with Node.js in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

One email a day. Unsubscribe in one click.

Pick a date

Topics: JavaScript Full archive →

The Wire · Showcase

Node DNS Reverse Lookups Fixed, REPL Gets Syntax Highlighting

By RepoJournal · Filed · About Node.js

Node core shipped a DNS fix that stops reverse lookups from consulting /etc/hosts, breaking alignment with documented behavior that caught developers mid-production.

The dns.reverse() method was honoring c-ares lookup order and returning entries from /etc/hosts despite documentation stating it performs pure DNS queries [2]. This fix configures c-ares resolver channels to use only DNS/PTR lookups, aligning reverse() with the behavior of dns.resolve*() [1]. In parallel, Node's REPL now includes basic syntax highlighting [3], a quality-of-life improvement for interactive debugging. Documentation also tightened: assert.deepStrictEqual() docs now explicitly note that object constructors are compared as part of deep strict equality [4], closing a gap between docs and actual behavior. Across the ecosystem, changelog-maker landed v4.4.42 and nodejs-dist-indexer reached v1.8.20 with routine dependency patches [5] [6].

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] dns: do not consult hosts file in reverse lookups ↗ nodejs/node
  2. [2] dns: do not consult hosts file in reverse lookups nodejs/node
  3. [3] repl: add basic syntax highlighting nodejs/node
  4. [4] doc: mention constructor check in deepStrictEqual ↗ nodejs/node
  5. [5] v4.4.42 ↗ nodejs/changelog-maker
  6. [6] v1.8.20 ↗ nodejs/nodejs-dist-indexer

Quick answers

What shipped in Node.js on July 27, 2026?
Node core shipped a DNS fix that stops reverse lookups from consulting /etc/hosts, breaking alignment with documented behavior that caught developers mid-production. In total, 6 commits, 5 pull requests, and 3 releases landed.
Who contributed to Node.js on July 27, 2026?
6 developers shipped this update, including Archkon, avivkeller, skdas20, github-actions[bot], dependabot, and semantic-release-bot.
What were the notable Node.js updates?
dns: do not consult hosts file in reverse lookups, dns: do not consult hosts file in reverse lookups, and repl: add basic syntax highlighting.

More from @nodejs

Daily updates, in your inbox

Follow Node.js

Keep up with Node.js in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

One email a day. Unsubscribe in one click. Read a past issue →

Elsewhere on the wire

Want every project, not just this one?

We use privacy-friendly analytics (Google Analytics, IP-anonymized) to see which pages help readers. No ads, and we never sell your data. See our Privacy Policy.