junedomingo / react-native-rename

Rename react-native app with just one command
MIT License
2.63k stars 261 forks source link

colors.js LIBERTY LIBERTY LIBERTY crashing #148

Closed frankfuu closed 2 years ago

frankfuu commented 2 years ago

I think this project is affected by the recent colors package corruption.

Read more here - https://www.bleepingcomputer.com/news/security/dev-corrupts-npm-libs-colors-and-faker-breaking-thousands-of-apps/

Is there a way around it?

davux commented 2 years ago

This is related to https://github.com/Marak/colors.js/issues/285.

To unbreak it, the workaround is to use colors v1.4.0 explicitly. The more stable fix will be to use a repo controlled by a reliable maintainer when it's set up.

davux commented 2 years ago

The problem should be fixed now (with no PR needed), as npm unpublished the offending versions. I think you can close it, @frankfuu.

frankfuu commented 2 years ago

Thanks @davux