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 3.1.0 to 3.1.2

12

CHANGELOG.md

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

## [3.1.2](https://github.com/mlaursen/react-md/compare/v3.1.1...v3.1.2) (2023-05-09)
### Bug Fixes
* **@react-md/autocomplete:** Prevent event default when pressing enter with open `AutoComplete` ([#1439](https://github.com/mlaursen/react-md/issues/1439)) ([4dd3794](https://github.com/mlaursen/react-md/commit/4dd3794e999b888d81d7154f51c41a2ea058806f))
# [3.1.0](https://github.com/mlaursen/react-md/compare/v3.0.1...v3.1.0) (2021-09-10)

@@ -8,0 +20,0 @@

1

es/useAutoComplete.js

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

if (visible && focusedIndex >= 0) {
event.preventDefault();
event.stopPropagation();

@@ -208,0 +209,0 @@ handleAutoComplete(focusedIndex);

@@ -209,2 +209,3 @@ "use strict";

if (visible && focusedIndex >= 0) {
event.preventDefault();
event.stopPropagation();

@@ -211,0 +212,0 @@ handleAutoComplete(focusedIndex);

4

package.json
{
"name": "@react-md/autocomplete",
"version": "3.1.0",
"version": "3.1.2",
"description": "",

@@ -58,3 +58,3 @@ "main": "./lib/index.js",

},
"gitHead": "5891a3255f12fb34d2cc82d81d10f85f712a21e8"
"gitHead": "edd68be4919496a8ac95dafd03c4e395e2c98988"
}

@@ -396,2 +396,3 @@ import {

if (visible && focusedIndex >= 0) {
event.preventDefault();
event.stopPropagation();

@@ -398,0 +399,0 @@ handleAutoComplete(focusedIndex);

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