Skip to content
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

Allow whitelisting of top-level packages and their transitive dependents #225

Open
brettz9 opened this issue Dec 19, 2019 · 0 comments
Open

Comments

@brettz9
Copy link

brettz9 commented Dec 19, 2019

Hi,

It appears that packages only checks for the license of that particular package and not its children.

I am interested in being able to check for particular packages and all of their children.

My use case is that in some repositories, particularly browser-based ones, I add scripts to copy items out of devDependencies into the repository so that they can be hosted by Github hosting like Github Pages (while still being able to take advantage of npm versioning).

For such repos, I'd like to be able to detect the licenses without checking all devDependencies--only those I know that we are bundling.

Do you expect this would be an easy addition?

@brettz9 brettz9 changed the title Allow whitelisting of top-level packages and their children Allow whitelisting of top-level packages and their transitive dependents Dec 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant