private-ip icon indicating copy to clipboard operation
private-ip copied to clipboard

fix: removed dependency in favor of Native node.js dependency

Open titanism opened this issue 1 year ago • 0 comments

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 🙏

titanism avatar Aug 27 '24 20:08 titanism