ip-num/ip-num

Validator.isValidIPv4CidrNotation passes for values such as 10.10.10.10/1x

saiyeek opened this issue · 1 comments

This should return false. Right now parseInt is applied <number> followed by any alpha characters which type coerces to number.

Fixed in 2e5cf72 commit on v1.0.1 branch