From 88a729379c50c6ac2cccdb26fac86aa232d858f4 Mon Sep 17 00:00:00 2001 From: Mathias Buus Date: Wed, 8 Apr 2026 01:45:58 +0200 Subject: [PATCH] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index c0b9e45..6b7ef59 100644 --- a/index.js +++ b/index.js @@ -192,7 +192,7 @@ class CsvParser extends Transform { o[`_${index}`] = cell } return o - }, {}) + }, Object.create(null)) if (this.options.outputByteOffset) { this.push({ row, byteOffset })