|
|
|
|
|
by HWR_14
1681 days ago
|
|
How do you police what your imports import? Serious question. Let's say I'm building a Discord app (as I want to do.) Well, either NPM or Python PIP to get one module - the discord module. But who knows how safe what it imports is. That's the point. Are there stable dependencies from reputable companies that do the things I want without me vetting 10k submodule imports? |
|