@sindresorhus/transliterate
Advanced tools
Comparing version 1.4.0 to 1.5.0
{ | ||
"name": "@sindresorhus/transliterate", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"description": "Convert Unicode characters to Latin characters using transliteration", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -1819,2 +1819,12 @@ const replacements = [ | ||
// Maltese | ||
['Ċ', 'C'], | ||
['ċ', 'c'], | ||
['Ġ', 'G'], | ||
['ġ', 'g'], | ||
['Ħ', 'H'], | ||
['ħ', 'h'], | ||
['Ż', 'Z'], | ||
['ż', 'z'], | ||
// Numbers | ||
@@ -1821,0 +1831,0 @@ ['𝟎', '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
37400
2084