country-locale-map
Advanced tools
Comparing version 1.8.1 to 1.8.2
{ | ||
"name": "country-locale-map", | ||
"version": "1.8.1", | ||
"version": "1.8.2", | ||
"description": "Provides mapping between country codes and provides default country locales. Includes optional fuzzy matching for country name.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -255,4 +255,4 @@ /* eslint-env node, mocha */ | ||
let result = clm.getCurrencyByName('Uruguay'); | ||
expect(result).to.equal('UYW'); | ||
expect(result).to.equal('UYU'); | ||
}); | ||
}) |
@@ -258,5 +258,5 @@ /* eslint-env node, mocha */ | ||
let result = clm.getCurrencyByName('Uruguay'); | ||
expect(result).to.equal('UYW'); | ||
expect(result).to.equal('UYU'); | ||
}); | ||
}) |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
200739