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

@mekari/pixel-autocomplete

Package Overview
Dependencies
Maintainers
4
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mekari/pixel-autocomplete - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

3

dist/mekari-pixel-autocomplete.cjs.dev.js

@@ -228,5 +228,6 @@ 'use strict';

handleFocus() {
handleFocus(e) {
this.isFocused = true;
this.handleOpenPopover();
this.$emit('focus', e);
},

@@ -233,0 +234,0 @@

@@ -228,5 +228,6 @@ 'use strict';

handleFocus() {
handleFocus(e) {
this.isFocused = true;
this.handleOpenPopover();
this.$emit('focus', e);
},

@@ -233,0 +234,0 @@

@@ -224,5 +224,6 @@ import { MpInputGroup, MpInput, MpInputRightAddon } from '@mekari/pixel-input';

handleFocus() {
handleFocus(e) {
this.isFocused = true;
this.handleOpenPopover();
this.$emit('focus', e);
},

@@ -229,0 +230,0 @@

{
"name": "@mekari/pixel-autocomplete",
"description": "Mekari Pixel | Selecting items in a list from a text input component",
"version": "0.5.1",
"version": "0.5.2",
"homepage": "https://mekari.design/",

@@ -29,4 +29,4 @@ "repository": {

"@mekari/pixel-icon": "^0.8.3",
"@mekari/pixel-input": "^0.3.7",
"@mekari/pixel-popover": "^0.2.8",
"@mekari/pixel-input": "^0.3.9",
"@mekari/pixel-popover": "^0.3.0",
"@mekari/pixel-pseudo-box": "0.0.8",

@@ -33,0 +33,0 @@ "@mekari/pixel-spinner": "^0.0.9",

@@ -135,5 +135,6 @@ import { MpInput, MpInputGroup, MpInputRightAddon } from '@mekari/pixel-input'

},
handleFocus() {
handleFocus(e) {
this.isFocused = true
this.handleOpenPopover()
this.$emit('focus', e)
},

@@ -140,0 +141,0 @@ handleClear() {

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