Comparing version 0.0.17 to 0.0.18
@@ -446,3 +446,3 @@ // Module CSV - Copyright David Worms <open@adaltas.com> (BSD Licensed) | ||
} | ||
console.log('quoted', csv.writeOptions.quoted); | ||
if(containsQuote || containsdelimiter || containsLinebreak || csv.writeOptions.quoted){ | ||
@@ -449,0 +449,0 @@ field = (csv.writeOptions.quote || csv.readOptions.quote) + field + (csv.writeOptions.quote || csv.readOptions.quote); |
{ | ||
"name": "csv", | ||
"version": "0.0.17", | ||
"version": "0.0.18", | ||
"description": "CSV parser with simple api, full of options and tested against large datasets.", | ||
@@ -5,0 +5,0 @@ "author": "David Worms <david@adaltas.com>", |
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
100711
598