search-sdk
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -39,3 +39,3 @@ (function() { | ||
next = _(response["@search.nextPageParameters"]).omit(__ignoreType).value(); | ||
facets = _(response["@search.facets"]).omit(__ignoreType).entries().map(function(arg) { | ||
facets = _(response["@search.facets"]).omitBy(__ignoreType).entries().map(function(arg) { | ||
var key, value; | ||
@@ -42,0 +42,0 @@ key = arg[0], value = arg[1]; |
{ | ||
"name": "search-sdk", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "search-sdk", | ||
@@ -5,0 +5,0 @@ "main": "index.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
22403