Socket
Book a DemoInstallSign in
Socket

fedach

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fedach

Parse FedACH Directory File Format

latest
Source
npmnpm
Version
0.3.0
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

fedach Build Status

Parse FedACH Directory File Format for Node.js

Install

npm install fedach

Usage

const fedach = require('fedach')

fedach.download((err, data) => {
  if (err) return console.error(err)
  const results = fedach.parse(data)
  console.log(results[0]);
})
{
  routing: '011000015',
  office: 'O',
  frb: '011000015',
  type: '0',
  date: '020802',
  newRouting: '000000000',
  customer: 'FEDERAL RESERVE BANK',
  address: '1000 PEACHTREE ST N.E.',
  city: 'ATLANTA',
  state: 'GA',
  zip: '30309',
  zipExt: '4470',
  zipFull: '30309-4470',
  phoneArea: '866',
  phonePrefix: '234',
  phoneSuffix: '5681',
  phoneFull: '8662345681',
  status: '1',
  dataView: '1',
  filter: '     '
}

Keywords

fed

FAQs

Package last updated on 19 Mar 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.