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

2.1.0

Diff

Changelog

Source

v2.1.0

  • Now handles tab delimited CSVs with only spaces for field values
  • Handles CSVs with only spaces for field values
dustinsmith1024
published 2.0.1 •

Changelog

Source

v2.0.1

  • Fix for last column empty when line end with a delimiter.
dustinsmith1024
published 2.0.0 •

Changelog

Source

v2.0.0

  • Fast CSV will now handles the last column being empty.
dustinsmith1024
published 1.1.0 •

Changelog

Source

v1.1.0

  • Fix for when chunk returned by transform to the parser ends with a space
  • Functionality to give a reason when invalid data
  • Fix problem with utf8 encoded streams that have multi-byte characters
  • Allow passing sparse array of headers
dustinsmith1024
published 1.0.0 •

Changelog

Source

v1.0.0

  • Node 4 and 5 support.
  • Deprecating the record event.
damartin
published 0.6.0 •

Changelog

Source

v0.6.0

  • Removed try catch from emit to allow bubbling up of errors to process, if one is thrown #93
    • This also fixed issue #92 where a loop was entered when this.emit("error") was called.
  • Added new tests
damartin
published 0.5.7 •

Changelog

Source

v0.5.7

damartin
published 0.5.6 •

Changelog

Source

v0.5.6

  • Fixed issue where parser_stream was emitting end early #87
    • Changed to not emit end during flush
    • Changed catch errors on emit and emit as "error" event
  • Added support for node v0.12
damartin
published 0.5.5 •

Changelog

Source

v0.5.5

  • Fixed issues with ordering of headers when specifying headers in a write stream #77
  • Fixed issue where headers were not being written if no data was supplied to write stream.
damartin
published 0.5.4 •

Changelog

Source

v0.5.4

  • Fixed issues with error handling and not registering an error handler on stream #68
  • Added support for ignoring quoting while parsing #75
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