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
npm lock-file changes without installing any package
Currently, I have a small issue with package-lock file between difference OS system(Mac OS / Linux)
My colleague and me use makefile to run project and the contained commend is only npm install and np...
Jincheol Park
Votes: 0
Answers: 0
Update package-lock.json to point package to new repo
I have installed a package through npm which I have edited and uploaded to my own github-repository.
Now I want package.json/package-lock.json to refer to the archive I uploaded to my own github-repo ...
Nojahhh
Votes: 0
Answers: 1