Found 4 vulnerabilities on npm install

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

    I had the same issue and log was like below:

    Testing binary
    Binary is fine
    added 1166 packages from 1172 contributors and audited 39128 packages in 112.505s
    found 1 high severity vulnerability
    

    I executed the below command and it was fixed.

    npm audit fix
    

    log shows as below:

    Testing binary
    Binary is fine
    + @angular-devkit/build-angular@0.11.4
    added 18 packages from 47 contributors, removed 14 packages and updated 52 packages in 64.529s
    fixed 1 of 1 vulnerability in 39128 scanned packages
    

提交回复
热议问题