-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: ssm-github-python/node-csvtojson
base: master
head repository: Keyang/node-csvtojson
compare: master
- 19 commits
- 74 files changed
- 6 contributors
Commits on Oct 1, 2020
-
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
Configuration menu - View commit details
-
Copy full SHA for 0e12d76 - Browse repository at this point
Copy the full SHA 0e12d76View commit details
Commits on Jan 30, 2022
-
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.
Configuration menu - View commit details
-
Copy full SHA for a9de37a - Browse repository at this point
Copy the full SHA a9de37aView commit details
Commits on Nov 16, 2022
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 3f0c24a - Browse repository at this point
Copy the full SHA 3f0c24aView commit details
Commits on Apr 17, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for 1aee76f - Browse repository at this point
Copy the full SHA 1aee76fView commit details -
Merge pull request Keyang#406 from abramsimon/abramsimon/add-test-cov…
…erage-fromfile-encoding tests: added data file and test coverage to demonstrate encodings
Configuration menu - View commit details
-
Copy full SHA for 1535bcf - Browse repository at this point
Copy the full SHA 1535bcfView commit details
Commits on Apr 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3fb3a71 - Browse repository at this point
Copy the full SHA 3fb3a71View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99616e4 - Browse repository at this point
Copy the full SHA 99616e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7264211 - Browse repository at this point
Copy the full SHA 7264211View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5b60c8 - Browse repository at this point
Copy the full SHA e5b60c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e7999d - Browse repository at this point
Copy the full SHA 3e7999dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 89a9a36 - Browse repository at this point
Copy the full SHA 89a9a36View commit details
Commits on May 16, 2023
-
Merge pull request Keyang#437 from mothershipper/master
Update NPM ignore to reduce bundle size
Configuration menu - View commit details
-
Copy full SHA for 75a154d - Browse repository at this point
Copy the full SHA 75a154dView commit details
Commits on Oct 19, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f303866 - Browse repository at this point
Copy the full SHA f303866View commit details
Commits on Oct 21, 2025
-
fix Keyang#498: prototype pollution
* Use native promise instead of bluebird * drop support on node<8.x * reduce package size
Configuration menu - View commit details
-
Copy full SHA for 4caeebd - Browse repository at this point
Copy the full SHA 4caeebdView commit details
Commits on Oct 22, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 8e430a2 - Browse repository at this point
Copy the full SHA 8e430a2View commit details
Commits on Oct 28, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 141402c - Browse repository at this point
Copy the full SHA 141402cView commit details
Commits on Oct 29, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 1a0fc47 - Browse repository at this point
Copy the full SHA 1a0fc47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68686a8 - Browse repository at this point
Copy the full SHA 68686a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for de1eac2 - Browse repository at this point
Copy the full SHA de1eac2View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master