Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@algolia/client-search

Package Overview
Dependencies
Maintainers
60
Versions
234
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@algolia/client-search - npm Package Compare versions

Comparing version 4.0.0-beta.10 to 4.0.0-beta.11

8

dist/client-search.d.ts

@@ -556,3 +556,3 @@ import { AuthModeType } from '@algolia/client-common';

/** Processing time for the query. This does not include network time. */
readonly processingTimeMs: string;
readonly processingTimeMS: string;
/** Number of hits returned for the query. */

@@ -1052,3 +1052,3 @@ readonly numberOfQueryHits: string;

readonly hitsPerPage: number;
readonly processingTimeMs: number;
readonly processingTimeMS: number;
readonly exhaustiveNbHits: boolean;

@@ -1205,3 +1205,3 @@ readonly exhaustiveFacetsCount?: boolean;

/**
* @deprecated
* @deprecated Use `searchableAttributes` instead.
*/

@@ -1234,3 +1234,3 @@ readonly attributesToIndex?: readonly string[];

/**
* @deprecated
* @deprecated Use `replicas` instead.
*/

@@ -1237,0 +1237,0 @@ readonly slaves?: readonly string[];

{
"name": "@algolia/client-search",
"version": "4.0.0-beta.10",
"version": "4.0.0-beta.11",
"private": false,

@@ -15,7 +15,7 @@ "license": "MIT",

"dependencies": {
"@algolia/client-common": "4.0.0-beta.10",
"@algolia/logger-common": "4.0.0-beta.10",
"@algolia/requester-common": "4.0.0-beta.10",
"@algolia/transporter": "4.0.0-beta.10"
"@algolia/client-common": "4.0.0-beta.11",
"@algolia/logger-common": "4.0.0-beta.11",
"@algolia/requester-common": "4.0.0-beta.11",
"@algolia/transporter": "4.0.0-beta.11"
}
}
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