Socket
Socket
Sign inDemoInstall

json2csv

Package Overview
Dependencies
Maintainers
4
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json2csv - npm Package Compare versions

Comparing version 4.3.2 to 4.3.3

12

CHANGELOG.md

@@ -5,2 +5,14 @@ # Change Log

<a name="4.3.3"></a>
## [4.3.3](https://github.com/zemirco/json2csv/compare/v4.3.2...v4.3.3) (2019-01-11)
### Bug Fixes
* audit dep fix ([1ef4bcd](https://github.com/zemirco/json2csv/commit/1ef4bcd))
* Remove invalid reference to flat ([#347](https://github.com/zemirco/json2csv/issues/347)) ([130ef7d](https://github.com/zemirco/json2csv/commit/130ef7d))
* Remove preferGlobal from package.json ([#346](https://github.com/zemirco/json2csv/issues/346)) ([2b6ad3a](https://github.com/zemirco/json2csv/commit/2b6ad3a))
<a name="4.3.2"></a>

@@ -7,0 +19,0 @@ ## [4.3.2](https://github.com/zemirco/json2csv/compare/v4.3.1...v4.3.2) (2018-12-08)

5

package.json
{
"name": "json2csv",
"preferGlobal": "true",
"version": "4.3.2",
"version": "4.3.3",
"description": "Convert JSON to CSV",

@@ -52,3 +51,3 @@ "keywords": [

"coveralls": "^3.0.1",
"docpress": "^0.7.1",
"docpress": "^0.7.4",
"eslint": "^5.0.1",

@@ -55,0 +54,0 @@ "gh-pages": "^2.0.1",

3

README.md

@@ -179,3 +179,3 @@ # json2csv

- `unwindBlank` - Boolean, unwind using blank values instead of repeating data.
- `flatten` - Boolean, flattens nested JSON using [flat]. Defaults to `false`.
- `flatten` - Boolean, flattens nested objects. Defaults to `false`.
- `flattenSeparator` - String, separator to use between nested JSON keys when `flatten` option enabled. Defaults to `.` if not specified.

@@ -728,2 +728,1 @@ - `defaultValue` - String, default value to use when missing data. Defaults to `<empty>` if not specified. (Overridden by `fields[].default`)

[LICENSE.md]: https://github.com/zemirco/json2csv/blob/master/LICENSE.md
[flat]: https://www.npmjs.com/package/flat
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