New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@3yourmind/vue-use-tippy

Package Overview
Dependencies
Maintainers
8
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@3yourmind/vue-use-tippy - npm Package Compare versions

Comparing version 1.0.1 to 2.0.0

5

dist/index.js

@@ -20,3 +20,3 @@ "use strict";

*/
exports.useTippy = function (targets, options) {
var useTippy = function (targets, options) {
var instance = composition_api_1.ref(null);

@@ -44,3 +44,3 @@ var onMountCallbacks = [];

});
}, { immediate: true });
}, { immediate: true, flush: 'post' });
return {

@@ -52,2 +52,3 @@ onMount: function (callback) { return onMountCallbacks.push(callback); },

};
exports.useTippy = useTippy;
//# sourceMappingURL=index.js.map

6

package.json

@@ -6,3 +6,3 @@ {

"dependencies": {
"@vue/composition-api": "0.6.1",
"@vue/composition-api": "1.7.1",
"lodash.castarray": "^4.4.0",

@@ -41,4 +41,4 @@ "tippy.js": "6.x"

},
"version": "1.0.1",
"gitHead": "18d57623b440fa7b8926491a6b40e363b8ce7434"
"version": "2.0.0",
"gitHead": "022d03d65ba3fbf0a210853843953ceaba4bb92c"
}

@@ -63,3 +63,3 @@ import {

),
{ immediate: true },
{ immediate: true, flush: 'post' },
)

@@ -66,0 +66,0 @@

Sorry, the diff of this file is not supported yet

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