@fast-csv/format
Advanced tools
Comparing version 4.2.0 to 4.3.0
@@ -121,2 +121,3 @@ "use strict"; | ||
} | ||
// todo change this method to unknown[] | ||
gatherColumns(row) { | ||
@@ -123,0 +124,0 @@ if (this.headers === null) { |
@@ -23,3 +23,3 @@ "use strict"; | ||
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p); | ||
} | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -26,0 +26,0 @@ exports.writeToPath = exports.writeToString = exports.writeToBuffer = exports.writeToStream = exports.write = exports.format = void 0; |
@@ -1,3 +0,3 @@ | ||
export declare type RowMap = Record<string, any>; | ||
export declare type RowHashArray = [string, any][]; | ||
export declare type RowMap<V = any> = Record<string, V>; | ||
export declare type RowHashArray<V = any> = [string, V][]; | ||
export declare type RowArray = string[]; | ||
@@ -4,0 +4,0 @@ export declare type Row = RowArray | RowHashArray | RowMap; |
@@ -6,2 +6,10 @@ # Change Log | ||
# [4.3.0](https://github.com/C2FO/fast-csv/compare/v4.2.0...v4.3.0) (2020-05-27) | ||
**Note:** Version bump only for package @fast-csv/format | ||
# [4.2.0](https://github.com/C2FO/fast-csv/compare/v4.1.6...v4.2.0) (2020-05-19) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@fast-csv/format", | ||
"version": "4.2.0", | ||
"version": "4.3.0", | ||
"description": "fast-csv formatting module", | ||
@@ -53,3 +53,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "041295d2ed17eab7e5036b1a4911f03fefafeab6" | ||
"gitHead": "fbfd5fee20d1d494cd22ced2c506db3146d89af7" | ||
} |
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
38583
506