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

@opentiny/vue-modal

Package Overview
Dependencies
Maintainers
0
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentiny/vue-modal - npm Package Compare versions

Comparing version 3.19.0 to 3.20.0

2

lib/index.js

@@ -191,3 +191,3 @@ function _extends() {

});
var version = "3.19.0";
var version = "3.20.0";
TINYModal.version = version;

@@ -194,0 +194,0 @@ TINYModal.model = {

{
"name": "@opentiny/vue-modal",
"version": "3.19.0",
"version": "3.20.0",
"description": "",

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

"dependencies": {
"@opentiny/vue-renderless": "~3.19.0",
"@opentiny/vue-common": "~3.19.0",
"@opentiny/vue-button": "~3.19.0",
"@opentiny/vue-checkbox": "~3.19.0",
"@opentiny/vue-checkbox-group": "~3.19.0",
"@opentiny/vue-popconfirm": "~3.19.0",
"@opentiny/vue-icon": "~3.19.0",
"@opentiny/vue-theme-mobile": "~3.19.0",
"@opentiny/vue-theme": "~3.19.0"
"@opentiny/vue-renderless": "~3.20.0",
"@opentiny/vue-common": "~3.20.0",
"@opentiny/vue-button": "~3.20.0",
"@opentiny/vue-checkbox": "~3.20.0",
"@opentiny/vue-checkbox-group": "~3.20.0",
"@opentiny/vue-popconfirm": "~3.20.0",
"@opentiny/vue-icon": "~3.20.0",
"@opentiny/vue-theme-mobile": "~3.20.0",
"@opentiny/vue-theme": "~3.20.0"
},

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

@@ -90,3 +90,4 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{

gcls: (key: any) => any;
}, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("cancel" | "close" | "confirm" | "update:modelValue" | "hide" | "show" | "custom-mousedown" | "custom-mousemove" | "custom-mouseup")[], "cancel" | "close" | "confirm" | "update:modelValue" | "hide" | "show" | "custom-mousedown" | "custom-mousemove" | "custom-mouseup", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
m: (...cssClasses: any[]) => string;
}, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("cancel" | "close" | "update:modelValue" | "hide" | "confirm" | "show" | "custom-mousedown" | "custom-mousemove" | "custom-mouseup")[], "cancel" | "close" | "update:modelValue" | "hide" | "confirm" | "show" | "custom-mousedown" | "custom-mousemove" | "custom-mouseup", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
_constants: {

@@ -175,4 +176,4 @@ type: ObjectConstructor;

onClose?: ((...args: any[]) => any) | undefined;
onHide?: ((...args: any[]) => any) | undefined;
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
onHide?: ((...args: any[]) => any) | undefined;
onConfirm?: ((...args: any[]) => any) | undefined;

@@ -179,0 +180,0 @@ onShow?: ((...args: any[]) => any) | undefined;

@@ -44,2 +44,3 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{

gcls: (key: any) => any;
m: (...cssClasses: any[]) => string;
}, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{

@@ -46,0 +47,0 @@ type?: any;

@@ -45,3 +45,3 @@ import type { IModalApi } from '@opentiny/vue-renderless/types/modal.type';

footerDragable?: any;
}>, IModalApi, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("cancel" | "close" | "confirm" | "update:modelValue" | "hide" | "show" | "custom-mousedown" | "custom-mousemove" | "custom-mouseup")[], "cancel" | "close" | "confirm" | "update:modelValue" | "hide" | "show" | "custom-mousedown" | "custom-mousemove" | "custom-mouseup", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{
}>, IModalApi, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("cancel" | "close" | "update:modelValue" | "hide" | "confirm" | "show" | "custom-mousedown" | "custom-mousemove" | "custom-mouseup")[], "cancel" | "close" | "update:modelValue" | "hide" | "confirm" | "show" | "custom-mousedown" | "custom-mousemove" | "custom-mouseup", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{
type?: any;

@@ -92,4 +92,4 @@ title?: any;

onClose?: ((...args: any[]) => any) | undefined;
onHide?: ((...args: any[]) => any) | undefined;
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
onHide?: ((...args: any[]) => any) | undefined;
onConfirm?: ((...args: any[]) => any) | undefined;

@@ -96,0 +96,0 @@ onShow?: ((...args: any[]) => any) | undefined;

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