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.5.0 to 0.5.1

5

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

@@ -336,4 +336,5 @@ 'use strict';

},
nativeOn: this.eventHandlers,
on: this.computedListeners
on: { ...this.eventHandlers,
...this.computedListeners
}
}, this.$slots.default);

@@ -340,0 +341,0 @@ }

@@ -336,4 +336,5 @@ 'use strict';

},
nativeOn: this.eventHandlers,
on: this.computedListeners
on: { ...this.eventHandlers,
...this.computedListeners
}
}, this.$slots.default);

@@ -340,0 +341,0 @@ }

@@ -332,4 +332,5 @@ import { isFunction } from 'lodash-es';

},
nativeOn: this.eventHandlers,
on: this.computedListeners
on: { ...this.eventHandlers,
...this.computedListeners
}
}, this.$slots.default);

@@ -336,0 +337,0 @@ }

2

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

@@ -6,0 +6,0 @@ "repository": {

@@ -179,4 +179,3 @@ import { MpPopper } from '@mekari/pixel-popper'

},
nativeOn: this.eventHandlers,
on: this.computedListeners
on: {...this.eventHandlers, ...this.computedListeners}
},

@@ -183,0 +182,0 @@ this.$slots.default

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