Skip to content

Fork of jameslawler react-native-rss-parser with fixed critical xmldom exploit.

License

Notifications You must be signed in to change notification settings

SecreSwalowtail/react-native-rss-updated

 
 

Repository files navigation

react-native-rss-parser

Fix for xmldom critical vulnerability.

Installation

  1. If you have the old react-native-rss-parser package, remove it
npm remove react-native-rss-parser
  1. Find your package.json file and add this to the list of dependecies
"dependencies": {
 // Other packages...
  "react-native-rss-parser": "github:SecreSwalowtail/react-native-rss-updated",
},
  1. Update the packages
npm install
  1. You may need to build the types for this package, run this if react can't find the pacakge.
npm i --save-dev @types/react-native-rss-parser

Usage example

See the original package for instructions: https://github.com/jameslawler/react-native-rss-parser

About

Fork of jameslawler react-native-rss-parser with fixed critical xmldom exploit.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%