Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@mrodrig/json-2-csv-cli

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mrodrig/json-2-csv-cli - npm Package Compare versions

Comparing version 3.7.13 to 3.11.1

4

package.json

@@ -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
```
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc