Comparing version 0.0.12 to 0.0.13
@@ -322,5 +322,2 @@ // Module CSV - Copyright David Worms <open@adaltas.com> (BSD Licensed) | ||
function flush(){ | ||
if(state.count === 0 && csv.writeOptions.header === true){ | ||
write(csv.writeOptions.columns || csv.readOptions.columns); | ||
} | ||
if(csv.readOptions.columns){ | ||
@@ -341,2 +338,5 @@ if(state.count === 0 && csv.readOptions.columns === true){ | ||
} | ||
if(state.count === 0 && csv.writeOptions.header === true){ | ||
write(csv.writeOptions.columns || csv.readOptions.columns); | ||
} | ||
var line; | ||
@@ -343,0 +343,0 @@ if(csv.transformer){ |
{ | ||
"name": "csv", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"description": "CSV parser with simple api, full of options and tested against large datasets.", | ||
@@ -5,0 +5,0 @@ "author": "David Worms <david@adaltas.com>", |
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
93519
101