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

3.0.1

Diff

Changelog

Source

v3.0.1

  • Update .npmignore to not exclude build directory
damartin
published 3.0.0 •

Changelog

Source

v3.0.0

  • Updated to Node 8
  • Rewrote in Typescript

Parsing Changes

  • Calling the library as a function has been removed in favor of csv.parse.
    • csv() change to csv.parse()
  • Deprecated fromString in favor of parseString
    • csv.fromString() change to csv.parseString()
  • Deprecated fromStream in favor of parseStreama
    • csv.fromStream() change to csv.parseStream()
  • DeprecatedfromPath in favor of parseFile
    • csv.fromPath() change to csv.parseFile()

Formatting Changes

  • csv.createWriteStream has been removed in favor of csv.format
  • csv.writeToBuffer and csv.writeToString no longer accepts a callback, instead they return a promise Promise
dustinsmith1024
published 2.5.0 •

Changelog

Source

v2.5.0

  • Use safer-buffer polyfill to support node >= 8.
dustinsmith1024
published 1.2.0 •

dustinsmith1024
published 2.4.1 •

Changelog

Source

v2.4.1

  • Adding TypeScript declaration file. #190
dustinsmith1024
published 2.4.0 •

Changelog

Source

v2.4.0

  • Allow renaming headers. #175
dustinsmith1024
published 2.3.1 •

Changelog

Source

v2.3.1

  • Now removes the byte order mark from a UTF-8 file if this is present. #170
damartin
published 2.3.0 •

Changelog

Source

v2.3.0

  • Writing object ends up with function definitions #158
damartin
published 2.2.0 •

Changelog

Source

v2.2.0

dustinsmith1024
published 2.1.0 •

Changelog

Source

v2.1.0

  • Now handles tab delimited CSVs with only spaces for field values
  • Handles CSVs with only spaces for field values
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