-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feature idea: list dependencies from certain maintainers #7
Comments
I love this idea! Personally, I'd use this feature to find which deps are releasable by people I know have gone MIA in particular sub communities and maybe adjust who has release access |
Here's an implementation being shared under MIT license. It has my name hardcoded, so you'll have to update it to take an input. It also has an |
only reason this tool is GPL-3.0 is because I don't think it should be a part of anyone's closed-source product (of course, I would never know -- honor system, basically))
I commented on #9, and I would be happy to take a PR that adds this feature using |
It's not my script, so we'd have to ask @bluwy if he's okay licensing it here under GPL 3 |
I don't mind if you'd use all or some of the code, per the MIT license it should be acceptable to be re-licensed under GPL 3. Would appreciate a link to the repo or source code if so, but not strictly something I'd enforce. |
Let's say, hypothetically, we got concerning results from running
npx dependency-maintainers
, we found one account that is a maintainer in a suspiciously large number of dependencies we use, and we would like to dig in deeper.It would be cool if we could just:
(contributor name chosen at random)
and get the list of dependencies we use and they maintain.
The text was updated successfully, but these errors were encountered: