react-native-markdown-display
react-native-markdown-display copied to clipboard
markdown-it dependency vulnerability
@dsngeu has overriding the version of markdown-it worked for you?
@dotnich-io @dsngeu Worked for me overriding markdown-it in package.json. Didn't seem to break anything 😅
"overrides": {
"markdown-it": "14.1.0"
},
@dotnich-io @dsngeu Worked for me overriding
markdown-itinpackage.json. Didn't seem to break anything 😅"overrides": { "markdown-it": "14.1.0" },
You should add the package in the override:
"overrides": {
"react-native-markdown-display": {
"markdown-it": "14.1.0"
}
}
Well i forked this repo and removed unmaintained package. If you guys want to try or if some see some things that dont work here is the link
https://www.npmjs.com/package/@novastera-oss/react-native-markdown-display
I migrated all to typescript too