@json2csv/plainjs
Advanced tools
Comparing version 7.0.2 to 7.0.3
{ | ||
"name": "@json2csv/plainjs", | ||
"version": "7.0.2", | ||
"version": "7.0.3", | ||
"description": "Pure Javascript JSON to CSV converter.", | ||
@@ -51,6 +51,6 @@ "keywords": [ | ||
"dependencies": { | ||
"@json2csv/formatters": "^7.0.2", | ||
"@streamparser/json": "^0.0.16", | ||
"@json2csv/formatters": "^7.0.3", | ||
"@streamparser/json": "^0.0.17", | ||
"lodash.get": "^4.4.2" | ||
} | ||
} |
@@ -26,3 +26,3 @@ # @json2csv/plainjs | ||
- Support for custom csv cell formatting. | ||
- Highly customizable (supportting custom quotation marks, delimiters, eol values, etc.) | ||
- Highly customizable (supporting custom quotation marks, delimiters, eol values, etc.) | ||
- Automatic escaping (preserving new lines, quotes, etc.) | ||
@@ -117,3 +117,3 @@ - Optional headers | ||
* `fields` [<DataSelector[]>](advanced-options/data-selection.md)) Defaults to toplevel JSON attributes. See | ||
* `fields` [<DataSelector[]>](advanced-options/data-selection.md) Defaults to toplevel JSON attributes. | ||
* `transforms` [<Transform[]>](advanced-options/transforms.md) Array of transforms to apply to the data. A transform is a function that receives a data recod and returns a transformed record. Transforms are executed in order. | ||
@@ -166,3 +166,3 @@ * `formatters` [<Formatters>](advanced-options/formatters.md) Object where the each key is a Javascript data type and its associated value is a formatters for the given type. | ||
* `ndjson` [<Boolean>](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean) indicates that the data is in NDJSON format. Only effective when using the streaming API and not in object mode. | ||
* `fields` [<DataSelector[]>](advanced-options/data-selection.md)) Defaults to toplevel JSON attributes. | ||
* `fields` [<DataSelector[]>](advanced-options/data-selection.md) Defaults to toplevel JSON attributes. | ||
* `transforms` [<Transform[]>](advanced-options/transforms.md) Array of transforms to apply to the data. A transform is a function that receives a data recod and returns a transformed record. Transforms are executed in order. | ||
@@ -169,0 +169,0 @@ * `formatters` [<Formatters>](advanced-options/formatters.md) Object where the each key is a Javascript data type and its associated value is a formatters for the given type. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
202160
+ Added@streamparser/json@0.0.17(transitive)
- Removed@streamparser/json@0.0.16(transitive)
Updated@json2csv/formatters@^7.0.3
Updated@streamparser/json@^0.0.17