Comparing version 1.1.3 to 1.1.4
@@ -142,3 +142,3 @@ "use strict"; | ||
const batches = []; | ||
const lines = content.split(/\r?\n/); | ||
const lines = content.split(/\r\n|\r|\n/); | ||
let header; | ||
@@ -145,0 +145,0 @@ let transactions = []; |
{ | ||
"name": "aba-parser", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "Parse ABA (Australian Bankers Association or Cemtext) file format", | ||
@@ -5,0 +5,0 @@ "main": "dist/lib/index.js", |
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
25213