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 4.0.3 to 4.0.4

12

CHANGELOG.md

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

## [4.0.4](https://github.com/mlaursen/react-md/compare/v4.0.3...v4.0.4) (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)) ([50c3472](https://github.com/mlaursen/react-md/commit/50c34726d37c1bb4314d373ad598461b5545f7dc))
## [4.0.3](https://github.com/mlaursen/react-md/compare/v4.0.2...v4.0.3) (2021-12-31)

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

1

es/useAutoComplete.js

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

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

@@ -224,0 +225,0 @@ handleAutoComplete(focusedIndex);

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

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

@@ -227,0 +228,0 @@ handleAutoComplete(focusedIndex);

4

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

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

},
"gitHead": "39edcb237de86528426b8011396f677b01b6a929"
"gitHead": "a4b9893b8d8eb17fc99ed24b2c22dfd669378e21"
}

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

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

@@ -400,0 +401,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