Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@opentiny/vue-user-contact

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-user-contact - npm Package Compare versions

Comparing version 3.8.2 to 3.8.3

15

package.json
{
"name": "@opentiny/vue-user-contact",
"version": "3.8.2",
"version": "3.8.3",
"description": "",
"main": "./lib/index.js",
"module": "./lib/index.js",
"sideEffects": false,
"dependencies": {
"@opentiny/vue-renderless": "~3.8.2",
"@opentiny/vue-common": "~3.8.2",
"@opentiny/vue-user-head": "~3.8.2",
"@opentiny/vue-card-template": "~3.8.2",
"@opentiny/vue-popover": "~3.8.2",
"@opentiny/vue-icon": "~3.8.2"
"@opentiny/vue-renderless": "~3.8.3",
"@opentiny/vue-common": "~3.8.3",
"@opentiny/vue-user-head": "~3.8.3",
"@opentiny/vue-card-template": "~3.8.3",
"@opentiny/vue-popover": "~3.8.3",
"@opentiny/vue-icon": "~3.8.3"
},

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

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

declare const _default: any;
declare const _default: import("@vue/runtime-core").DefineComponent<{
showName: {
type: BooleanConstructor;
default: boolean;
};
showArrow: {
type: BooleanConstructor;
default: boolean;
};
/**
* 是否显示 userDescription, colType 为 false 时生效
*/
showDescription: {
type: BooleanConstructor;
default: boolean;
};
/**
* 是否显示 头像
*/
showImg: {
type: BooleanConstructor;
default: boolean;
};
/**
* 数据
*/
data: {
type: ObjectConstructor;
validator: (value: any) => boolean;
};
popperClass: StringConstructor;
popperAppendToBody: {
type: BooleanConstructor;
default: boolean;
};
isNewImMode: {
type: BooleanConstructor;
default: boolean;
};
tiny_mode: StringConstructor;
tiny_mode_root: BooleanConstructor;
tiny_template: (ObjectConstructor | FunctionConstructor)[];
tiny_renderless: FunctionConstructor;
tiny_theme: StringConstructor;
tiny_chart_theme: ObjectConstructor;
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
[key: string]: any;
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
showName: {
type: BooleanConstructor;
default: boolean;
};
showArrow: {
type: BooleanConstructor;
default: boolean;
};
/**
* 是否显示 userDescription, colType 为 false 时生效
*/
showDescription: {
type: BooleanConstructor;
default: boolean;
};
/**
* 是否显示 头像
*/
showImg: {
type: BooleanConstructor;
default: boolean;
};
/**
* 数据
*/
data: {
type: ObjectConstructor;
validator: (value: any) => boolean;
};
popperClass: StringConstructor;
popperAppendToBody: {
type: BooleanConstructor;
default: boolean;
};
isNewImMode: {
type: BooleanConstructor;
default: boolean;
};
tiny_mode: StringConstructor;
tiny_mode_root: BooleanConstructor;
tiny_template: (ObjectConstructor | FunctionConstructor)[];
tiny_renderless: FunctionConstructor;
tiny_theme: StringConstructor;
tiny_chart_theme: ObjectConstructor;
}>>, {
popperAppendToBody: boolean;
tiny_mode_root: boolean;
isNewImMode: boolean;
showName: boolean;
showArrow: boolean;
showDescription: boolean;
showImg: boolean;
}>;
export default _default;

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

declare const _sfc_main: any;
declare const _sfc_main: import("@vue/runtime-core").DefineComponent<Readonly<{
[x: string]: any;
}>, any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{
[x: string]: any;
}>>>, {
[x: string]: any;
}>;
export default _sfc_main;
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