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

@algolia/autocomplete-shared

Package Overview
Dependencies
Maintainers
85
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@algolia/autocomplete-shared - npm Package Compare versions

Comparing version 1.17.5 to 1.17.6

4

dist/esm/core/AutocompleteSource.d.ts

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

import type { FacetHit, Hit } from '@algolia/client-search';
import type { Hit } from '@algolia/client-search';
import type { MaybePromise } from '../MaybePromise';
import type { SearchForFacetValuesResponse } from '../preset-algolia/algoliasearch';
import type { FacetHit, SearchForFacetValuesResponse } from '../preset-algolia/algoliasearch';
import type { RequesterDescription } from '../preset-algolia/createRequester';

@@ -5,0 +5,0 @@ import type { SearchResponse } from '../SearchResponse';

@@ -54,2 +54,8 @@ import * as ClientSearch from '@algolia/client-search';

}>;
export declare type FacetHit = PickForClient<{
/** @ts-ignore */
v4: ClientSearch.FacetHit;
/** @ts-ignore */
v5: AlgoliaSearch.FacetHits;
}>;
export {};

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

export declare const version = "1.17.5";
export declare const version = "1.17.6";

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

export var version = '1.17.5';
export var version = '1.17.6';
{
"name": "@algolia/autocomplete-shared",
"description": "Shared utils for Autocomplete packages.",
"version": "1.17.5",
"version": "1.17.6",
"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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc