@iwsio/json-csv-core
Advanced tools
Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "@iwsio/json-csv-core", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Easily convert JSON to CSV. This is a core library built for browser and node to support buffered conversion to CSV.", | ||
@@ -5,0 +5,0 @@ "engines": { |
@@ -5,3 +5,3 @@ # @iwsio/json-csv-core | ||
Simple CSV export module that can export a rich JSON array of objects to CSV. This core library will focus on the buffered and single object conversion to CSV and is built for node AND browser. You can [read more about it and see a live example on my blog.](https://iws.io/2023/json-csv-v6) | ||
Simple CSV export module that can export an array of JSON objects to CSV. This core library will focus on the buffered, single object conversion to CSV and is built for node and browser. You can [read more about it and see a live example on my blog.](https://iws.io/2023/json-csv-v6) | ||
@@ -8,0 +8,0 @@ ## Getting Started |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12984