npm react-scripts 3.4.3
v3.4.3

latest releases: 5.0.1, 5.1.0-next.14, 5.0.0...
3 years ago

3.4.3 (2020-08-12)

v3.4.3 release bumps terser-webpack-plugin to a version for which npm audit does not report a vulnerability. Note that this vulnerability did not affect Create React App projects, so this change is only necessary to satisfy auditing tools.

Migrating from 3.4.2 to 3.4.3

Inside any created project that has not been ejected, run:

npm install --save --save-exact react-scripts@3.4.3

or

yarn add --exact react-scripts@3.4.3

Don't miss a new react-scripts release

NewReleases is sending notifications on new releases.