Socket
Socket
Sign inDemoInstall

json-2-csv

Package Overview
Dependencies
Maintainers
1
Versions
140
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-2-csv - npm Package Compare versions

Comparing version 3.12.0 to 3.13.0

7

lib/converter.d.ts

@@ -22,2 +22,9 @@ export interface ISharedOptions {

/**
* Should boolean values be wrapped in wrap delimiters to prevent Excel from
* converting them to Excel's TRUE/FALSE Boolean values.
* @default false
*/
wrapBooleans?: boolean;
/**
* Specify the keys that should be converted

@@ -24,0 +31,0 @@ *

2

package.json

@@ -8,3 +8,3 @@ {

"description": "A JSON to CSV and CSV to JSON converter that natively supports sub-documents and auto-generates the CSV heading.",
"version": "3.12.0",
"version": "3.13.0",
"homepage": "https://mrodrig.github.io/json-2-csv",

@@ -11,0 +11,0 @@ "repository": {

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