Comparing version 4.0.13 to 4.0.15
{ | ||
"name": "json-csv", | ||
"version": "4.0.13", | ||
"version": "4.0.15", | ||
"description": "Easily convert JSON array to CSV in Node.JS via buffered or streaming.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/IWSLLC/json-csv", |
@@ -5,3 +5,3 @@ # json-csv | ||
This is a Node.JS package that can transorm data to CSV. I originally built this back in the 2014 (in the Node v0.4 days). We've come a long way, and it still works! So I won't be deprecating this until it can no longer function in active LTS versions of Node.JS. As LTS versions of Node.JS release, I'll keep this test pipeline up to date. | ||
This is a Node.JS package that can transorm data to CSV. I originally built this back in the 2014 (in the Node v0.10 days). We've come a long way, and it still works! So I won't be deprecating this until it can no longer function in active LTS versions of Node.JS. As LTS versions of Node.JS release, I'll keep this test pipeline up to date. | ||
@@ -12,3 +12,3 @@ However, this version of the package (json-csv), 4.x is in maintenance mode and will only receive critical updates and occasionally tooling updates. For more recent improvements like ESM, Typescript support, etc, please refer to [@iwsio/json-csv-node](https://www.npmjs.com/package/@iwsio/json-csv-node) for the latest, active version of this package. It shares an identical API with this one and should be pretty seamless to replace. | ||
### [@iwsio/json-csv-node](https://www.npmjs.com/package/@iwsio/json-csv-node) v6 - June 2023 | ||
## [@iwsio/json-csv-node](https://www.npmjs.com/package/@iwsio/json-csv-node) v6 - June 2023 | ||
The latest version 6 just released in June 2023 and includes better type definitions along with ESM & CommonJS support. [Read more about it on the v6 blog post.](https://iws.io/2023/json-csv-v6) | ||
@@ -15,0 +15,0 @@ |