Socket
Socket
Sign inDemoInstall

@algolia/autocomplete-shared

Package Overview
Dependencies
Maintainers
84
Versions
65
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.11.0 to 1.11.1

3

dist/esm/core/AutocompletePropGetters.d.ts

@@ -45,3 +45,2 @@ import { BaseItem } from './AutocompleteApi';

[key: string]: unknown;
sourceIndex?: number;
}) => {

@@ -85,3 +84,3 @@ htmlFor: string;

[key: string]: unknown;
sourceIndex?: number;
source: InternalAutocompleteSource<any>;
}) => {

@@ -88,0 +87,0 @@ role: 'listbox';

import * as ClientSearch from '@algolia/client-search';
import type * as AlgoliaSearch from 'algoliasearch/lite';
declare type AnyToUnknown<TSubject> = (any extends TSubject ? true : false) extends true ? unknown : TSubject;
declare type AnyToUnknown<TSubject> = (0 extends 1 & TSubject ? true : false) extends true ? unknown : TSubject;
declare type SearchClientShape = {

@@ -5,0 +5,0 @@ search: unknown;

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

export declare const version = "1.11.0";
export declare const version = "1.11.1";

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

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