Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ssm-github-python/node-csvtojson
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Keyang/node-csvtojson
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 74 files changed
  • 6 contributors

Commits on Oct 1, 2020

  1. tests: added data file and test coverage to demonstrate encodings

    The library uses fs.createReadStream to read files when fromFile
    is called and passes through options, including encoding, to the
    fs call. This is not obvious, resulting in issue Keyang#402. I have added
    a test to demonstrate this capability and a data file encoded in
    latin1 for use in the test.
    
    Issue Keyang#402
    abramsimon committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    0e12d76 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2022

  1. Update NPM ignore to reduce bundle size

    If using both a .gitignore and .npmignore, npm will favor the .npmignore
    and will not reference the .gitignore. This commit copies over missing
    entries from the .gitignore into the .npmignore.
    
    Current bundle contains ~7MB in coverage/ - this was already
    in the .npmignore though. I'm not sure what the release process looks
    like, but it may require further investigation by the maintainers to
    fully resolve.
    mothershipper committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    a9de37a View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Bump loader-utils from 1.1.0 to 1.4.2

    Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.1.0 to 1.4.2.
    - [Release notes](https://github.com/webpack/loader-utils/releases)
    - [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md)
    - [Commits](webpack/loader-utils@v1.1.0...v1.4.2)
    
    ---
    updated-dependencies:
    - dependency-name: loader-utils
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 16, 2022
    Configuration menu
    Copy the full SHA
    3f0c24a View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Merge pull request Keyang#457 from Keyang/dependabot/npm_and_yarn/loa…

    …der-utils-1.4.2
    
    Bump loader-utils from 1.1.0 to 1.4.2
    dogabudak authored Apr 17, 2023
    Configuration menu
    Copy the full SHA
    1aee76f View commit details
    Browse the repository at this point in the history
  2. Merge pull request Keyang#406 from abramsimon/abramsimon/add-test-cov…

    …erage-fromfile-encoding
    
    tests: added data file and test coverage to demonstrate encodings
    dogabudak authored Apr 17, 2023
    Configuration menu
    Copy the full SHA
    1535bcf View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Configuration menu
    Copy the full SHA
    3fb3a71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99616e4 View commit details
    Browse the repository at this point in the history
  3. feat: updated .gitignore

    dogabudak committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    7264211 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e5b60c8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3e7999d View commit details
    Browse the repository at this point in the history
  6. Updated package to 2.0.11

    dogabudak committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    89a9a36 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Merge pull request Keyang#437 from mothershipper/master

    Update NPM ignore to reduce bundle size
    dogabudak authored May 16, 2023
    Configuration menu
    Copy the full SHA
    75a154d View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2025

  1. update package-lock.json

    Keyang committed Oct 19, 2025
    Configuration menu
    Copy the full SHA
    f303866 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2025

  1. fix Keyang#498: prototype pollution

    * Use native promise instead of bluebird
    * drop support on node<8.x
    * reduce package size
    Keyang committed Oct 21, 2025
    Configuration menu
    Copy the full SHA
    4caeebd View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2025

  1. Fix issue Keyang#500 and Keyang#501

    Keyang committed Oct 22, 2025
    Configuration menu
    Copy the full SHA
    8e430a2 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2025

  1. run build script

    Keyang committed Oct 28, 2025
    Configuration menu
    Copy the full SHA
    141402c View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2025

  1. Configuration menu
    Copy the full SHA
    1a0fc47 View commit details
    Browse the repository at this point in the history
  2. fix CVE-2025-57350 for v1

    Keyang committed Oct 29, 2025
    Configuration menu
    Copy the full SHA
    68686a8 View commit details
    Browse the repository at this point in the history
  3. v2.0.14

    Keyang committed Oct 29, 2025
    Configuration menu
    Copy the full SHA
    de1eac2 View commit details
    Browse the repository at this point in the history
Loading