tjfontaine / node-dns

Replacement dns module in pure javascript for node.js
MIT License
585 stars 154 forks source link

Dependency on ipaddr.js >= 0.1.1 introduces incompatible change #118

Closed bahamat closed 2 years ago

bahamat commented 2 years ago

ipadder.js dropped support for node older than 8 with version 2. This causes a consumers using older node to break.

bahamat commented 2 years ago

https://github.com/whitequark/ipaddr.js/commit/d4bd3d283b2dce91ce8785c04c3df841373b8578#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519

Older node is instructed to use 1.x: https://github.com/whitequark/ipaddr.js#older-node-support

bahamat commented 2 years ago

Nevermind, I see this was fixed with 0.7.0.