mafintosh / csv-parser

Streaming csv parser inspired by binary-csv that aims to be faster than everyone else
MIT License
1.41k stars 134 forks source link

fix: drop unused direct dependencies #168

Closed TrySound closed 4 years ago

TrySound commented 4 years ago

This PR contains:

Breaking Changes?

If yes, please describe the breakage.

Please Describe Your Changes

Fixes https://github.com/mafintosh/csv-parser/issues/163

I found @hapi/joi and generate-object-property and not used in this project and only bloat node_modules a bit.

codecov-commenter commented 4 years ago

Codecov Report

Merging #168 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #168   +/-   ##
=======================================
  Coverage   97.24%   97.24%           
=======================================
  Files           1        1           
  Lines         145      145           
=======================================
  Hits          141      141           
  Misses          4        4           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 789e0c1...819bec2. Read the comment docs.