Socket
Socket
Sign inDemoInstall

@opentiny/vue-tooltip

Package Overview
Dependencies
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentiny/vue-tooltip - npm Package Compare versions

Comparing version 3.15.0 to 3.16.0

2

lib/index.js

@@ -175,3 +175,3 @@ function _extends() {

});
var version = "3.15.0";
var version = "3.16.0";
Tooltip.model = {

@@ -178,0 +178,0 @@ prop: "modelValue",

{
"name": "@opentiny/vue-tooltip",
"version": "3.15.0",
"version": "3.16.0",
"description": "",

@@ -10,5 +10,5 @@ "main": "./lib/index.js",

"dependencies": {
"@opentiny/vue-renderless": "~3.15.0",
"@opentiny/vue-common": "~3.15.0",
"@opentiny/vue-theme": "~3.15.0"
"@opentiny/vue-renderless": "~3.16.0",
"@opentiny/vue-common": "~3.16.0",
"@opentiny/vue-theme": "~3.16.0"
},

@@ -15,0 +15,0 @@ "license": "MIT",

@@ -205,3 +205,3 @@ import type { ITooltipApi } from '@opentiny/vue-renderless/types/tooltip.type';

tiny_chart_theme: ObjectConstructor;
}, ITooltipApi, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
}, ITooltipApi, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
visible: {

@@ -208,0 +208,0 @@ type: StringConstructor;

@@ -1,2 +0,2 @@

declare const _default: (props: Record<string, any> & {}) => any;
declare const _default: import("@vue/runtime-core").DefineSetupFnComponent<Record<string, any>, {}, {}, Record<string, any> & {}, import("@vue/runtime-core").PublicProps>;
export default _default;

@@ -107,3 +107,3 @@ import { hooks } from '@opentiny/vue-common';

tiny_chart_theme: ObjectConstructor;
}, ITooltipApi, unknown, {}, {}, hooks.ComponentOptionsMixin, hooks.ComponentOptionsMixin, {}, string, hooks.VNodeProps & hooks.AllowedComponentProps & hooks.ComponentCustomProps, Readonly<hooks.ExtractPropTypes<{
}, ITooltipApi, unknown, {}, {}, hooks.ComponentOptionsMixin, hooks.ComponentOptionsMixin, {}, string, hooks.PublicProps, Readonly<hooks.ExtractPropTypes<{
visible: {

@@ -110,0 +110,0 @@ type: StringConstructor;

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