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.0.2
to
1.0.3
+5
-5
package.json
{
"name": "@leafer/layout",
"version": "1.0.2",
"version": "1.0.3",
"description": "@leafer/layout",

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

"dependencies": {
"@leafer/math": "1.0.2",
"@leafer/helper": "1.0.2",
"@leafer/platform": "1.0.2"
"@leafer/math": "1.0.3",
"@leafer/helper": "1.0.3",
"@leafer/platform": "1.0.3"
},
"devDependencies": {
"@leafer/interface": "1.0.2"
"@leafer/interface": "1.0.3"
}
}

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

public childrenSortChanged?: boolean
public stateStyleChanged?: boolean

@@ -80,0 +81,0 @@ // keep state

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

childrenSortChanged?: boolean;
stateStyleChanged?: boolean;
affectScaleOrRotation: boolean;

@@ -42,0 +43,0 @@ affectRotation: boolean;