This is not specific to NPM. You can ask the same question for any language repository. And the answer will be in the most cases same.
If you use Golang, then you'll mostly be using the stdlib plus some libraries. A much smaller surface area and checking that code becomes more feasible.
This is not specific to NPM. You can ask the same question for any language repository. And the answer will be in the most cases same.