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

vue-tippy

Package Overview
Dependencies
Maintainers
1
Versions
175
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-tippy - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

2

package.json
{
"name": "vue-tippy",
"version": "0.2.3",
"version": "0.2.4",
"description": "",

@@ -5,0 +5,0 @@ "main": "vue-tippy.js",

@@ -27,7 +27,7 @@ const Tippy = require('tippy.js');

var i = this.getInstance(el);
var t = this.getTippy(el).t;
var t = this.getTippy(el).tippy;
t.destroy(this.getTippyPopper(t));
var index = Vue.$tippyInstances.indexOf(i);
if(index > -1)
t.splice(index,1);
if (index > -1)
t.splice(index, 1);

@@ -101,3 +101,3 @@ },

},
unbind: function (el,binding,vnode) {
unbind: function (el, binding, vnode) {
vnode.context.$tippy.destroyTippy(el);

@@ -104,0 +104,0 @@ },

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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