doofinder
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -73,5 +73,6 @@ | ||
} | ||
return callback(long_word != null ? long_word : { | ||
'': query | ||
}); | ||
if (long_word) { | ||
query = ''; | ||
} | ||
return callback(query); | ||
}; | ||
@@ -264,3 +265,2 @@ | ||
} | ||
console.log(encodeURI(querystring)); | ||
return encodeURI(querystring); | ||
@@ -267,0 +267,0 @@ }; |
{ | ||
"name": "doofinder", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "Javascript Client for Doofinder Search API - Beta", | ||
@@ -5,0 +5,0 @@ "main": "lib/doofinder.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
12944