You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@opentiny/vue-tooltip

Package Overview
Dependencies
Maintainers
1
Versions
77
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

to
3.24.0

8

package.json
{
"name": "@opentiny/vue-tooltip",
"version": "3.23.0",
"version": "3.24.0",
"description": "",

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

"dependencies": {
"@opentiny/vue-renderless": "~3.23.0",
"@opentiny/vue-common": "~3.23.0",
"@opentiny/vue-theme": "~3.23.0"
"@opentiny/vue-renderless": "~3.24.0",
"@opentiny/vue-common": "~3.24.0",
"@opentiny/vue-theme": "~3.24.0"
},

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

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

tiny_theme: StringConstructor;
tiny_mcp_config: ObjectConstructor;
tiny_chart_theme: ObjectConstructor;

@@ -213,2 +214,3 @@ };

tiny_theme: StringConstructor;
tiny_mcp_config: ObjectConstructor;
tiny_chart_theme: ObjectConstructor;

@@ -319,2 +321,3 @@ }, ITooltipApi, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{

tiny_theme: StringConstructor;
tiny_mcp_config: ObjectConstructor;
tiny_chart_theme: ObjectConstructor;

@@ -321,0 +324,0 @@ }>>, {

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

tiny_theme: StringConstructor;
tiny_mcp_config: ObjectConstructor;
tiny_chart_theme: ObjectConstructor;

@@ -217,2 +218,3 @@ }, ITooltipApi, unknown, {}, {}, hooks.ComponentOptionsMixin, hooks.ComponentOptionsMixin, {}, string, hooks.PublicProps, Readonly<hooks.ExtractPropTypes<{

tiny_theme: StringConstructor;
tiny_mcp_config: ObjectConstructor;
tiny_chart_theme: ObjectConstructor;

@@ -219,0 +221,0 @@ }>>, {