ogt / valid-url

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

NPM does not detect the MIT licence #22

Open jaller94 opened 5 years ago

jaller94 commented 5 years ago

NPM is not picking up on this project being MIT licensed. The licence detection is used by a couple of compliance analyzers, so it would be helpful to change the entry from none to MIT. I am not sure what the issue is.

https://www.npmjs.com/package/valid-url

smellems commented 5 years ago

I think it's because the license was added after the last release.

Please make a new release with the updated license. It's causing build issues when validating licenses.

Thanks!

lencioni commented 4 years ago

Hi @ogt 👋 would it be possible to get a new version of this package published with the new license? Thank you!

adrienv1520 commented 4 years ago

This project, so as validatorhas a lot of issues and is not a reliable way to valid an URL.

I was facing a lot of issues 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.