node-csvtojson icon indicating copy to clipboard operation
node-csvtojson copied to clipboard

Blazing fast and Comprehensive CSV Parser for Node.JS / Browser / Command Line.

Results 135 node-csvtojson issues
Sort by recently updated
recently updated
newest added

https://cdn.rawgit.com/Keyang/node-csvtojson/d41f44aa/browser/csvtojson.min.js nullObject option missing, i couldnot find it as part of the file at all? can you please check ?

const csvtojsonV2 = require("csvtojson/v2"); currrently working with this. using node 20 on google cloud function Cannot deploy because Detailed stack trace: Error: Cannot find module 'csvtojson/v2' Any workarounds?

### Advisory: CSVTOJSON has a prototype pollution vulnerability - Modul: csvtojson - Schwere: 🟡 Moderate - Betroffene Versionen:

You can notice that your [package.json](https://github.com/Keyang/node-csvtojson/blob/de1eac2ea5646a69a0c25672bb668d1ee1330cbf/package.json#L247) and you [package.lock.json](https://github.com/Keyang/node-csvtojson/blob/de1eac2ea5646a69a0c25672bb668d1ee1330cbf/package-lock.json#L3) are out of sync and display different versions of the package, respectively `2.0.14` and `2.0.12`. When publishing a new version you...