New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@algolia/satellite

Package Overview
Dependencies
Maintainers
56
Versions
326
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@algolia/satellite - npm Package Compare versions

Comparing version 1.0.0-beta.37 to 1.0.0-beta.38

6

AutoComplete/AutoComplete.d.ts

@@ -26,5 +26,5 @@ import React from "react";

noResultsLabel?: string;
createFromInputValue?: CreateFromInputValue<Option>;
createFromInputValue?: CreateFromInputValue;
separatorKeyCodes?: number[];
renderValueTemplate?: (args: RenderValueTemplateArgs<Option>) => JSX.Element;
renderValueTemplate?: (args: RenderValueTemplateArgs) => JSX.Element;
renderOption?: (option: Option, params: OptionRendererParams) => React.ReactNode;

@@ -45,3 +45,3 @@ }

noResultsLabel: string;
createFromInputValue: CreateFromInputValue<Option>;
createFromInputValue: CreateFromInputValue;
options: never[];

@@ -48,0 +48,0 @@ separatorKeyCodes: never[];

@@ -15,8 +15,8 @@ declare type OptionsValue = string | number | boolean;

}
export interface RenderValueTemplateArgs<T extends Option> {
option: T;
export interface RenderValueTemplateArgs {
option: Option;
key: string;
editable: boolean;
}
export declare type CreateFromInputValue<T> = (options: T[] | undefined, inputValue: string) => T[];
export declare type CreateFromInputValue = (options: Option[] | undefined, inputValue: string) => Option[];
export {};

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

import { Option, CreateFromInputValue } from "./types";
export declare const defaultCreateFromInputValue: CreateFromInputValue<Option>;
export declare const caseInsensitiveCreateFromInputValue: CreateFromInputValue<Option>;
import { CreateFromInputValue } from "./types";
export declare const defaultCreateFromInputValue: CreateFromInputValue;
export declare const caseInsensitiveCreateFromInputValue: CreateFromInputValue;
{
"name": "@algolia/satellite",
"version": "1.0.0-beta.37",
"version": "1.0.0-beta.38",
"description": "Algolia design system React components",

@@ -5,0 +5,0 @@ "main": "index.js",

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