fuzzaldrin-plus
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -65,3 +65,3 @@ (function() { | ||
n = query_lw.length; | ||
if (!m || !n || n > m) { | ||
if (!m || n > m) { | ||
return false; | ||
@@ -68,0 +68,0 @@ } |
{ | ||
"name": "fuzzaldrin-plus", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Fuzzy filtering and string scoring - compatible with fuzzaldrin", | ||
@@ -5,0 +5,0 @@ "licenses": [ |
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
124894
22