We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
require('ip').isV6Format('dddd')
I checked on http://www.helpsystems.com/intermapper/ipv6-test-address-validation and it's invalid according to that. and also the inet_pton function http://locutus.io/php/network/inet_pton/ throws an error with dddd.
dddd
So it seems like the isV6Format function of node-ip has a bug.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I checked on http://www.helpsystems.com/intermapper/ipv6-test-address-validation and it's invalid according to that. and also the inet_pton function http://locutus.io/php/network/inet_pton/ throws an error with
dddd
.So it seems like the isV6Format function of node-ip has a bug.
The text was updated successfully, but these errors were encountered: