@3yourmind/vue-use-tippy
Advanced tools
Comparing version 1.0.1 to 2.0.0
@@ -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,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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
9586
147
1
+ Added@vue/composition-api@1.7.1(transitive)
+ Addedvue@2.6.14(transitive)
- Removed@babel/helper-string-parser@7.25.9(transitive)
- Removed@babel/helper-validator-identifier@7.25.9(transitive)
- Removed@babel/parser@7.26.5(transitive)
- Removed@babel/types@7.26.5(transitive)
- Removed@vue/compiler-sfc@2.7.16(transitive)
- Removed@vue/composition-api@0.6.1(transitive)
- Removedcsstype@3.1.3(transitive)
- Removednanoid@3.3.8(transitive)
- Removedpicocolors@1.1.1(transitive)
- Removedpostcss@8.5.1(transitive)
- Removedprettier@2.8.8(transitive)
- Removedsource-map@0.6.1(transitive)
- Removedsource-map-js@1.2.1(transitive)
- Removedtslib@2.8.1(transitive)
- Removedvue@2.7.16(transitive)
Updated@vue/composition-api@1.7.1