Socket
Socket
Sign inDemoInstall

@algolia/client-analytics

Package Overview
Dependencies
Maintainers
61
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.4.0 to 4.5.0

10

dist/client-analytics.d.ts

@@ -108,2 +108,6 @@ import { ClientTransporterOptions } from '@algolia/client-common';

/**
* The ab test updated date.
*/
updatedAt: string;
/**
* The ab test unique identifier.

@@ -191,3 +195,3 @@ */

*/
averageClickPostion?: number;
averageClickPosition?: number;
/**

@@ -214,2 +218,6 @@ * Distinct click count for the variant.

/**
* Tracked search count.
*/
trackedSearchCount?: number;
/**
* Search count.

@@ -216,0 +224,0 @@ */

10

package.json
{
"name": "@algolia/client-analytics",
"version": "4.4.0",
"version": "4.5.0",
"private": false,

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

"dependencies": {
"@algolia/client-common": "4.4.0",
"@algolia/client-search": "4.4.0",
"@algolia/requester-common": "4.4.0",
"@algolia/transporter": "4.4.0"
"@algolia/client-common": "4.5.0",
"@algolia/client-search": "4.5.0",
"@algolia/requester-common": "4.5.0",
"@algolia/transporter": "4.5.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