validate-currency-code
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "validate-currency-code", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Very simple lib to check if something is a iso 4217 currency code", | ||
@@ -23,4 +23,5 @@ "keywords": [ | ||
"devDependencies": { | ||
"chai": "^3.5.0", | ||
"eslint": "^2.8.0" | ||
"chai": "^4.2.0", | ||
"eslint": "^7.7.0", | ||
"mocha": "^8.1.1" | ||
}, | ||
@@ -27,0 +28,0 @@ "main": "index", |
@@ -8,4 +8,4 @@ # validate-currency-code | ||
if (validateCurrencyCode('EUR')) { | ||
// code here | ||
// code that should run when the currencycode is valid | ||
} | ||
``` |
Sorry, the diff of this file is not supported yet
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
4455
3