csv-parse
Advanced tools
Comparing version 5.3.3 to 5.3.4
@@ -32,5 +32,6 @@ | ||
const err = this.api.parse(buf, false, (record) => { | ||
this.push.call(this, record); | ||
this.push(record); | ||
}, () => { | ||
this.push.call(this, null); | ||
this.push(null); | ||
this.on('end', this.destroy); | ||
}); | ||
@@ -48,5 +49,6 @@ if(err !== undefined){ | ||
const err = this.api.parse(undefined, true, (record) => { | ||
this.push.call(this, record); | ||
this.push(record); | ||
}, () => { | ||
this.push.call(this, null); | ||
this.push(null); | ||
this.on('end', this.destroy); | ||
}); | ||
@@ -53,0 +55,0 @@ callback(err); |
{ | ||
"version": "5.3.3", | ||
"version": "5.3.4", | ||
"name": "csv-parse", | ||
@@ -107,3 +107,3 @@ "description": "CSV parsing implementing the Node.js `stream.Transform` API", | ||
"test": "mocha 'test/**/*.{coffee,ts}'", | ||
"test:legacy": "mocha --ignore test/api.web_stream.coffee --loader=./test/loaders/legacy/all.js 'test/**/*.{coffee,ts}'" | ||
"test:legacy": "mocha --ignore test/api.web_stream.coffee --ignore test/api.stream.finished.coffee --loader=./test/loaders/legacy/all.js 'test/**/*.{coffee,ts}'" | ||
}, | ||
@@ -128,3 +128,3 @@ "type": "module", | ||
}, | ||
"gitHead": "64895113de5e884a05f5d860ab63ed6b83fb240d" | ||
"gitHead": "466e7524f5dd68da321d3e60d5a681f3d1f1c0f5" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
1379355
29
32427