@iwsio/json-csv-core
Advanced tools
Comparing version 1.1.4 to 1.1.5
@@ -1,2 +0,2 @@ | ||
import { ExportOptions, FieldList } from "./types"; | ||
import { ExportOptions, FieldList } from './types'; | ||
export declare function checkOptions(opts?: Partial<ExportOptions>): ExportOptions; | ||
@@ -3,0 +3,0 @@ /** |
{ | ||
"name": "@iwsio/json-csv-core", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "Easily convert JSON to CSV. This is a core library built for browser and node to support buffered conversion to CSV.", | ||
@@ -43,8 +43,8 @@ "keywords": [ | ||
"devDependencies": { | ||
"@types/chai": "^4.3.11", | ||
"@typescript-eslint/eslint-plugin": "^6.14.0", | ||
"@typescript-eslint/parser": "^6.14.0", | ||
"eslint": "^8.55.0", | ||
"@types/chai": "^4.3.16", | ||
"@typescript-eslint/eslint-plugin": "^7.8.0", | ||
"@typescript-eslint/parser": "^7.8.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", | ||
@@ -54,4 +54,4 @@ "eslint-plugin-promise": "^6.1.1", | ||
"rimraf": "^5.0.5", | ||
"typescript": "^5.3.3" | ||
"typescript": "^5.4.5" | ||
} | ||
} |
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
12976