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

react-autocompleter

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-autocompleter - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

dist/AutoCompleter.js

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

'div',
{ className: classes.root, styles: styles.root, ref: 'autocompleter-root', onKeyDown: keyboard && this.handleKeyEvent },
{ className: classes.root, style: styles.root, ref: 'autocompleter-root', onKeyDown: keyboard && this.handleKeyEvent },
_react2['default'].createElement(_Input2['default'], { value: inputValue, placeholder: placeholder, className: classes.input, styles: styles.input, props: inputProps, onChange: this.handleInputChange, onBlur: this.onBlur, onFocus: this.onFocus }),

@@ -160,0 +160,0 @@ _react2['default'].createElement(_ListContainer2['default'], { data: filteredItemList, onSelect: this.onSelect, className: classes.listContainer, itemClassName: classes.listItems, styles: styles.listContainer, itemStyles: styles.listItems, navigate: navigate - 1 })

{
"name": "react-autocompleter",
"author": "Invertase",
"version": "1.0.3",
"version": "1.0.4",
"description": "A simple, configurable, styleable ReactJS component which completes your phrase with keyboard navigation support.",

@@ -6,0 +6,0 @@ "main": "./dist/AutoCompleter.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