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.9.9
to
1.9.10
+12
-12
package.json
{
"name": "@leafer/display",
"version": "1.9.9",
"version": "1.9.10",
"description": "@leafer/display",

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

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

@@ -193,4 +193,5 @@ 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, IScaleData, IScaleFixed, IFourNumber } from '@leafer/interface'

public set(_data: IObject, _isTemp?: boolean): void { }
public get(_name?: string): ILeafInputData | IValue { return undefined }
public get<K extends keyof this>(_name?: K | K[] | ILeafInputData): ILeafInputData | this[K] { return undefined }
public setAttr(name: string, value: any): void { (this as IObject)[name] = value }

@@ -197,0 +198,0 @@ public getAttr(name: string): any { return (this as IObject)[name] }

@@ -1,2 +0,2 @@

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

@@ -69,3 +69,3 @@ import { LeafLayout } from '@leafer/layout';

set(_data: IObject, _isTemp?: boolean): void;
get(_name?: string): ILeafInputData | IValue;
get<K extends keyof this>(_name?: K | K[] | ILeafInputData): ILeafInputData | this[K];
setAttr(name: string, value: any): void;

@@ -72,0 +72,0 @@ getAttr(name: string): any;