csv-parse
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -208,3 +208,3 @@ // Generated by CoffeeScript 1.10.0 | ||
} else { | ||
this.emit('error', Error("Number of columns is inconsistent on line " + (this.lines + 1))); | ||
this.emit('error', Error("Number of columns is inconsistent on line " + this.lines)); | ||
} | ||
@@ -211,0 +211,0 @@ } |
@@ -27,3 +27,3 @@ // Generated by CoffeeScript 1.10.0 | ||
parser.__write(data, false); | ||
if (data.end) { | ||
if (data instanceof Buffer) { | ||
parser.__write(data.end(), true); | ||
@@ -30,0 +30,0 @@ } |
{ | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"name": "csv-parse", | ||
@@ -4,0 +4,0 @@ "description": "CSV parsing implementing the Node.js `stream.Transform` API", |
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
22378