card-validator
Advanced tools
Comparing version 4.1.0 to 4.1.1
@@ -0,1 +1,6 @@ | ||
4.1.1 | ||
===== | ||
- Update `credit-card-type` to v6.0.0 | ||
4.1.0 | ||
@@ -2,0 +7,0 @@ ===== |
{ | ||
"name": "card-validator", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"description": "A library for validating credit card fields", | ||
@@ -26,4 +26,4 @@ "main": "index.js", | ||
"dependencies": { | ||
"credit-card-type": "^5.0.0" | ||
"credit-card-type": "^6.0.0" | ||
} | ||
} |
@@ -48,4 +48,2 @@ # Credit Card Validator [![Build Status](https://travis-ci.org/braintree/card-validator.svg)](https://travis-ci.org/braintree/card-validator) [![npm version](https://badge.fury.io/js/card-validator.svg)](http://badge.fury.io/js/card-validator) | ||
type: 'american-express', | ||
pattern: '^3([47]\\d*)?$', | ||
isAmex: true, | ||
gaps: [4, 10], | ||
@@ -52,0 +50,0 @@ lengths: [15], |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22621
314
+ Addedcredit-card-type@6.3.0(transitive)
- Removedcredit-card-type@5.0.4(transitive)
Updatedcredit-card-type@^6.0.0