You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP

react-csv-downloader

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-csv-downloader - npm Package Versions

d
dolezel
published 2.6.0 •

Changelog

Source

[2.6.0] - 2021-07-03

Added

  • add support to async datas resolution #259
  • Prettier config #260
  • Exporting toCsv function #261
  • Nulls and undefineds should be converted to empty strings #262
d
dolezel
published 2.5.0 •

Changelog

Source

[2.5.0] - 2021-06-19

Added

  • Add disabled option #252
d
dolezel
published 2.4.0 •

Changelog

Source

[2.4.0] - 2021-05-16

Changed

  • Proper main/module resolution, using es2015 target #245
d
dolezel
published 2.3.0 •

Changelog

Source

[2.3.0] - 2021-05-16

Added

  • Optional extension #244
d
dolezel
published 2.2.0 •

Changelog

Source

[2.2.0] - 2020-10-26

Added

  • Support for React v17 #215
d
dolezel
published 2.1.0 •

Changelog

Source

[2.1.0] - 2020-09-16

Added

  • Passing props to children #206
d
dolezel
published 2.0.2 •

Changelog

Source

[2.0.2] - 2020-08-03

Fixed

  • Fix processing empty data #195
d
dolezel
published 2.0.1 •

Changelog

Source

[2.0.1] - 2020-08-03

Fixed

  • Fix processing chunks #194
d
dolezel
published 2.0.0 •

Changelog

Source

[2.0.0] - 2020-07-16

Breaking changes

  • Async processing with splitting to chunks #187

    csv function is now async and contents of CSV file are generated asynchronously

d
dolezel
published 1.9.0 •

Changelog

Source

[1.9.0] - 2020-07-16

Added

  • Option for new line at end of file #185