Right after running npm install and entering the library name this is what I got:
added 1737 packages from 1582 contributors and audited 37136 packages in 363.727s
found 326 vulnerabilities (73 low, 1 moderate, 252 high)
run `npm audit fix` to fix them, or `npm audit` for details
Running npm audit fix fixed 229 of 326 vulnerabilities but still:
21 vulnerabilities required manual review and could not be updated
3 package updates for 76 vulnerabilities involved breaking changes
(use `npm audit fix --force` to install breaking changes; or refer to `npm audit` for steps to fix these manually)
Would be great to have zero vulnerabilities from the start.
Right after running
npm installand entering the library name this is what I got:Running
npm audit fixfixed229 of 326 vulnerabilitiesbut still:Would be great to have zero vulnerabilities from the start.