us-bank-account-validator
us-bank-account-validator copied to clipboard
A library for validating US bank account routing and account numbers
This PR implements check digit validation according to the algorithm described here: https://en.wikipedia.org/wiki/ABA_routing_transit_number#Check_digit It assigns the result to the `isPotentiallyValid` property of the validation result, so as not to introduce...
An alternative to #29 that adds an additional property to the routing number validation specifically for the check digit validation.
also curious if this is being used by brain tree in production.
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...