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 4.8.0 to 4.9.0

3

composition/useTippy.js

@@ -43,2 +43,5 @@ import tippy from 'tippy.js'

}
if(element._isVue){
element = element.$el;
}

@@ -45,0 +48,0 @@ if (isRef(opts.content)) {

2

package.json
{
"name": "vue-tippy",
"version": "4.8.0",
"version": "4.9.0",
"description": "Directive and Component wrapper for Tippy.js",

@@ -5,0 +5,0 @@ "author": "Georges KABBOUCHI <georges.kabbouchi@gmail.com>",

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