New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

doofinder

Package Overview
Dependencies
Maintainers
1
Versions
198
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

doofinder - npm Package Compare versions

Comparing version 4.1.4 to 4.1.5

2

bower.json
{
"name": "doofinder",
"description": "Javascript Library for Doofinder Search API",
"version": "4.1.4",
"version": "4.1.5",
"main": "dist/doofinder.js",

@@ -6,0 +6,0 @@ "authors": [

@@ -534,3 +534,3 @@

Controller.prototype.statusQueryString = function(prefix) {
var params;
var filters, key, params, ref, value;
if (prefix == null) {

@@ -544,2 +544,14 @@ prefix = "#/search/";

delete params.page;
if ([].each != null) {
filters = {};
ref = params.filters;
for (key in ref) {
value = ref[key];
filters[key] = [];
value.each(function(elem) {
return filters[key].push(elem);
});
}
params.filters = filters;
}
return "" + prefix + (qs.stringify(params));

@@ -546,0 +558,0 @@ };

@@ -11,3 +11,3 @@ (function() {

module.exports = {
version: "4.1.4",
version: "4.1.5",
Client: require("./client"),

@@ -14,0 +14,0 @@ Mustache: require("mustache"),

{
"name": "doofinder",
"version": "4.1.4",
"version": "4.1.5",
"description": "Javascript Library for Doofinder Search API",

@@ -5,0 +5,0 @@ "main": "lib/doofinder.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc