Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fast-csv

Package Overview
Dependencies
Maintainers
1
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fast-csv - npm Package Versions

1
8

0.5.3

Diff

Changelog

Source

v0.5.3

  • Fixed issues with v0.11 stream implementation #73
  • Fixed issues with pause/resume and data events in v0.10 #69
  • Fixed the double invoking of done callback when parsing files #68
  • Refactored tests
damartin
published 0.5.2 •

Changelog

Source

v0.5.2

  • Fixed issue with writeToString and writeToPath examples #64
  • Fixed issue with creating a csv without headers #63
damartin
published 0.5.1 •

Changelog

Source

v0.5.1

  • Fixed issue where line data was not being passed between transforms in the parser_stream
damartin
published 0.5.0 •

Changelog

Source

v0.5.0

  • Added support for async transforms #24
  • Added support for async validation
  • Added support for new data format
[
    [["header", "value1"], ["header2", "value2"]],
    [["header", "value2"], ["header2", "value2"]]
]
  • Added support for forcing the quoting columns and headers
    • quoteColumns - Can be a boolean, object or array to specify how quoting should be done (see README)
    • quoteHeaders - Can be a boolean, object or array to specify how quoting should be done (see README)
  • More tests
  • Code refactor and clean up
damartin
published 0.4.4 •

Changelog

Source

v0.4.4

  • Added support for comments. #56
damartin
published 0.4.3 •

Changelog

Source

v0.4.3

  • Added ability to include a rowDelimiter at the end of a csv with the includeEndRowDelimiter option #54
  • Added escaping for values that include a row delimiter
  • Added more tests for new feature and escaping row delimiter values.
damartin
published 0.4.2 •

Changelog

Source

v0.4.2

  • Added ability to specify a rowDelimiter when creating a csv.
  • Added discardUnmappedColumns option to allow the ignoring of extra data #45
damartin
published 0.4.1 •

Changelog

Source

v0.4.1

  • Fixed race condition that occurred if you called pause during a flush.
damartin
published 0.4.0 •

Changelog

Source

v0.4.0

  • Fixed misspelling of delimiter #40
damartin
published 0.3.1 •

Changelog

Source

v0.3.1

  • Added transform support to formatters
    • When using createWriteStream you can now you the transform method to specify a row transformer.
    • When using other transform methods you can specify a transform option.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc