Found 4 vulnerabilities on npm install

前端 未结 6 2040
清歌不尽
清歌不尽 2020-12-09 01:34

I am just getting started with react-native. On installing this package

npm install --save react-native-validator-form

https://github.com/New

6条回答
  •  臣服心动
    2020-12-09 02:03

    This is a result of the new npm version including the audit command.

    It isn't some new issue with the Angular CLI, npm just introduced new functionality in npm to warn users about vulnerabilities in the packages they're installing - so there's no "new" vulnerability in Angular, it's just that now npm is now warning you about vulnerabilities that already existed:

    https://blog.npmjs.org/

    Most of the issues stem from Karma, so it'd need to be fixed there for the Angular team to pull in a new Karma version karma-runner/karma#2994

提交回复
热议问题