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

Feature Implementation of issue [#67](https://github.com/jeemok/better-npm-audit/issues/67) #78

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

bencivjan
Copy link

@bencivjan bencivjan commented May 23, 2022

I and @dchahuan have implemented the specification of dev dependencies and production dependencies in the audit. This was requested in issue #67.

We completed this by always running a npm production audit and taking the difference in results from the requested user audit. If results from the requested audit do not exist in the production audit, we know they are dev dependencies and can mark them as such in another column.

This gives developers more information about which dependencies they need to focus on fixing.

We modified the tests that create mockups so that they accurately the new table.

Please let us know if there are any questions, concerns, or requested additions/changes.

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

Successfully merging this pull request may close these issues.

None yet

2 participants