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

react-datalist-input

Package Overview
Dependencies
Maintainers
1
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-datalist-input - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

2

dist/index.es.js

@@ -307,3 +307,3 @@ import React, { createContext, forwardRef, useContext, useMemo, useRef, useState, useEffect, useId, useDeferredValue, useCallback } from 'react';

children.substring(0, index),
as === 'mark' ? (React.createElement("mark", __assign({}, props), children.substring(index, inputLength))) : (React.createElement("span", __assign({}, props), children.substring(index, inputLength))),
as === 'mark' ? (React.createElement("mark", __assign({}, props), children.substring(index, index + inputLength))) : (React.createElement("span", __assign({}, props), children.substring(index, inputLength))),
children.substring(index + inputLength, children.length)));

@@ -310,0 +310,0 @@ }, [currentInput, children]);

@@ -315,3 +315,3 @@ 'use strict';

children.substring(0, index),
as === 'mark' ? (React__default["default"].createElement("mark", __assign({}, props), children.substring(index, inputLength))) : (React__default["default"].createElement("span", __assign({}, props), children.substring(index, inputLength))),
as === 'mark' ? (React__default["default"].createElement("mark", __assign({}, props), children.substring(index, index + inputLength))) : (React__default["default"].createElement("span", __assign({}, props), children.substring(index, inputLength))),
children.substring(index + inputLength, children.length)));

@@ -318,0 +318,0 @@ }, [currentInput, children]);

{
"name": "react-datalist-input",
"version": "3.0.0",
"version": "3.0.1",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc