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

@opentiny/vue-user-contact

Package Overview
Dependencies
Maintainers
1
Versions
65
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.0 to 3.8.2

7

lib/index.js

@@ -19,8 +19,3 @@ function _extends() {

var template = function template2(mode) {
if ("mobile" === (process.env.TINY_MODE || mode))
return MobileTemplate;
else if ("mobile-first" === (process.env.TINY_MODE || mode))
return MobileFirstTemplate;
else
return PcTemplate;
return PcTemplate;
};

@@ -27,0 +22,0 @@ var UserContact = defineComponent({

14

package.json
{
"name": "@opentiny/vue-user-contact",
"version": "3.8.0",
"version": "3.8.2",
"description": "",

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

"dependencies": {
"@opentiny/vue-renderless": "~3.8.0",
"@opentiny/vue-common": "~3.8.0",
"@opentiny/vue-user-head": "~3.8.0",
"@opentiny/vue-card-template": "~3.8.0",
"@opentiny/vue-popover": "~3.8.0",
"@opentiny/vue-icon": "~3.8.0"
"@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"
},

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

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

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: (FunctionConstructor | ObjectConstructor)[];
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: (FunctionConstructor | ObjectConstructor)[];
tiny_renderless: FunctionConstructor;
tiny_theme: StringConstructor;
tiny_chart_theme: ObjectConstructor;
}>>, {
tiny_mode_root: boolean;
popperAppendToBody: boolean;
isNewImMode: boolean;
showName: boolean;
showArrow: boolean;
showDescription: boolean;
showImg: boolean;
}>;
declare const _default: any;
export default _default;

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

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;
}>;
declare const _sfc_main: 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