python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Overriding nested dependencies in Node.js projects to improve "npm audit" vulnerability report
I got some vulnerabilities resolved in my Node.js project by forcing some nested dependency updates but I need help understanding what's actually happening behind the scene of this improvement.
Here i...
AliReza
Votes: 0
Answers: 1
npm audit fix not updating package.json
I want to fix one vulnerability and after lot of hit and trial, I want to use the fix given by npm audit fix. The npm audit says:
# Run npm update mkdirp --depth 8 to resolve 10 vulnerabilities
...
user124
Votes: 0
Answers: 1
Fixing NPM vulnerabilities
I am following a TypeScript tutorial.
Unfortunately, the packages are outdated and I got a warning about
vulnerabilities.
I followed a bunch of suggestions from
npm check and update package if needed...
Thomas Weller
Votes: 0
Answers: 3
Istio Virtual Service - Proxy to external HTTPS service
I'm trying to proxy HTTP requests with specified URI prefix to an external HTTPS server.
The idea is to use ower internal Nexus Repository manager for NPM, but don't loosethe ability for 'npm audit' l...
Sebastian A.
Votes: 0
Answers: 1