I wanted to install npm package socket.io client, so in my directory I run npm install socket.io-client, and when it's done I get this message in Terminal :
user$ npm install socket.io-client
up to date, audited 1377 packages in 10s
210 packages are looking for funding
run `npm fund` for details
**6 high severity vulnerabilities**
To address all issues (including breaking changes), run:
npm audit fix --force
Run `npm audit` for details.
So is it critical or not for the program? I mean if I use command "npm audit fix --force" then after some installations I get 76 vulnerabilities.
I tried to run npm fix --force but it gives even more vulnerabilities, if I run nmp fix --forse again it shows 6 vulnerabilities like after the first installation.