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

@leafer/display

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

Comparing version
1.6.7
to
1.7.0
+11
-11
package.json
{
"name": "@leafer/display",
"version": "1.6.7",
"version": "1.7.0",
"description": "@leafer/display",

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

"dependencies": {
"@leafer/math": "1.6.7",
"@leafer/data": "1.6.7",
"@leafer/layout": "1.6.7",
"@leafer/display-module": "1.6.7",
"@leafer/event": "1.6.7",
"@leafer/decorator": "1.6.7",
"@leafer/helper": "1.6.7",
"@leafer/debug": "1.6.7",
"@leafer/platform": "1.6.7"
"@leafer/math": "1.7.0",
"@leafer/data": "1.7.0",
"@leafer/layout": "1.7.0",
"@leafer/display-module": "1.7.0",
"@leafer/event": "1.7.0",
"@leafer/decorator": "1.7.0",
"@leafer/helper": "1.7.0",
"@leafer/debug": "1.7.0",
"@leafer/platform": "1.7.0"
},
"devDependencies": {
"@leafer/interface": "1.6.7"
"@leafer/interface": "1.7.0"
}
}

@@ -572,5 +572,7 @@ import { ILeaferBase, ILeaf, ILeafInputData, ILeafData, ILeaferCanvas, IRenderOptions, IBoundsType, ILocationType, IMatrixWithBoundsData, ILayoutBoundsData, IValue, ILeafLayout, InnerId, IHitCanvas, IRadiusPointData, IEventListenerMap, IEventListener, IEventListenerId, IEvent, IObject, IFunction, IPointData, IBoundsData, IBranch, IFindMethod, IMatrixData, IAttrDecorator, IMatrixWithBoundsScaleData, IMatrixWithScaleData, IAlign, IJSONOptions, IEventParamsMap, IEventOption, IAxis, IMotionPathData, IUnitData, IRotationPointData, ITransition, IValueFunction, IEventParams } from '@leafer/interface'

public __renderShape(_canvas: ILeaferCanvas, _options: IRenderOptions, _ignoreFill?: boolean, _ignoreStroke?: boolean): void { }
public __renderShape(_canvas: ILeaferCanvas, _options: IRenderOptions): void { }
public __drawShape(_canvas: ILeaferCanvas, _options: IRenderOptions): void { }
public __updateWorldOpacity(): void { }

@@ -577,0 +579,0 @@

@@ -160,3 +160,4 @@ import { ILeaf, InnerId, ILeaferBase, ILeafData, ILeafLayout, IMatrixWithBoundsScaleData, IMatrixWithBoundsData, IMatrixData, IBoundsData, IMatrixWithScaleData, IHitCanvas, IEventParamsMap, IEventListenerMap, ILeafInputData, IFunction, IObject, IValue, IJSONOptions, IFindMethod, ILeaferCanvas, IRenderOptions, ILocationType, IBoundsType, ILayoutBoundsData, IPointData, ITransition, IAlign, IAxis, IRadiusPointData, IMotionPathData, IUnitData, IRotationPointData, IEventParams, IEventListener, IEventOption, IEventListenerId, IEvent, IValueFunction, IAttrDecorator } from '@leafer/interface';

__clip(_canvas: ILeaferCanvas, _options: IRenderOptions): void;
__renderShape(_canvas: ILeaferCanvas, _options: IRenderOptions, _ignoreFill?: boolean, _ignoreStroke?: boolean): void;
__renderShape(_canvas: ILeaferCanvas, _options: IRenderOptions): void;
__drawShape(_canvas: ILeaferCanvas, _options: IRenderOptions): void;
__updateWorldOpacity(): void;

@@ -163,0 +164,0 @@ __updateChange(): void;