🎩 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.8.2
to
4.8.3
+3
-0
history.md
### ToDo
### 4.8.2
- fix:修正layout监控window的resize事件的判断逻辑为delay,避免布局数据错误的BUG
### 4.8.2
- 基于AI优化代码

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

+2
-2
{
"name": "complex-plugin",
"version": "4.8.2",
"version": "4.8.3",
"description": "a complex plugin",

@@ -11,3 +11,3 @@ "main": "index.ts",

"dependencies": {
"complex-utils": "2.8.3 - 2.8.99"
"complex-utils": "2.8.7 - 2.8.99"
},

@@ -14,0 +14,0 @@ "devDependencies": {

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

this.countBody()
}, 200, 'immediate')
}, 500, 'delay')
window.addEventListener('resize', this.func)

@@ -135,0 +135,0 @@ }