@mrodrig/json-2-csv-cli
Advanced tools
Comparing version 3.7.13 to 3.11.1
@@ -5,3 +5,3 @@ { | ||
"description": "CLI for the json-2-csv package", | ||
"version": "3.7.13", | ||
"version": "3.11.1", | ||
"repository": { | ||
@@ -34,3 +34,3 @@ "type": "git", | ||
"commander": "2.20.0", | ||
"json-2-csv": "^3.7.13" | ||
"json-2-csv": "^3.11.1" | ||
}, | ||
@@ -37,0 +37,0 @@ "engines": { |
@@ -59,1 +59,14 @@ # json-2-csv-cli | ||
``` | ||
### Memory | ||
To increase the allowed heap size, set `max_old_space_size` in `NODE_OPTIONS`. | ||
Linux/macOs: | ||
```bash | ||
export NODE_OPTIONS=--max_old_space_size=4096 | ||
``` | ||
Windows: | ||
```cmd | ||
set NODE_OPTIONS=--max_old_space_size=4096 | ||
``` |
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
10052
72
Updatedjson-2-csv@^3.11.1