homoglyph-finder
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -100,3 +100,3 @@ module.exports = (function(){ | ||
for (i in txt) { | ||
a.push(text[i]) | ||
a.push(txt[i]) | ||
} | ||
@@ -103,0 +103,0 @@ return a; |
{ | ||
"name": "homoglyph-finder", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "A homoglyph-aware text search utility, allows you to search a string for a given word even if that word has been disguised using homoglyph characters (characters that look similar)", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -5,2 +5,3 @@ Homoglyph Finder | ||
This is actually just a copy of [homoglyph-search](https://github.com/codebox/homoglyph) JS module with a few changes: | ||
1. ES6 `for-of` loop has been removed for a better browser support; | ||
@@ -7,0 +8,0 @@ 2. there is a new `isMatches` function (see its usage below). |
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
43