ogt / valid-url

Node module that provides URI validation functions
https://npmjs.org/package/valid-url
Other
215 stars 26 forks source link

Again false positive in a url #27

Open gil2gm opened 5 years ago

gil2gm commented 5 years ago

Again the value

NOT URL http://a.b--c.de/ NOT URL http://www.foo.bar./

Return True

adrienv1520 commented 4 years ago

Hi @gil2gm,

I was facing the same issues with valid-url but also validator so I decided to build a module as reliable as possible strictly based on RFC-3986: https://github.com/adrienv1520/node-uri

The main features of this project are:

I hope it could help you.