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.0-alpha.30
to
1.0.0-alpha.31
+3
-3
package.json
{
"name": "@leafer/layout",
"version": "1.0.0-alpha.30",
"version": "1.0.0-alpha.31",
"description": "@leafer/layout",

@@ -22,7 +22,7 @@ "author": "Chao (Leafer) Wan",

"dependencies": {
"@leafer/math": "1.0.0-alpha.30"
"@leafer/math": "1.0.0-alpha.31"
},
"devDependencies": {
"@leafer/interface": "1.0.0-alpha.30"
"@leafer/interface": "1.0.0-alpha.31"
}
}

@@ -62,5 +62,7 @@ import { ILeaf, ILeafLayout, ILayoutLocationType, ILayoutBoundsType, IBoundsData, IMatrixData, IMatrixDecompositionData } from '@leafer/interface'

public affectRotation: boolean
public strokeBoundsSpreadWidth: number
public renderBoundsSpreadWidth: number
public renderShapeBoundsSpreadWidth: number
public shapeStrokeSpreadWidth: number
public shapeRenderSpreadWidth: number

@@ -67,0 +69,0 @@