@apiverve/cardvalidator
Advanced tools
Comparing version 1.1.2 to 1.1.4
{ | ||
"name": "@apiverve/cardvalidator", | ||
"version": "1.1.2", | ||
"version": "1.1.4", | ||
"description": "Card Validator is a simple tool for validating if a card number is valid or not. It checks the card number format and the Luhn algorithm to see if the card number is valid.", | ||
@@ -21,5 +21,5 @@ "main": "index.js", | ||
}, | ||
"homepage": "https://github.com/apiverve/cardvalidator-API", | ||
"homepage": "https://apiverve.com/marketplace/api/cardvalidator", | ||
"devDependencies": { | ||
"mocha": "^10.4.0", | ||
"mocha": "^10.7.3", | ||
"chai": "^5.1.1", | ||
@@ -29,6 +29,6 @@ "dotenv": "^16.4.5" | ||
"dependencies": { | ||
"node-fetch": "3.3.2", | ||
"node-fetch": "^3.3.2", | ||
"promise": "^8.3.0", | ||
"axios": "1.6.8" | ||
"axios": "1.7.4" | ||
} | ||
} |
@@ -98,3 +98,4 @@ Card Validator API | ||
"isValid": true | ||
} | ||
}, | ||
"code": 200 | ||
} | ||
@@ -101,0 +102,0 @@ ``` |
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
8707
131
+ Addedaxios@1.7.4(transitive)
- Removedaxios@1.6.8(transitive)
Updatedaxios@1.7.4
Updatednode-fetch@^3.3.2