@json2csv/plainjs
Advanced tools
Comparing version 6.1.1 to 6.1.2
{ | ||
"name": "@json2csv/plainjs", | ||
"version": "6.1.1", | ||
"version": "6.1.2", | ||
"description": "Pure Javascript JSON to CSV converter.", | ||
@@ -43,7 +43,8 @@ "keywords": [ | ||
"test:raw": "node test", | ||
"build": "node ../../build-cjs.js plainjs", | ||
"deprendencies:update-internal": "npm uninstall @json2csv/formatters && npm install @json2csv/formatters" | ||
"deprendencies:update-internal": "npm uninstall @json2csv/formatters && npm install @json2csv/formatters", | ||
"build:cjs": "node ../../build-cjs.js plainjs", | ||
"prepublishOnly": "npm run build:cjs" | ||
}, | ||
"dependencies": { | ||
"@json2csv/formatters": "^6.1.1", | ||
"@json2csv/formatters": "^6.1.2", | ||
"@streamparser/json": "^0.0.10", | ||
@@ -50,0 +51,0 @@ "lodash.get": "^4.4.2" |
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
42284
13
882
Updated@json2csv/formatters@^6.1.2