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

@opentiny/vue-modal

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

Comparing version 3.8.3 to 3.9.0

2

lib/index.js

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

});
var version = "3.7.0";
var version = "3.9.0";
TINYModal.version = version;

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

{
"name": "@opentiny/vue-modal",
"version": "3.8.3",
"version": "3.9.0",
"description": "",

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

"dependencies": {
"@opentiny/vue-renderless": "~3.8.3",
"@opentiny/vue-common": "~3.8.3",
"@opentiny/vue-button": "~3.8.3",
"@opentiny/vue-locale": "~3.8.3"
"@opentiny/vue-renderless": "~3.9.0",
"@opentiny/vue-common": "~3.9.0",
"@opentiny/vue-button": "~3.9.0",
"@opentiny/vue-locale": "~3.9.0"
},

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

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

minHeight: string | number;
minWidth: string | number;
animat: boolean;

@@ -234,4 +235,3 @@ escClosable: boolean;

marginSize: string | number;
minWidth: string | number;
}>;
export default _default;

@@ -170,5 +170,5 @@ declare const _sfc_main: import("@vue/runtime-core").DefineComponent<{

"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
onZoom?: ((...args: any[]) => any) | undefined;
onShow?: ((...args: any[]) => any) | undefined;
onHide?: ((...args: any[]) => any) | undefined;
onZoom?: ((...args: any[]) => any) | undefined;
"onCustom-mousedown"?: ((...args: any[]) => any) | undefined;

@@ -194,2 +194,3 @@ "onCustom-mousemove"?: ((...args: any[]) => any) | undefined;

minHeight: string | number;
minWidth: string | number;
animat: boolean;

@@ -199,4 +200,3 @@ escClosable: boolean;

marginSize: string | number;
minWidth: string | number;
}>;
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