🚀 Socket Launch Week 🚀 Day 5: Introducing Socket Fix.Learn More
Socket
Sign inDemoInstall
Socket

react-csv-downloader

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-csv-downloader - npm Package Versions

134

2.6.0

Diff
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
dolezel
published 2.5.0 •

Changelog

Source

[2.5.0] - 2021-06-19

Added

  • Add disabled option #252
dolezel
published 2.4.0 •

Changelog

Source

[2.4.0] - 2021-05-16

Changed

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

Changelog

Source

[2.3.0] - 2021-05-16

Added

  • Optional extension #244
dolezel
published 2.2.0 •

Changelog

Source

[2.2.0] - 2020-10-26

Added

  • Support for React v17 #215
dolezel
published 2.1.0 •

Changelog

Source

[2.1.0] - 2020-09-16

Added

  • Passing props to children #206
dolezel
published 2.0.2 •

Changelog

Source

[2.0.2] - 2020-08-03

Fixed

  • Fix processing empty data #195
dolezel
published 2.0.1 •

Changelog

Source

[2.0.1] - 2020-08-03

Fixed

  • Fix processing chunks #194
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

dolezel
published 1.9.0 •

Changelog

Source

[1.9.0] - 2020-07-16

Added

  • Option for new line at end of file #185