diacritics
Advanced tools
Comparing version 1.0.2 to 1.1.0
18
index.js
var DIACRITICS_REMOVAL_MAP = [ | ||
{ | ||
base: ' ', | ||
regex: /[\u00A0]/g | ||
}, { | ||
base: '0', | ||
@@ -186,2 +189,17 @@ regex: /[\u07C0]/g | ||
}, { | ||
base: 'ff', | ||
regex: /[\uFB00]/g | ||
}, { | ||
base: 'fi', | ||
regex: /[\uFB01]/g | ||
}, { | ||
base: 'fl', | ||
regex: /[\uFB02]/g | ||
}, { | ||
base: 'ffi', | ||
regex: /[\uFB03]/g | ||
}, { | ||
base: 'ffl', | ||
regex: /[\uFB04]/g | ||
}, { | ||
base: 'g', | ||
@@ -188,0 +206,0 @@ regex: /[\u0067\u24D6\uFF47\u01F5\u011D\u1E21\u011F\u0121\u01E7\u0123\u01E5\u0260\uA7A1\uA77F\u1D79]/g |
{ | ||
"name": "diacritics", | ||
"version": "1.0.2", | ||
"version": "1.1.0", | ||
"description": "remove diacritics from strings", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
11800
341