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

@leafer-ui/interface

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-ui/interface - npm Package Compare versions

Comparing version
1.0.0-rc.2
to
1.0.0-rc.3
+2
-2
package.json
{
"name": "@leafer-ui/interface",
"version": "1.0.0-rc.2",
"version": "1.0.0-rc.3",
"description": "@leafer-ui/interface",

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

"dependencies": {
"@leafer/interface": "1.0.0-rc.2"
"@leafer/interface": "1.0.0-rc.3"
}
}

@@ -141,2 +141,5 @@ import { ILeaf, ILeafComputedData, ILeafData, ILeafInputData, ILeaferCanvas, IRenderOptions, IPathDrawer, IPointData, IPath2D, IPathCommandData, IWindingRule, ILeaferImageConfig, IBoundsData, IObject, __Number, IPathString, ILeaferImage, IBlob, IPathCreator } from '@leafer/interface'

startCharSize?: number
endCharSize?: number
paraStart?: boolean // paragraph start

@@ -143,0 +146,0 @@ paraEnd?: boolean // paragraph end

@@ -394,2 +394,4 @@ import { IPointData, IExportFileType, IWindingRule, IPathCommandData, IBlendMode, IMatrixData, ILeaferImage, IBlob, ILeaf, IPathString, IPathCreator, IBoundsData, ILeaferImageConfig, ILeaferCanvas, IRenderOptions, IPathDrawer, ILeafData, IPath2D, ILeafComputedData, ILeafInputData, IObject, ILeafRender, ILeafBounds, ILeafHit, ICachedLeaf, IBooleanMap } from '@leafer/interface';

words?: ITextWordData[];
startCharSize?: number;
endCharSize?: number;
paraStart?: boolean;

@@ -396,0 +398,0 @@ paraEnd?: boolean;