Socket
Socket
Sign inDemoInstall

react-datalist-input

Package Overview
Dependencies
5
Maintainers
1
Versions
100
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.2.0-next-1 to 3.2.0-next-2

2

dist/index.d.ts

@@ -111,3 +111,3 @@ import type { PropsWithChildren, HTMLAttributes, InputHTMLAttributes, ReactNode, CSSProperties, RefObject, MutableRefObject, SetStateAction, Dispatch } from 'react';

declare const Combobox: Combobox;
declare type Item = Record<string, unknown> & {
declare type Item = any & {
id: string;

@@ -114,0 +114,0 @@ value: string;

{
"name": "react-datalist-input",
"version": "3.2.0-next-1",
"version": "3.2.0-next-2",
"description": "react-datalist-input provides a React datalist/combobox component called DatalistInput. The component contains an input field with a dropdown menu of suggestions based on the current input.",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc