cdigit
Collection of check digit algorithms implemented in JavaScript
checkdigit
Module to calculate and validate check digits for redundancy checking, using f.ex. mod10 (luhn algorithm) or mod11.
fast-luhn
A fast Luhn algorithm for validating credit cards
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)