If I remove the .npmrc file and do "npm install", it shows me the found vulnerabilities.
When I include my .npmrc file has only the registry url and do "npm install", i can't see the vulnerable packages. Maybe I am missing any config in the file that has to be there. I tried several configs yet cannot see the vulnerable packages.
Without .npmrc file: -
With .npmrc file: -
My .npmrc file which I added is only one liner: -
registry = <my_registry_url>
I'd like to know what am I missing.