Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "aba-parser", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Parse ABA (Australian Bankers Association or Cemtext) file format", | ||
@@ -5,0 +5,0 @@ "main": "dist/lib/index.js", |
@@ -137,3 +137,3 @@ # ABA parser | ||
{ name: "amount", boundaries: [20, 30], type: "money" }, | ||
{ name: "traceBSB", boundaries: [80, 87], type: "bsb" }, | ||
{ name: "traceBsb", boundaries: [80, 87], type: "bsb" }, | ||
{ name: "customString", boundaries: [120, 135], type: "string" }, | ||
@@ -196,3 +196,3 @@ { name: "customInt", boundaries: [135, 140], type: "integer" }, | ||
{ name: "reference", boundaries: [62, 80], type: "string" }, | ||
{ name: "traceBSB", boundaries: [80, 87], type: "bsb" }, | ||
{ name: "traceBsb", boundaries: [80, 87], type: "bsb" }, | ||
{ name: "traceAccount", boundaries: [87, 96], type: "string" }, | ||
@@ -199,0 +199,0 @@ { name: "remitter", boundaries: [96, 112], type: "string" }, |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0