Comparing version 0.1.9 to 0.1.10
@@ -11,3 +11,3 @@ "use strict"; | ||
} | ||
{ | ||
else { | ||
var charBom = "\uFEFF"; | ||
@@ -14,0 +14,0 @@ var encodedData = encodeURIComponent(data); |
@@ -49,3 +49,3 @@ "use strict"; | ||
if (typeof cellData === 'string') { | ||
return '"' + cellData.replace('"', '""') + '"'; | ||
return '"' + cellData.replace(/\"/g, '""') + '"'; | ||
} | ||
@@ -52,0 +52,0 @@ return cellData; |
{ | ||
"name": "filefy", | ||
"version": "0.1.9", | ||
"version": "0.1.10", | ||
"description": "A javascript library to produce downloadable files sucs as in CSV, PDF, XLSX, DOCX formats", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
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
6593