-
Should we expect the `step` function in the CSVParse() options to pass the result down the chain?
```
const { StringStream } = require('scramjet');
const fs = require('fs');
const args = process.a…
-
I am trying to use this function, but I am getting error `Papa.download is not a function`.
This is how I call the function:
Papa.download(Papa.unparse([
…
-
I have a problem with rendering app after migrating to 18 version
```
const root = ReactDOM.createRoot(document.getElementById('root'));
const AppTest = () => test react alpha 18;
root.render()
…
-
When using numbers as column names, the fromCSV function throws an exception `columnName.toLowerCase is not a function`
```js
const csvDataFrame = fromCSV(`"Column Name","123"\ndata1,data2`, {
…
-
When `headers=true` sometimes we don't want al the fields in the returned parsed items.
Now if headers line is:
`id, name, date, description`
I get the parsed items:
`[{id: "23", name: "Joh…
-
## CVE-2019-11358 - Medium Severity Vulnerability
Vulnerable Libraries - jquery-1.10.1.min.js, jquery-1.11.3.js, jquery-2.1.0.min.js, jquery-3.1.1.js, jquery-3.1.1.min.js, jquery-1.9.1.js
jquery-1.…
-
Hi,
Scanning my project using Whitesource, it found that there is a medium vulnerability in `PapaParse/player/player.html` for using `query-2.1.0.min.js`
![image](https://user-images.githubusercon…
-
Here is my code below. I successfully arrange CSVLink to only be 'clicked' once the data has been fetched like issue #72 . However, upon downloading the file, and opening it in excel, or notepad ++ et…
-
##### **Overview of the issue**
Whenever I try to generate the documentation, I receive this error:
`reason: Error: Could not find the node's symbol.`
I saw this error has been filed severa…
-
### Current behavior
( I am aware `npm i library@version` releases the lock on the resolved sub-dependencies)
Re-installing enzyme-adapter-react-16@1.15.2 via **npm i enzyme-adapter-react-16@1.15.…