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

@opentiny/vue-popconfirm

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentiny/vue-popconfirm - npm Package Compare versions

Comparing version 2.8.2 to 2.8.3

18

package.json
{
"name": "@opentiny/vue-popconfirm",
"version": "2.8.2",
"version": "2.8.3",
"description": "",

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

"dependencies": {
"@opentiny/vue-button": "~2.8.2",
"@opentiny/vue-common": "~2.8.2",
"@opentiny/vue-icon": "~2.8.2",
"@opentiny/vue-modal": "~2.8.2",
"@opentiny/vue-popover": "~2.8.2",
"@opentiny/vue-renderless": "~3.8.2",
"@opentiny/vue-theme": "~3.8.2",
"@opentiny/vue-theme-mobile": "~3.8.2"
"@opentiny/vue-button": "~2.8.3",
"@opentiny/vue-common": "~2.8.3",
"@opentiny/vue-icon": "~2.8.3",
"@opentiny/vue-modal": "~2.8.3",
"@opentiny/vue-popover": "~2.8.3",
"@opentiny/vue-renderless": "~3.8.3",
"@opentiny/vue-theme": "~3.8.3",
"@opentiny/vue-theme-mobile": "~3.8.3"
},

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

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

declare const _sfc_main: any;
declare const _sfc_main: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api/dist/vue-composition-api.js").ShallowUnwrapRef<any> & import("@vue/composition-api/dist/vue-composition-api.js").Data, {}, {}, {
_constants: {
type: ObjectConstructor;
default: () => {
ICON_MAP: {
success: string;
error: string;
info: string;
warning: string;
};
};
};
content: StringConstructor;
popperClass: StringConstructor;
trigger: {
type: StringConstructor;
default: string;
validator: (value: string) => boolean;
};
cancelButton: {
type: BooleanConstructor;
default: boolean;
};
title: StringConstructor;
placement: {
type: StringConstructor;
default: string;
};
width: {
type: (NumberConstructor | StringConstructor)[];
default: string;
};
type: (ObjectConstructor | StringConstructor)[];
}, {
width: string | number;
trigger: string;
_constants: Record<string, any>;
placement: string;
cancelButton: boolean;
} & {
popperClass?: string | undefined;
type?: unknown;
title?: string | undefined;
content?: string | undefined;
}> & import("vue").VueConstructor<import("vue").default> & (new (...args: any[]) => import("@vue/composition-api/dist/vue-composition-api.js").ComponentRenderProxy<{
width: string | number;
trigger: string;
_constants: Record<string, any>;
placement: string;
cancelButton: boolean;
} & {
popperClass?: string | undefined;
type?: unknown;
title?: string | undefined;
content?: string | undefined;
}, import("@vue/composition-api/dist/vue-composition-api.js").ShallowUnwrapRef<any>, import("@vue/composition-api/dist/vue-composition-api.js").Data, {}, {}, {
width: string | number;
trigger: string;
_constants: Record<string, any>;
placement: string;
cancelButton: boolean;
} & {
popperClass?: string | undefined;
type?: unknown;
title?: string | undefined;
content?: string | undefined;
}, {
width: string | number;
trigger: string;
_constants: Record<string, any>;
placement: string;
cancelButton: boolean;
}, true>);
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