Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency papaparse to v5 #338

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

mend-for-github-com[bot]
Copy link

@mend-for-github-com mend-for-github-com bot commented Mar 25, 2021

This PR contains the following updates:

Package Type Update Change
papaparse (source) dependencies major ^4.3.6 -> ^5.2.0

By merging this PR, the below issues will be automatically resolved and closed:

Severity CVSS Score CVE GitHub Issue
High 7.5 WS-2020-0097 #140

Release Notes

mholt/PapaParse

v5.2.0

Compare Source

We are happy to announce version 5.2.0.

This version contains a new feature that allows to perform post request when downloading files.

It also fixes a ReDOS vulnerability issue. See mholt/PapaParse#777 for more details.

v5.1.1

Compare Source

v5.1.0

Compare Source

The release brings a the option to use a function to determine the fields that will be quoted. This function accepts the cell value and column index as parameters. Thanks to @​Puzzleton for contributing this feature.

This release also includes some bug fixes. Thanks to all who contributed.

v5.0.2

Compare Source

v5.0.1

Compare Source

v5.0.0

Compare Source

We are happy to announce a new major release of PapaParse.

This relase (5.0.0) introduces the following changes:

  • We drop support for Node 6.x branch.
  • Workers are now loaded with inline blobs, which means that is only needed to specify the worker: true option and Paparse will load it's code from a blob
  • Step function returns only a single row
  • A function to transform header columns is added. The trimheader option is removed as it can be achieved with this new transform function.
  • The API throws now Error objects instead of using error Strings.
  • Handle delimiter guessing, when not all of the fields are quoted
  • Add ability to support escapeChar on unparse
  • Allow to specify the columns used for unparse
  • Add DelimitersToGuess config option

Happy parsing!

v4.6.3

Compare Source

v4.6.2

Compare Source

v4.6.1

Compare Source

v4.6.0

Compare Source

The release brings a the option to skip lines with no content but with separators.

Thanks to @​MonkeyDZeke for it's contribution

v4.5.1

Compare Source

v4.5.0

Compare Source

This release brings several bug fixes and the the following improvements:

  • Serialize dates using ISO Format
  • Add config option to transform values before dynamic typing
  • Drop support for node v4 and add support for node v10
  • Add support for node-style streaming

Thanks to @​pushplay @​efossas @​gabegorelick and @​trevorharwell for contributing to this release

v4.4.0

Compare Source

This release brings several bug fixes and the the following improvements:

  • Add option to trim whitespace from headers
  • Upgrade dependencies to newer versions
  • Remove support for node 0.12
  • Add option to configure escape character
  • Add support for spaces between quotes and separators

Thanks to @​thSteve, @​gabegorelick and @​marius-wieschollek for contributing to this release.

v4.3.7

Compare Source


  • If you want to rebase/retry this PR, check this box.

@mend-for-github-com mend-for-github-com bot added the security fix Security fix generated by WhiteSource label Mar 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
security fix Security fix generated by WhiteSource
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants