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

react-input-completion

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-input-completion - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

2

package.json
{
"name": "react-input-completion",
"version": "0.0.10",
"version": "0.0.11",
"description": "A cross-browser autocomplete component for React",

@@ -5,0 +5,0 @@ "repository": "https://www.github.com/imcnally/react-input-completion",

@@ -30,2 +30,3 @@ 'use strict';

option: 'ric-option',
optionSelected: 'ric-option ric-option--selected',
wrapper: 'ric-wrapper'

@@ -100,6 +101,7 @@ };

var onMouseDown = _this.onFallbackOptionClick.bind(_this, option);
var className = isSelected ? styleClasses.optionSelected : styleClasses.option;
return _react2['default'].createElement(
'li',
{ 'aria-selected': isSelected, className: styleClasses.option,
{ 'aria-selected': isSelected, className: className,
key: index, onMouseDown: onMouseDown, role: 'option' },

@@ -106,0 +108,0 @@ option

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