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 3.8.3 to 3.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 = "3.9.0";
Split.model = {

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

6

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

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

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

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

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

};
'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;

@@ -61,2 +77,18 @@ tiny_mode: StringConstructor;

};
'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;

@@ -76,4 +108,8 @@ tiny_mode: StringConstructor;

rightBottomMin: string | number;
'trigger-simple': boolean;
'collapse-left-top': boolean;
'collapse-right-bottom': boolean;
'three-areas': boolean;
collapsible: boolean;
}>;
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