node-csvtojson
node-csvtojson copied to clipboard
Why is this library so large?
Bundlephobia is reporting bundle size:
MINIFIED 165.7 kB
MINIFIED + GZIPPED 46.2 kB
In comparison, csv-parse is:
MINIFIED 24.8 kB
MINIFIED + GZIPPED 6.3 kB


I saw this as well. It looks like the test data and coverage reports are both being included in the npm module.
Looks like there is a more detailed issue open here: https://github.com/Keyang/node-csvtojson/issues/387