npm-consider
npm-consider copied to clipboard
Handle ands
Builds on #25.
It seems to me that the argument order here is reversed.
For example, without this getLicenseType was getting "permissive" for (GPL-3.0 AND MIT).
With the fix it gets "uncategorized" (which is better than "permissive", though I hope this could be improved later to suggest "protective").
I think the reason this might not have been noticed is that it can work ok with comparing licenses for identity.
@delfrrr : Are you still maintaining? Do you want a collaborator to be able to make updates? I'm pretty busy, but would like to get those PRs merged and what not.