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

complex-data

Package Overview
Dependencies
Maintainers
1
Versions
321
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

complex-data - npm Package Compare versions

Comparing version
4.9.7
to
4.9.8
+2
-1
history.md

@@ -24,3 +24,4 @@

### 4.9.7
### 4.9.7/8
- fix:修正TrackData.resetStatus错误的将init设置为false导致在pushData时判断错误出现额外生成icon的BUG
- feat:优化轨迹数据的整体逻辑

@@ -27,0 +28,0 @@

{
"name": "complex-data",
"version": "4.9.7",
"version": "4.9.8",
"description": "a complex data",

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

@@ -399,2 +399,4 @@ import { getNum } from "complex-utils"

this.status.last = ''
}
resetInit() {
this.status.init = false

@@ -603,2 +605,3 @@ }

this.$clearOverlay()
this.resetInit()
}

@@ -605,0 +608,0 @@ reset() {