Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

aba-parser

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aba-parser - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

package.json
{
"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" },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc