@iwsio/json-csv-node
Advanced tools
Comparing version 6.1.2 to 6.1.3
{ | ||
"name": "@iwsio/json-csv-node", | ||
"version": "6.1.2", | ||
"description": "Easily convert JSON to CSV in Node.JS. This package supports streaming and buffered conversion to CSV.", | ||
"version": "6.1.3", | ||
"description": "ESM/CJS module that easily converts JSON to CSV. This package supports streaming and buffered conversion to CSV.", | ||
"homepage": "https://github.com/IWSLLC/json-csv", | ||
"author": "Nathan Bridgewater <info@iws.io> (https://iws.io/)", | ||
"author": "Nathan Bridgewater <info@iws.io>", | ||
"keywords": [ | ||
"csv", | ||
"json", | ||
"esm", | ||
"node", | ||
"stream", | ||
"streaming", | ||
"convert", | ||
"conversion" | ||
"transform" | ||
], | ||
@@ -43,14 +43,14 @@ "repository": { | ||
"devDependencies": { | ||
"@types/node": "^20.8.6", | ||
"@typescript-eslint/eslint-plugin": "^6.7.5", | ||
"@typescript-eslint/parser": "^6.7.5", | ||
"debug": "^4.3.2", | ||
"eslint": "^8.51.0", | ||
"@types/node": "^20.10.4", | ||
"@typescript-eslint/eslint-plugin": "^6.14.0", | ||
"@typescript-eslint/parser": "^6.14.0", | ||
"debug": "^4.3.4", | ||
"eslint": "^8.55.0", | ||
"eslint-import-resolver-typescript": "^3.6.1", | ||
"eslint-plugin-import": "^2.28.1", | ||
"eslint-plugin-import": "^2.29.0", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-promise": "^6.1.1", | ||
"npm-run-all": "^4.1.5", | ||
"rimraf": "^5.0.1", | ||
"typescript": "^5.1.3" | ||
"rimraf": "^5.0.5", | ||
"typescript": "^5.3.3" | ||
}, | ||
@@ -57,0 +57,0 @@ "dependencies": { |
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
25267