🎩 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
3.1.14
to
3.1.15
+3
-0
history.md
### TODOLIST
### 3.1.15
- 强绑定Vue3版本,layout使用reactive转换响应式
### 3.0.1

@@ -4,0 +7,0 @@ - 拆分基础函数到utils

+1
-1
{
"name": "complex-plugin",
"version": "3.1.14",
"version": "3.1.15",
"description": "a complex function",

@@ -5,0 +5,0 @@ "main": "index.ts",

@@ -0,1 +1,2 @@

import { reactive } from "vue"
import { throttle } from "complex-utils"

@@ -63,3 +64,3 @@

const layout = {
const layout = reactive({
type: 'default',

@@ -168,3 +169,3 @@ offset: 200,

}
}
})

@@ -171,0 +172,0 @@ export type layoutType = typeof layout