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.0.0-beta.8 to 4.0.0

2

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

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

@@ -20,5 +20,5 @@ # VueTippy

```bash
npm install --save vue-tippy@next
npm install --save vue-tippy
# or
yarn add vue-tippy@next
yarn add vue-tippy
```

@@ -55,4 +55,4 @@

<!-- From CDN -->
<script src="https://unpkg.com/vue-tippy@next/dist/vue-tippy.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vue-tippy@next/dist/vue-tippy.min.js"></script>
<script src="https://unpkg.com/vue-tippy/dist/vue-tippy.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vue-tippy/dist/vue-tippy.min.js"></script>
```

@@ -82,3 +82,3 @@

<button name="myTrigger">Tippy Trigger</button>
```
```

@@ -97,3 +97,3 @@ ```html

</tippy>
```
```

@@ -106,3 +106,3 @@ ```html

</tippy>
````
```

@@ -109,0 +109,0 @@ > For full v4 documentation, visit [https://kabbouchi.github.io/vue-tippy/4.0/](https://kabbouchi.github.io/vue-tippy/4.0/).

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