You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@leafer/layout

Package Overview
Dependencies
Maintainers
1
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@leafer/layout - npm Package Compare versions

Comparing version
1.9.3
to
1.9.4
+6
-6
package.json
{
"name": "@leafer/layout",
"version": "1.9.3",
"version": "1.9.4",
"description": "@leafer/layout",

@@ -25,10 +25,10 @@ "author": "Chao (Leafer) Wan",

"dependencies": {
"@leafer/data": "1.9.3",
"@leafer/math": "1.9.3",
"@leafer/helper": "1.9.3",
"@leafer/platform": "1.9.3"
"@leafer/data": "1.9.4",
"@leafer/math": "1.9.4",
"@leafer/helper": "1.9.4",
"@leafer/platform": "1.9.4"
},
"devDependencies": {
"@leafer/interface": "1.9.3"
"@leafer/interface": "1.9.4"
}
}

@@ -315,3 +315,3 @@ import { ILeaf, ILeafLayout, ILocationType, IBoundsType, IBoundsData, IMatrixData, ILayoutBoundsData, IPointData } from '@leafer/interface'

this.boxChanged = true
this.localBoxChanged || this.localBoxChange()
this.localBoxChanged ? (this.boundsChanged || (this.boundsChanged = true)) : this.localBoxChange() // fix: boundsChanged未更新的问题
this.hitCanvasChanged = true

@@ -360,3 +360,3 @@ }

this.matrixChanged = true
this.localBoxChanged || this.localBoxChange()
this.localBoxChanged ? (this.boundsChanged || (this.boundsChanged = true)) : this.localBoxChange() // fix: boundsChanged未更新的问题
}

@@ -363,0 +363,0 @@