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

@react-md/autocomplete

Package Overview
Dependencies
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-md/autocomplete - npm Package Compare versions

Comparing version 2.8.4 to 2.8.5

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [2.8.5](https://github.com/mlaursen/react-md/compare/v2.8.4...v2.8.5) (2021-07-03)
**Note:** Version bump only for package @react-md/autocomplete
## [2.8.4](https://github.com/mlaursen/react-md/compare/v2.8.3...v2.8.4) (2021-06-10)

@@ -8,0 +16,0 @@

3

es/useAutoComplete.js

@@ -166,4 +166,3 @@ var __assign = (this && this.__assign) || function () {

setState(function (prevState) { return (__assign(__assign({}, prevState), { value: nextMatch, match: nextMatch })); });
},
onKeyDown: function (event) {
}, onKeyDown: function (event) {
if (onKeyDown) {

@@ -170,0 +169,0 @@ onKeyDown(event);

@@ -169,4 +169,3 @@ "use strict";

setState(function (prevState) { return (__assign(__assign({}, prevState), { value: nextMatch, match: nextMatch })); });
},
onKeyDown: function (event) {
}, onKeyDown: function (event) {
if (onKeyDown) {

@@ -173,0 +172,0 @@ onKeyDown(event);

{
"name": "@react-md/autocomplete",
"version": "2.8.4",
"version": "2.8.5",
"description": "",

@@ -41,8 +41,8 @@ "main": "./lib/index.js",

"dependencies": {
"@react-md/form": "^2.8.4",
"@react-md/list": "^2.8.4",
"@react-md/form": "^2.8.5",
"@react-md/list": "^2.8.5",
"@react-md/portal": "^2.8.3",
"@react-md/states": "^2.8.4",
"@react-md/states": "^2.8.5",
"@react-md/theme": "^2.8.4",
"@react-md/transition": "^2.8.4",
"@react-md/transition": "^2.8.5",
"@react-md/typography": "^2.8.4",

@@ -65,3 +65,3 @@ "@react-md/utils": "^2.8.4",

},
"gitHead": "4266facbfb84ce7fbd66ef5eed040b33fd95b92b"
"gitHead": "015876a77ba2b484d797395ce1f7d097b35d0834"
}

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