Socket
Socket
Sign inDemoInstall

@algolia/client-analytics

Package Overview
Dependencies
Maintainers
63
Versions
220
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@algolia/client-analytics - npm Package Compare versions

Comparing version 4.2.0 to 4.3.0

8

dist/client-analytics.d.ts

@@ -112,3 +112,3 @@ import { ClientTransporterOptions } from '@algolia/client-common';

/**
* The ab test significance based on click data. Should be > 0.95 to be considered significant - no matter which variant is winning.
* The ab test significance based on click data. Should be higher than 0.95 to be considered significant - no matter which variant is winning.
*/

@@ -118,3 +118,3 @@ clickSignificance: number;

*
* The ab test significance based on conversion data. Should be > 0.95 to be considered significant - no matter which variant is winning.
* The ab test significance based on conversion data. Should be higher than 0.95 to be considered significant - no matter which variant is winning.
*/

@@ -184,4 +184,2 @@ conversionSignificance: number;

* The search parameters.
*
* @todo Handle this search options type.
*/

@@ -226,4 +224,2 @@ readonly customSearchParameters?: SearchOptions;

* The search parameters.
*
* @todo Handle this search options type.
*/

@@ -230,0 +226,0 @@ customSearchParameters?: SearchOptions;

{
"name": "@algolia/client-analytics",
"version": "4.2.0",
"version": "4.3.0",
"private": false,

@@ -19,7 +19,7 @@ "repository": {

"dependencies": {
"@algolia/client-common": "4.2.0",
"@algolia/client-search": "4.2.0",
"@algolia/requester-common": "4.2.0",
"@algolia/transporter": "4.2.0"
"@algolia/client-common": "4.3.0",
"@algolia/client-search": "4.3.0",
"@algolia/requester-common": "4.3.0",
"@algolia/transporter": "4.3.0"
}
}
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