Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
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.
luhn-generator
A generator of numbers that passes the validation of Luhn algorithm or Luhn formula, also known as the 'modulus 10' or 'mod 10' algorithm
luhn-alg
Fastest implementation of the Luhn algorithm
checkdigit
Module to calculate and validate check digits for redundancy checking, using f.ex. mod10 (luhn algorithm) or mod11.
cc-validate
Credit Card validation using luhn algorithm
node-luhn
A Luhn (mod 10) algorithm module for credit card number validation.
luhn-mod-n
Implementation of Luhn mod N checkdigit algorithm
luhn-validator
Credit card and IMEI number validation using luhn algorithm
cdigit
Collection of check digit algorithms implemented in JavaScript
@supercat1337/luhn
A simple Luhn algorithm implementation in JavaScript
@getevy/luhn-validation
A full TypeScript EAN, UPC, IMEI, EID, ISBN & card validation tool
mod10
Validate identification numbers using Luhn algorithm
creditcard-generator
Can generate valid credit card numbers for VISA, Amex, Mastercard, Diners, Discover, EnRoute, JCB, Voyager
ocrgenerator
Swedish invoice no generator
node-imei
imei generator/checker
fp-luhn
Functional Luhn Algorithm
bankcard-validator
verify bank card number base on Luhn algorithm
lib-mod10
A module for checking numbers against luhn algorithm
js-luhn
A js luhn algorithm for validating credit cards