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
Breaking change should be mentioned in changes please somewhere.
Now it throws when it is invalid and needs to be handled in try catch for example.
Throws -> invalid ipv4 address
invalid ipv4 address
We have handled it, but bumps in dependabot can be tricky for someone so just mentioning it here for others.
The text was updated successfully, but these errors were encountered:
in v1.1.9:
v1.1.9
> ip.isPrivate('dog.com') Uncaught Error: invalid ipv4 address at ip.isPrivate (~/projects/node-ip/lib/ip.js:323:13)
This is a change in behaviour from 1.1.8:
1.1.8
> ip.isPrivate('dog.com') false
Sorry, something went wrong.
No branches or pull requests
Breaking change should be mentioned in changes please somewhere.
Now it throws when it is invalid and needs to be handled in try catch for example.
Throws ->
invalid ipv4 address
We have handled it, but bumps in dependabot can be tricky for someone so just mentioning it here for others.
The text was updated successfully, but these errors were encountered: