Found 4 vulnerabilities on npm install

前端 未结 6 2042
清歌不尽
清歌不尽 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:22

    If you have ran npm audit and got vulnerabilities, then you can have different scenarios:

    Security vulnerabilities found with suggested updates

    • Run the npm audit fix subcommand to automatically install compatible updates to vulnerable dependencies.

    • Run the recommended commands individually to install updates to vulnerable dependencies. (Some updates may be semver-breaking changes; for more information, see "SEMVER warnings".)

    Security vulnerabilities found requiring manual review

    • If security vulnerabilities are found, but no patches are available, the audit report will provide information about the vulnerability so you can investigate further.

    Source: Reviewing and acting on the security audit report

提交回复
热议问题