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

@algolia/client-recommendation

Package Overview
Dependencies
Maintainers
62
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@algolia/client-recommendation - npm Package Compare versions

Comparing version 4.1.0 to 4.2.0

20

dist/client-recommendation.d.ts

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

*/
readonly eventsScoring: ReadonlyArray<{
readonly eventName: string;
readonly eventType: string;
readonly score: number;
eventsScoring: Array<{
eventName: string;
eventType: string;
score: number;
}>;

@@ -23,5 +23,5 @@ /**

*/
readonly facetsScoring: ReadonlyArray<{
readonly facetName: string;
readonly score: number;
facetsScoring: Array<{
facetName: string;
score: number;
}>;

@@ -31,3 +31,3 @@ /**

*/
readonly personalizationImpact: number;
personalizationImpact: number;
};

@@ -89,9 +89,9 @@

*/
readonly status?: number;
status?: number;
/**
* The message.
*/
readonly message: string;
message: string;
};
export { }
{
"name": "@algolia/client-recommendation",
"version": "4.1.0",
"version": "4.2.0",
"private": false,

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

"dependencies": {
"@algolia/client-common": "4.1.0",
"@algolia/requester-common": "4.1.0",
"@algolia/transporter": "4.1.0"
"@algolia/client-common": "4.2.0",
"@algolia/requester-common": "4.2.0",
"@algolia/transporter": "4.2.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