@softwareventures/csv
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -107,3 +107,3 @@ "use strict"; | ||
const quoteRegex = new RegExp(regexEscape(quote), "g"); | ||
return array_1.map(table, row => array_1.map(row, field => quote + field.replace(quoteRegex, quote + quote) + quote) | ||
return (0, array_1.map)(table, row => (0, array_1.map)(row, field => quote + field.replace(quoteRegex, quote + quote) + quote) | ||
.join(separator)) | ||
@@ -110,0 +110,0 @@ .join("\r\n"); |
{ | ||
"name": "@softwareventures/csv", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Parser and serializer for CSV and related formats", | ||
@@ -27,3 +27,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@softwareventures/array": "^0.31.0 || ^0.33.0 || ^3.0.0 || ^4.0.0", | ||
"@softwareventures/array": "^0.31.0 || ^0.33.0 || ^3.0.0 || ^4.0.0 || ^5.0.0", | ||
"@softwareventures/table": "^0.1.2 || ^1.0.0", | ||
@@ -34,9 +34,9 @@ "escape-string-regexp": "^4.0.0", | ||
"devDependencies": { | ||
"@softwareventures/semantic-release-config": "1.2.0", | ||
"@softwareventures/semantic-release-config": "2.0.0", | ||
"@softwareventures/tsconfig": "5.1.0", | ||
"@softwareventures/tslint-rules": "0.9.2", | ||
"@softwareventures/tslint-rules": "1.0.0", | ||
"cz-conventional-changelog": "3.3.0", | ||
"semantic-release": "17.4.4", | ||
"semantic-release": "17.4.7", | ||
"tslint": "6.1.3", | ||
"typescript": "4.3.5" | ||
"typescript": "4.5.5" | ||
}, | ||
@@ -43,0 +43,0 @@ "config": { |
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
13521
+ Added@softwareventures/array@5.4.0(transitive)
- Removed@softwareventures/array@4.7.0(transitive)
Updated@softwareventures/array@^0.31.0 || ^0.33.0 || ^3.0.0 || ^4.0.0 || ^5.0.0