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 4.0.0-beta.0 to 4.0.0

19

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": "4.0.0-beta.0",
"version": "4.0.0",
"homepage": "https://mrodrig.github.io/json-2-csv",

@@ -24,3 +24,2 @@ "repository": {

"coverage": "nyc npm run test",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"lint": "eslint --ext .js,.ts src test",

@@ -45,12 +44,11 @@ "prepublishOnly": "npm run build",

"dependencies": {
"deeks": "3.0.0-beta.2",
"doc-path": "4.0.0-beta.3"
"deeks": "3.0.0",
"doc-path": "4.0.0"
},
"devDependencies": {
"@types/mocha": "10.0.1",
"@types/node": "18.14.0",
"@typescript-eslint/eslint-plugin": "5.53.0",
"@typescript-eslint/parser": "5.53.0",
"coveralls": "3.1.1",
"eslint": "8.34.0",
"@types/node": "18.15.3",
"@typescript-eslint/eslint-plugin": "5.55.0",
"@typescript-eslint/parser": "5.55.0",
"eslint": "8.36.0",
"eslint-config-google": "0.14.0",

@@ -60,5 +58,4 @@ "eslint-plugin-import": "2.27.5",

"nyc": "15.1.0",
"should": "13.2.3",
"ts-node": "10.9.1",
"typescript": "4.9.5"
"typescript": "5.0.2"
},

@@ -65,0 +62,0 @@ "engines": {

# json-2-csv
**Convert JSON to CSV _or_ CSV to JSON**
[![Dependencies](https://img.shields.io/librariesio/release/npm/json-2-csv)](https://www.npmjs.org/package/json-2-csv)
[![NPM version](https://img.shields.io/npm/v/json-2-csv.svg)](https://www.npmjs.org/package/json-2-csv)
[![Typings](https://img.shields.io/npm/types/json-2-csv)](https://www.npmjs.org/package/json-2-csv)
[![Downloads](https://img.shields.io/npm/dm/json-2-csv.svg)](https://www.npmjs.org/package/json-2-csv)
[![NPM version](https://img.shields.io/npm/v/json-2-csv.svg)](https://www.npmjs.org/package/json-2-csv)
[![Minzipped Size](https://img.shields.io/bundlephobia/minzip/json-2-csv)](https://bundlephobia.com/result?p=json-2-csv)

@@ -12,3 +12,2 @@

[![Maintainability](https://api.codeclimate.com/v1/badges/8c0cc3699d054fb77abe/maintainability)](https://codeclimate.com/github/mrodrig/json-2-csv/maintainability)
[![Typings](https://img.shields.io/npm/types/json-2-csv)](https://www.npmjs.org/package/json-2-csv)

@@ -15,0 +14,0 @@ This node module will convert an array of JSON documents to a CSV string.

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