doofinder
Advanced tools
Comparing version 3.1.0 to 3.1.2
{ | ||
"name": "doofinder", | ||
"description": "Javascript Library for Doofinder Search API", | ||
"version": "3.1.0", | ||
"version": "3.1.2", | ||
"main": "dist/doofinder.js", | ||
@@ -6,0 +6,0 @@ "authors": [ |
(function() { | ||
module.exports = { | ||
version: "3.1.0", | ||
version: "3.1.2", | ||
Client: require("./client"), | ||
@@ -5,0 +5,0 @@ Mustache: require("mustache"), |
@@ -35,3 +35,3 @@ | ||
if (!options.template) { | ||
template = '{{#@index}}' + '<hr class="df-separator">' + '{{/@index}}' + '<div class="df-facets">' + '<a href="#" class="df-panel__title" data-toggle="panel">{{label}}</a>' + '<div class="df-facets__content">' + '<ul>' + '{{#terms}}' + '<li>' + '<a href="#" class="df-facet {{#selected}}df-facet--active{{/selected}}" data-facet="{{name}}"' + 'data-value="{{ key }}">{{ term }} <span' + 'class="df-facet__count">{{ doc_count }}</span></a>' + '</li>' + '{{/terms}}'; | ||
template = '{{#@index}}' + '<hr class="df-separator">' + '{{/@index}}' + '<div class="df-facets">' + '<a href="#" class="df-panel__title" data-toggle="panel">{{label}}</a>' + '<div class="df-facets__content">' + '<ul>' + '{{#terms}}' + '<li>' + '<a href="#" class="df-facet {{#selected}}df-facet--active{{/selected}}" data-facet="{{name}}"' + 'data-value="{{ key }}">{{ key }} <span' + 'class="df-facet__count">{{ doc_count }}</span></a>' + '</li>' + '{{/terms}}'; | ||
} else { | ||
@@ -38,0 +38,0 @@ template = options.template; |
{ | ||
"name": "doofinder", | ||
"version": "3.1.0", | ||
"version": "3.1.2", | ||
"description": "Javascript Library for Doofinder Search API", | ||
@@ -22,3 +22,2 @@ "main": "lib/doofinder.js", | ||
"grunt-contrib-uglify": "^0.9.2", | ||
"grunt-exec": "^0.4.6", | ||
"grunt-mocha-test": "^0.12.7", | ||
@@ -30,4 +29,3 @@ "chai": "^2.2.0", | ||
"mocha": "^2.2.1", | ||
"nock": "^5.2.1", | ||
"browserify": "8.1.3" | ||
"nock": "^5.2.1" | ||
}, | ||
@@ -34,0 +32,0 @@ "scripts": { |
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
13
94016