@json2csv/plainjs
Advanced tools
Comparing version 6.0.0 to 6.1.0
{ | ||
"name": "@json2csv/plainjs", | ||
"version": "6.0.0", | ||
"version": "6.1.0", | ||
"description": "Pure Javascript JSON to CSV converter.", | ||
@@ -28,4 +28,10 @@ "keywords": [ | ||
"exports": { | ||
"./*": "./src/*", | ||
".": "./src/index.js" | ||
"./*": { | ||
"import": "./src/*", | ||
"require": "./dist/cjs/*" | ||
}, | ||
".": { | ||
"import": "./src/index.js", | ||
"require": "./dist/cjs/index.js" | ||
} | ||
}, | ||
@@ -38,9 +44,10 @@ "main": "src/index.js", | ||
"test:raw": "node test", | ||
"build": "node ../../build-cjs.js plainjs", | ||
"deprendencies:update-internal": "npm uninstall @json2csv/formatters && npm install @json2csv/formatters" | ||
}, | ||
"dependencies": { | ||
"@json2csv/formatters": "^6.0.0", | ||
"@streamparser/json": "^0.0.9", | ||
"@json2csv/formatters": "^6.1.0", | ||
"@streamparser/json": "^0.0.10", | ||
"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
25172
+ Added@streamparser/json@0.0.10(transitive)
- Removed@streamparser/json@0.0.9(transitive)
Updated@json2csv/formatters@^6.1.0
Updated@streamparser/json@^0.0.10