Socket
Socket
Sign inDemoInstall

fast-csv

Package Overview
Dependencies
Maintainers
3
Versions
73
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

4.0.0

Diff

Changelog

Source

v4.0.0

  • Migrated from mocha to jest
  • Moved to lerna.
    • Split parse and format packages
  • Added running examples and checking output as part of the tests
  • Updated docs for new directory layout
  • Added typescript examples
  • Added generics type support to format and parse streams
  • [ADDED] Docs around using strictColumnHandling to emit errors when there are more columns than headers [#195]
damartin
published 4.0.0-alpha.0 •

damartin
published 3.7.0 •

Changelog

Source

v3.7.0

  • [ADDED] Ability to Transform Header #287
  • [ADDED] Example require and import to README #301
  • [ADDED] Added new formatting option alwaysWriteHeaders to always write headers even if no rows are provided #300
  • [ADDED] Appending to csv example and docs #272
  • [FIXED] Issue with duplicate headers causing dataloss, duplicate headers will can an error to be emitted. #276
  • [FIXED] Issue where an error thrown while processing rows causes stream continue to parse, causing duplicate writes or swallowed exceptions.
damartin
published 3.6.0 •

Changelog

Source

v3.6.0

  • [ADDED] maxRows option to limit the number of rows parsed. #275 #277 - @cbrittingham
  • [ADDED] skipRows to allow skipping parsed rows see parsing.md
  • [ADDED] skipLines to allow skipping entire lines of a csv parsing.md #267
  • Exported formatting and parsing types.
  • Removed .npmignore in favor of package.json files
damartin
published 3.5.0 •

Changelog

Source

v3.5.0

  • Upgraded dependencies
  • Reformatted code with prettier
  • [FIXED] Entire lodash is imported, bloating dependencies #281
damartin
published 3.4.0 •

Changelog

Source

v3.4.0

  • [FIXED] formatter.js: Disabling quote doesn't work #97
    • Changed to allow the quote option to be provided as a boolean so when set to false all quoting is ignored.
  • [ADDED] writeBOM option when formatting a csv #180
  • Added tests for #102
damartin
published 3.3.0 •

Changelog

Source

v3.3.0

  • [FIXED] First row of CSV is removed when headers array is provided #252
damartin
published 3.2.0 •

Changelog

Source

v3.2.0

  • [FIXED] Invalid row index doesn't reflect original row count #130 #266 - @chrwnsk
damartin
published 3.1.0 •

Changelog

Source

v3.1.0

damartin
published 3.0.2 •

Changelog

Source

v3.0.2

  • Update lodash to address #260
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