-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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] Flatten output of npm fund
#685
Comments
(For parsing, there's It seems to me that the current state is an advantage for you - it'll be clear that you're a dep of express, and it won't be confusing to a developer who never put your package name explicitly in their package.json. Either way, feature proposals need to go in https://github.com/npm/rfcs instead of here. |
First of all, thanks @wheresrhys for taking the time to send the constructive feedback and thanks @ljharb for helping out with the accurate answers (making my life easier) 😁
👍 to that, for tooling of any sort
Again 👍 the RFC Repo is the correct place to propose changes, there's also bi-weekly video calls that you can join in order to pitch your ideas or follow the discussions but the best way to get started is by proposing an RFC via PR in that repo 😄 |
What / Why
npm fund currently nests funding information for transitive dependencies in a nested tree structure. This has several drawbacks:
I propose that
npm fund
returns a flat structure by default, with an option to return a nested structure. Or, failing that, that the default behaviour remains as is, but it supports an option to return a flattened structure.Context - I would like to build a tool for my organisation that collates
npm fund
information across all our projects, and a flat structure is easier to work with.When
Where
How
Current Behavior
Expected Behavior
Who
References
The text was updated successfully, but these errors were encountered: