🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

complex-plugin

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

complex-plugin - npm Package Compare versions

Comparing version
4.9.2
to
4.9.3
+1
-1
history.md
### ToDo
### 4.9.2
### 4.9.2/3
- feat:PluginLayoutData添加visible属性及相关逻辑

@@ -5,0 +5,0 @@

{
"name": "complex-plugin",
"version": "4.9.2",
"version": "4.9.3",
"description": "a complex plugin",

@@ -5,0 +5,0 @@ "type": "module",

@@ -70,3 +70,3 @@ import { _Data, Life, throttle } from "complex-utils"

export class PluginLayoutData {
export class PluginLayoutData extends _Data {
static $formatConfig = { name: 'PluginLayoutData', level: 80, recommend: true }

@@ -79,2 +79,3 @@ visible: boolean

constructor(initOption: PluginLayoutDataInitOption) {
super()
this.visible = initOption.visible === undefined ? true : initOption.visible

@@ -81,0 +82,0 @@ this.width = initOption.width || 0