Socket
Socket
Sign inDemoInstall

@algolia/autocomplete-shared

Package Overview
Dependencies
Maintainers
87
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.17.2 to 1.17.3

2

dist/esm/getAttributeValueByPath.d.ts

@@ -1,1 +0,1 @@

export declare function getAttributeValueByPath<TRecord>(record: TRecord, path: string[]): any;
export declare function getAttributeValueByPath<TRecord>(record: TRecord, path: Array<string | number>): any;

@@ -11,3 +11,3 @@ export declare type HighlightHitParams<THit> = {

*/
attribute: keyof THit | string[];
attribute: keyof THit | Array<string | number>;
/**

@@ -14,0 +14,0 @@ * The tag name to use for highlighted parts.

@@ -1,1 +0,1 @@

export declare const version = "1.17.2";
export declare const version = "1.17.3";

@@ -1,1 +0,1 @@

export var version = '1.17.2';
export var version = '1.17.3';
{
"name": "@algolia/autocomplete-shared",
"description": "Shared utils for Autocomplete packages.",
"version": "1.17.2",
"version": "1.17.3",
"license": "MIT",

@@ -6,0 +6,0 @@ "homepage": "https://github.com/algolia/autocomplete",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc