luhn

A validation module for browsers and Node.js to validate credit card numbers against the luhn algorithm.

checkdigit

Module to calculate and validate check digits for redundancy checking, using f.ex. mod10 (luhn algorithm) or mod11.