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 3.8.2 to 3.8.3

18

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

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

"dependencies": {
"@opentiny/vue-button": "~3.8.2",
"@opentiny/vue-common": "~3.8.2",
"@opentiny/vue-icon": "~3.8.2",
"@opentiny/vue-modal": "~3.8.2",
"@opentiny/vue-popover": "~3.8.2",
"@opentiny/vue-renderless": "~3.8.2",
"@opentiny/vue-theme": "~3.8.2",
"@opentiny/vue-theme-mobile": "~3.8.2"
"@opentiny/vue-button": "~3.8.3",
"@opentiny/vue-common": "~3.8.3",
"@opentiny/vue-icon": "~3.8.3",
"@opentiny/vue-modal": "~3.8.3",
"@opentiny/vue-popover": "~3.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,78 @@

declare const _sfc_main: any;
declare const _sfc_main: import("@vue/runtime-core").DefineComponent<{
_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)[];
}, any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("confirm" | "show" | "hide")[], "confirm" | "show" | "hide", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
_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)[];
}>> & {
onConfirm?: ((...args: any[]) => any) | undefined;
onShow?: ((...args: any[]) => any) | undefined;
onHide?: ((...args: any[]) => any) | undefined;
}, {
width: string | number;
trigger: string;
_constants: Record<string, any>;
placement: string;
cancelButton: boolean;
}>;
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