-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
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
Handling of "OR" #21
Comments
I think the problem is in |
And the source of that problem is that in |
Just had this issue pop with the package: https://github.com/Stuk/jszip as they have changed their license field from: (MIT OR GPL-3.0) in version 3.6.0 to: (MIT OR GPL-3.0-or-later) in versions 3.7.0 and 3.7.1 and now thinks it is protective. At the moment I have downgraded to 3.6.0 as our builds fail when npm-consider returns 1, but would be really good if this library can be updated (pull request accepted). |
As the author has not replied and seems to have abandoned the project, I created a fork, Would be most grateful if anyone could help adding tests. |
Hi!
Great package and concept. Also appreciated the Medium.com write-up.
I noticed that when providing the details of licenses, "[email protected]", whose license is listed as "GPL-3.0-or-later OR MIT" is categorized as "Protective". Since the "OR" is present with the permissive MIT, I would think it should go with "Permissive" instead. Only for "AND" would it make sense I think to be "Protective".
The text was updated successfully, but these errors were encountered: