@iwsio/json-csv-node
Advanced tools
Comparing version 6.1.3 to 6.1.4
{ | ||
"name": "@iwsio/json-csv-node", | ||
"version": "6.1.3", | ||
"version": "6.1.4", | ||
"description": "ESM/CJS module that easily converts JSON to CSV. This package supports streaming and buffered conversion to CSV.", | ||
@@ -43,9 +43,9 @@ "homepage": "https://github.com/IWSLLC/json-csv", | ||
"devDependencies": { | ||
"@types/node": "^20.10.4", | ||
"@typescript-eslint/eslint-plugin": "^6.14.0", | ||
"@typescript-eslint/parser": "^6.14.0", | ||
"@types/node": "^20.12.11", | ||
"@typescript-eslint/eslint-plugin": "^7.8.0", | ||
"@typescript-eslint/parser": "^7.8.0", | ||
"debug": "^4.3.4", | ||
"eslint": "^8.55.0", | ||
"eslint": "^8.57.0", | ||
"eslint-import-resolver-typescript": "^3.6.1", | ||
"eslint-plugin-import": "^2.29.0", | ||
"eslint-plugin-import": "^2.29.1", | ||
"eslint-plugin-node": "^11.1.0", | ||
@@ -55,3 +55,3 @@ "eslint-plugin-promise": "^6.1.1", | ||
"rimraf": "^5.0.5", | ||
"typescript": "^5.3.3" | ||
"typescript": "^5.4.5" | ||
}, | ||
@@ -58,0 +58,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
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
25201