checkdigit

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

luhn

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

cc-luhn

Calculate or verify the credit card check digit (luhn)