Socket
Socket
Sign inDemoInstall

algoliasearch-helper

Package Overview
Dependencies
Maintainers
3
Versions
147
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.0.0 to 2.0.1

2

index.js

@@ -21,4 +21,4 @@ /**

*/
helper.version = "2.0.0";
helper.version = "2.0.1";
module.exports = helper;
{
"name": "algoliasearch-helper",
"version": "2.0.0",
"version": "2.0.1",
"description": "Helper for implementing advanced search features with algolia",

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

@@ -15,3 +15,2 @@ # algoliasearch-helper-js

- Disjunctive facetting (search on two or more values for a single facet)
- Query batching

@@ -43,3 +42,3 @@ ## What does it look like?

// Search for any movie filmed in 2003 and directed by either C. Eastwood or S. Coppola
helper.search( "" );
helper.search();
```

@@ -49,3 +48,3 @@

(See the examples in action)[http://algolia.github.io/algoliasearch-helper-js/]
[See the examples in action](http://algolia.github.io/algoliasearch-helper-js/)

@@ -64,3 +63,3 @@ ### Use with NPM

`<script src="//cdn.jsdelivr.net/algoliasearch.helper/2.0.0-rc1/algoliasearch.helper.min.js"></script>`
`<script src="//cdn.jsdelivr.net/algoliasearch.helper/2.0.0/algoliasearch.helper.min.js"></script>`

@@ -67,0 +66,0 @@ ## How to contribute

@@ -16,5 +16,5 @@ "use strict";

* - change : when the internal search state is changed.
* This event contains a {SearchParameters} object and the {SearchResults} of the last result if any.
* This event contains a {SearchParameters} object and the {SearchResults} of the last result if any.
* - result : when the response is retrieved from Algolia and is processed.
* This event contains a {SearchResults} object and the {SearchParameters} corresponding to this answer.
* This event contains a {SearchResults} object and the {SearchParameters} corresponding to this answer.
* - error : when the response is an error. This event contains the error returned by the server.

@@ -21,0 +21,0 @@ * @param {AlgoliaSearch} client an AlgoliaSearch client

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