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

Make dependencies.allow work with dependency tree #1

Open
tanepiper opened this issue Jul 12, 2017 · 0 comments
Open

Make dependencies.allow work with dependency tree #1

tanepiper opened this issue Jul 12, 2017 · 0 comments

Comments

@tanepiper
Copy link
Owner

This feature should analyse all dependencies in a package.json, but also analyse it's dependency tree.

This would be in two modes:

  • Local - Reads all package.json files within node_modules and checks them. If these dependencies contain sub-dependencies it will continue to recurse until all folders are done.
  • Remote - Reads the package.json and then uses this to resolve all dependencies remotely. It will then analyse like local, and recurse until all dependencies are resolved.
@tanepiper tanepiper added this to the Version 1.0.0 milestone Jul 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant