doofinder
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "doofinder", | ||
"description": "Javascript Library for Doofinder Search API", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"main": "dist/doofinder.js", | ||
@@ -6,0 +6,0 @@ "authors": [ |
@@ -133,5 +133,5 @@ | ||
this.status.lastPageReached = false; | ||
this.trigger("df:search", [this.status.params]); | ||
return this.__search(); | ||
this.__search(); | ||
} | ||
return this.trigger("df:search", [this.status.params]); | ||
}; | ||
@@ -138,0 +138,0 @@ |
(function() { | ||
module.exports = { | ||
version: "1.0.0", | ||
version: "1.0.1", | ||
Client: require("./client"), | ||
@@ -5,0 +5,0 @@ Handlebars: require("handlebars"), |
{ | ||
"name": "doofinder", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Javascript Library for Doofinder Search API", | ||
@@ -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
88369