DavidTPate / isip

Pure Javascript implementation for truly checking if the provided input is an IP address. Based on RFC 791 (IPv4) RFC 4291 (IPv6) and RFC 4632 (CIDR)
MIT License
3 stars 1 forks source link

Pull from hapijs/joi #2

Open ThomasR opened 8 years ago

ThomasR commented 8 years ago

As discussed in https://github.com/DavidTPate/isip/commit/3edca50ea744bb2df6d2da498c6c8035cf5610e2#commitcomment-12260998

It would be really nice to have the latest version of https://github.com/hapijs/joi/blob/master/lib/string/rfc3986.js as a standalone library. Possibly convert to ES3 for use in browsers?