Comparing version 4.1.3 to 4.1.4
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var format_1 = require("@fast-csv/format"); | ||
exports.format = format_1.format; | ||
exports.write = format_1.write; | ||
exports.writeToStream = format_1.writeToStream; | ||
exports.writeToBuffer = format_1.writeToBuffer; | ||
exports.writeToString = format_1.writeToString; | ||
exports.writeToPath = format_1.writeToPath; | ||
exports.CsvFormatterStream = format_1.CsvFormatterStream; | ||
exports.FormatterOptions = format_1.FormatterOptions; | ||
Object.defineProperty(exports, "format", { enumerable: true, get: function () { return format_1.format; } }); | ||
Object.defineProperty(exports, "write", { enumerable: true, get: function () { return format_1.write; } }); | ||
Object.defineProperty(exports, "writeToStream", { enumerable: true, get: function () { return format_1.writeToStream; } }); | ||
Object.defineProperty(exports, "writeToBuffer", { enumerable: true, get: function () { return format_1.writeToBuffer; } }); | ||
Object.defineProperty(exports, "writeToString", { enumerable: true, get: function () { return format_1.writeToString; } }); | ||
Object.defineProperty(exports, "writeToPath", { enumerable: true, get: function () { return format_1.writeToPath; } }); | ||
Object.defineProperty(exports, "CsvFormatterStream", { enumerable: true, get: function () { return format_1.CsvFormatterStream; } }); | ||
Object.defineProperty(exports, "FormatterOptions", { enumerable: true, get: function () { return format_1.FormatterOptions; } }); | ||
var parse_1 = require("@fast-csv/parse"); | ||
exports.parse = parse_1.parse; | ||
exports.parseString = parse_1.parseString; | ||
exports.parseStream = parse_1.parseStream; | ||
exports.parseFile = parse_1.parseFile; | ||
exports.ParserOptions = parse_1.ParserOptions; | ||
exports.CsvParserStream = parse_1.CsvParserStream; | ||
Object.defineProperty(exports, "parse", { enumerable: true, get: function () { return parse_1.parse; } }); | ||
Object.defineProperty(exports, "parseString", { enumerable: true, get: function () { return parse_1.parseString; } }); | ||
Object.defineProperty(exports, "parseStream", { enumerable: true, get: function () { return parse_1.parseStream; } }); | ||
Object.defineProperty(exports, "parseFile", { enumerable: true, get: function () { return parse_1.parseFile; } }); | ||
Object.defineProperty(exports, "ParserOptions", { enumerable: true, get: function () { return parse_1.ParserOptions; } }); | ||
Object.defineProperty(exports, "CsvParserStream", { enumerable: true, get: function () { return parse_1.CsvParserStream; } }); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "fast-csv", | ||
"version": "4.1.3", | ||
"version": "4.1.4", | ||
"description": "CSV parser and writer", | ||
@@ -37,10 +37,10 @@ "main": "./build/src/index.js", | ||
"engines": { | ||
"node": ">=8.0.0" | ||
"node": ">=10.0.0" | ||
}, | ||
"dependencies": { | ||
"@fast-csv/format": "^4.1.2", | ||
"@fast-csv/parse": "^4.1.2", | ||
"@types/node": "^12.12.17" | ||
"@fast-csv/format": "4.1.4", | ||
"@fast-csv/parse": "4.1.4", | ||
"@types/node": "^14.0.1" | ||
}, | ||
"gitHead": "bab42482a64fa15846aff75b4d65508108df6b64" | ||
"gitHead": "f4310e7112a81c68229a26d9a8340f982b638a86" | ||
} |
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
6884
7
+ Added@fast-csv/format@4.1.4(transitive)
+ Added@fast-csv/parse@4.1.4(transitive)
- Removed@fast-csv/format@4.3.5(transitive)
- Removed@fast-csv/parse@4.3.6(transitive)
- Removed@types/node@12.20.55(transitive)
Updated@fast-csv/format@4.1.4
Updated@fast-csv/parse@4.1.4
Updated@types/node@^14.0.1