credit-card-type icon indicating copy to clipboard operation
credit-card-type copied to clipboard

A library for determining credit card type

Results 6 credit-card-type issues
Sort by recently updated
recently updated
newest added

### General information I'm testing the last version of your library. ### Issue description I'm creating an issue just to confirm about your library. Please let me know if there's...

### General information pattren should contain 7 series maestro: { niceType: "Maestro", type: "maestro", patterns: [ 493698, [500000, 504174], [504176, 506698], [506779, 508999], [56, 59], 63, 67, 6, ], gaps:...

# Description This pull request adds support for the Egyptian Meeza Card to the credit-card-type Node.js library, enabling developers to easily identify and validate Meeza Card numbers within their applications....

[jplukarski](https://github.com/jplukarski) [crookedneighbor](https://github.com/crookedneighbor) I see that this library does not support "RuPay" card type. It has been used by millions of customers in India and some other countries, promoted by Indian...

The [README](https://github.com/braintree/credit-card-type#adding-card-types) shows an `addCard` example that uses a pattern not currently valid with the `CreditCardType.patterns` type. `[number[]]` should be `number[][]` This accurately represents credit-card-type's pattern functionality and allows the...

triaged

I noticed an issue today where a card entered with the prefix `6222 8212`, that is including spaces, matched as a maestro card, but should've instead matched as a union...