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

algoliasearch-helper

Package Overview
Dependencies
Maintainers
5
Versions
154
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

algoliasearch-helper - npm Package Compare versions

Comparing version

to
2.6.5

2

bower.json
{
"name": "algoliasearch-helper",
"version": "2.6.4",
"version": "2.6.5",
"homepage": "https://github.com/algolia/algoliasearch-helper-js",

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

{
"name": "algoliasearch-helper",
"version": "2.6.4",
"version": "2.6.5",
"description": "Helper for implementing advanced search features with algolia",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -367,2 +367,7 @@ 'use strict';

// previous refinements and no results so not able to find it
if (attributeIndex === -1) {
return;
}
// when we always get root levels, if the hits refinement is `beers > IPA` (count: 5),

@@ -369,0 +374,0 @@ // then the disjunctive values will be `beers` (count: 100),

'use strict';
module.exports = '2.6.4';
module.exports = '2.6.5';

Sorry, the diff of this file is not supported yet