AlvinfromDiaspar
AlvinfromDiaspar

Reputation: 6834

Removing React project dependencies involving the es5-ext protestware?

I've recently come to discover this ridiculous notion of protestware. In my particular case it is related to the lastest version of the es5-ext package. The recommendation i've received is to downgrade to version 0.10.53. Unfortunately, this is opening up a whole can of worms - compile errors that seem to be related to versioning/dependencies.

Is there any way to remove the es5-ext package from a React web application?

Upvotes: 2

Views: 2137

Answers (1)

Naor Tedgi
Naor Tedgi

Reputation: 5707

From this thread it looks like this issue, alerts a lot of antiverios and scanner and the post install file will be removed at the next major relese

https://github.com/medikoo/es5-ext/issues/186

Upvotes: 1

Related Questions