Socket
Socket
Sign inDemoInstall

aba-generator

Package Overview
Dependencies
0
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.1 to 2.1.0

2

index.js

@@ -200,3 +200,3 @@ const defaultAbaSchemas = {

formatFooter(transactions) {
const credits = transactions.filter((p) => p.transactionCode === ABA.CREDIT || p.transactionCode === ABA.PAY);
const credits = transactions.filter((p) => p.transactionCode >= 50 && p.transactionCode <= 57);
const debits = transactions.filter((p) => p.transactionCode === ABA.DEBIT);

@@ -203,0 +203,0 @@ const credit = sum(credits.map((c) => c.amount));

{
"name": "aba-generator",
"version": "2.0.1",
"version": "2.1.0",
"description": "ABA file generator",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc