Socket
Socket
Sign inDemoInstall

@mekari/pixel-popover

Package Overview
Dependencies
Maintainers
4
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mekari/pixel-popover - npm Package Compare versions

Comparing version 0.3.2 to 0.4.0

10

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

@@ -775,2 +775,10 @@ 'use strict';

this.prevIsOpen = oldVal;
if (this.isManual && !oldVal && _newVal) {
this.$emit('open');
}
if (this.isManual && oldVal && !_newVal) {
this.$emit('close');
}
}, {

@@ -835,3 +843,3 @@ immediate: true

if (this._isOpen !== true) {
if (this._isOpen === true) {
this.$emit('open');

@@ -838,0 +846,0 @@ } else {

@@ -775,2 +775,10 @@ 'use strict';

this.prevIsOpen = oldVal;
if (this.isManual && !oldVal && _newVal) {
this.$emit('open');
}
if (this.isManual && oldVal && !_newVal) {
this.$emit('close');
}
}, {

@@ -835,3 +843,3 @@ immediate: true

if (this._isOpen !== true) {
if (this._isOpen === true) {
this.$emit('open');

@@ -838,0 +846,0 @@ } else {

@@ -771,2 +771,10 @@ import { isFunction } from 'lodash-es';

this.prevIsOpen = oldVal;
if (this.isManual && !oldVal && _newVal) {
this.$emit('open');
}
if (this.isManual && oldVal && !_newVal) {
this.$emit('close');
}
}, {

@@ -831,3 +839,3 @@ immediate: true

if (this._isOpen !== true) {
if (this._isOpen === true) {
this.$emit('open');

@@ -834,0 +842,0 @@ } else {

4

package.json
{
"name": "@mekari/pixel-popover",
"description": "Mekari Pixel | Pop over component",
"version": "0.3.2",
"version": "0.4.0",
"homepage": "https://mekari.design/",

@@ -35,3 +35,3 @@ "repository": {

"@mekari/pixel-pseudo-box": "^0.0.8",
"@mekari/pixel-icon": "^0.8.5",
"@mekari/pixel-icon": "^0.8.12",
"lodash-es": "^4.17.21"

@@ -38,0 +38,0 @@ },

@@ -127,2 +127,10 @@ import { isFunction } from 'lodash-es'

this.prevIsOpen = oldVal
if (this.isManual && !oldVal && _newVal) {
this.$emit('open')
}
if (this.isManual && oldVal && !_newVal) {
this.$emit('close')
}
},

@@ -200,3 +208,3 @@ {

if (this._isOpen !== true) {
if (this._isOpen === true) {
this.$emit('open')

@@ -203,0 +211,0 @@ } else {

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