Comparing version 0.0.2 to 0.0.3
@@ -150,2 +150,3 @@ /** | ||
* @footer | ||
* | ||
* ## License | ||
@@ -270,3 +271,3 @@ * | ||
from.on("data", function streamOnData(data) { | ||
var lineData = (lines + data).trim().split(LINE_SPLIT); | ||
var lineData = (lines + data).split(LINE_SPLIT); | ||
if (lineData.length > 1) { | ||
@@ -273,0 +274,0 @@ lines = lineData.pop(); |
{ | ||
"name": "fast-csv", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "CSV parser for node.js", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -147,18 +147,4 @@ <a name="top"></a> | ||
##Namespaces | ||
## License | ||
##Classes | ||
## License | ||
MIT <https://github.com/C2FO/fast-csv/raw/master/LICENSE> | ||
@@ -165,0 +151,0 @@ |
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
342
106757
158