mapbox / csv2geojson

magically convert csv files to geojson files
http://mapbox.github.io/csv2geojson/
MIT License
362 stars 82 forks source link

fix: remove parse due unsafety and replace it with parseRows #75

Open matheusfcorocher opened 2 years ago

matheusfcorocher commented 2 years ago

What github issue is this PR for, if any?

Fix unsafety detected by issue https://github.com/mapbox/csv2geojson/issues/73

What changed, and why?

In d3-dsv repository says that parse is unsafety and you can replace for parseRows. Go to Content Security Policy in this link: https://github.com/d3/d3-dsv

How is this tested?

All the tests passed. No further tests were required for this fix.