-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Ability to filter dependencies vs devDependencies #796
Comments
Deploying a version of this now for testing, not sure how performant the counting of the kind filters will be just yet, might need to add some caching. |
Note that there may be some crossover between kinds (a package that shows up for multiple kinds) if different versions of the package use that dependency in different ways (runtime vs dev for example). If filtering by |
I'm also going to add an API endpoint to be able to fetch a list of kinds and counts. |
OMG, thank you! This list is exactly what I've been looking for forever!! |
There may be some issue still. If you click the link from my last comment |
@benmccann the I'll make sure |
Just deployed that now. |
Also added a new dependent_package_kinds api endpoint: https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/deep-equal/dependent_package_kinds Which also accepts cc @voxpelli as you may find this and the |
I would love the ability to filter for dependants that show up in dependencies in package.json and exclude packages where it appears in devDependencies
The text was updated successfully, but these errors were encountered: