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

solenya-autocomplete

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

solenya-autocomplete - npm Package Compare versions

Comparing version 1.2.6 to 1.2.7

dist/index.d.ts

3

dist/types.d.ts
import { HAttributes, DatabindProps } from 'solenya';
interface IAutoCompleteProps<T> {
export interface IAutoCompleteProps<T> {
/** Can be used to prefix the input id used by the autocomplete, which is based on the property name the autocomplete is bound to. */

@@ -39,2 +39,1 @@ prefix: string;

}
export {};
{
"name": "solenya-autocomplete",
"version": "1.2.6",
"version": "1.2.7",
"author": "solenya",

@@ -5,0 +5,0 @@ "license": "MIT",

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

`solenya-autocomplete` is an AutoComplete for solenya.
# Installation

@@ -2,0 +4,0 @@

import { HAttributes, DatabindProps } from 'solenya'
interface IAutoCompleteProps<T>
export interface IAutoCompleteProps<T>
{

@@ -5,0 +5,0 @@ /** Can be used to prefix the input id used by the autocomplete, which is based on the property name the autocomplete is bound to. */

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