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

@opentiny/vue-split

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentiny/vue-split - npm Package Compare versions

Comparing version 2.8.3 to 2.9.0

18

lib/index.js

@@ -59,2 +59,18 @@ function _extends() {

},
"trigger-simple": {
type: Boolean,
default: false
},
"collapse-left-top": {
type: Boolean,
default: false
},
"collapse-right-bottom": {
type: Boolean,
default: false
},
"three-areas": {
type: Boolean,
default: false
},
collapsible: Boolean

@@ -70,3 +86,3 @@ }),

});
var version = "3.7.0";
var version = "2.9.0";
Split.model = {

@@ -73,0 +89,0 @@ prop: "modelValue",

6

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

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

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

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

@@ -26,2 +26,18 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api/dist/vue-composition-api.js").ShallowUnwrapRef<() => import("vue").VNode> & import("@vue/composition-api/dist/vue-composition-api.js").Data, {}, {}, {

};
'trigger-simple': {
type: BooleanConstructor;
default: boolean;
};
'collapse-left-top': {
type: BooleanConstructor;
default: boolean;
};
'collapse-right-bottom': {
type: BooleanConstructor;
default: boolean;
};
'three-areas': {
type: BooleanConstructor;
default: boolean;
};
collapsible: BooleanConstructor;

@@ -42,2 +58,6 @@ tiny_mode: StringConstructor;

rightBottomMin: string | number;
"trigger-simple": boolean;
"collapse-left-top": boolean;
"collapse-right-bottom": boolean;
"three-areas": boolean;
} & {

@@ -57,2 +77,6 @@ tiny_mode?: string | undefined;

rightBottomMin: string | number;
"trigger-simple": boolean;
"collapse-left-top": boolean;
"collapse-right-bottom": boolean;
"three-areas": boolean;
} & {

@@ -72,2 +96,6 @@ tiny_mode?: string | undefined;

rightBottomMin: string | number;
"trigger-simple": boolean;
"collapse-left-top": boolean;
"collapse-right-bottom": boolean;
"three-areas": boolean;
} & {

@@ -85,3 +113,7 @@ tiny_mode?: string | undefined;

rightBottomMin: string | number;
"trigger-simple": boolean;
"collapse-left-top": boolean;
"collapse-right-bottom": boolean;
"three-areas": boolean;
}, true>);
export default _default;
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