private-ip
private-ip copied to clipboard
fix: removed dependency in favor of Native node.js dependency
Instead of using @chainsafe/is-ip you can use the Node.js internal module node:net which offers isIP as an export.
This has been available since v0.3.0 at https://nodejs.org/api/net.html#netisipinput
Please merge and then update package-lock.json and release to npm.
Thank you 🙏