카테고리 없음
npm - vulnerabilities
밍상
2021. 10. 20. 13:33
npm 으로 라이브러리들을 설치하다보면 취약점 경고가 발생할 때가 종종 있다.
이때 npm-check-updates를 사용하면 버전문제를 해결할 수 있는 것 같다.
npm i -g npm-check-updates
ncu -u
https://www.npmjs.com/package/npm-check-updates
npm-check-updates
Find newer versions of dependencies than what your package.json allows
www.npmjs.com