doofinder
Advanced tools
Comparing version 0.17.10 to 1.0.0
{ | ||
"name": "doofinder", | ||
"description": "Javascript Library for Doofinder Search API", | ||
"version": "0.17.10", | ||
"version": "1.0.0", | ||
"main": "dist/doofinder.js", | ||
@@ -6,0 +6,0 @@ "authors": [ |
@@ -126,3 +126,3 @@ | ||
this.status.params.query = query; | ||
this.status.params.filters = {}; | ||
this.status.params.filters = this.searchParams.filters || {}; | ||
if (!this.searchParams.query_name) { | ||
@@ -129,0 +129,0 @@ delete this.status.params.query_name; |
(function() { | ||
module.exports = { | ||
version: "0.17.10", | ||
version: "1.0.0", | ||
Client: require("./client"), | ||
@@ -5,0 +5,0 @@ Handlebars: require("handlebars"), |
{ | ||
"name": "doofinder", | ||
"version": "0.17.10", | ||
"version": "1.0.0", | ||
"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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
88371
0