-
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
Recursive support on Node.js dependencies #89
Comments
As discussed in today's meeting nodejs/security-wg#872. We might want to create another dependency checker for Javascript code. Basically, it goes to the deps/node_modules and performs an |
I've tried that before. Some things to watch out for:
|
Maybe we could skip the v14 and start from v16 considering the v14 will be EOL pretty soon. |
Originally posted by @RafaelGSS in #88 (comment)
The text was updated successfully, but these errors were encountered: