Comparing version 1.3.0 to 1.3.1
{ | ||
"name": "fuse.js", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"main": "./src/fuse.js", | ||
@@ -5,0 +5,0 @@ "ignore": [ |
{ | ||
"name": "fuse.js", | ||
"author": "Kirollos Risk", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Lightweight fuzzy-search", | ||
@@ -6,0 +6,0 @@ "license": "Apache", |
@@ -460,5 +460,5 @@ /** | ||
// Then include the includes | ||
for(var i = 0; i < options.include.length; i++) | ||
for(var j = 0; j < options.include.length; j++) | ||
{ | ||
var includeVal = options.include[i]; | ||
var includeVal = options.include[j]; | ||
resultItem[includeVal] = rawResults[i][includeVal]; | ||
@@ -465,0 +465,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