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
6
Versions
152
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 2.6.8 to 2.6.9

2

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

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

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

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

@@ -93,3 +93,4 @@ 'use strict';

// we want the facetValue is a child of hierarchicalRootPath
if (hierarchicalRootPath && facetValue.indexOf(hierarchicalRootPath) !== 0) {
if (hierarchicalRootPath &&
(facetValue.indexOf(hierarchicalRootPath) !== 0 || hierarchicalRootPath === facetValue)) {
return false;

@@ -96,0 +97,0 @@ }

'use strict';
module.exports = '2.6.8';
module.exports = '2.6.9';

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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