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

aba-parser

Package Overview
Dependencies
Maintainers
2
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.3 to 1.1.4

2

dist/lib/index.js

@@ -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

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