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-beta.11
to
1.0.0-beta.12
+2
-2
package.json
{
"name": "@leafer-ui/interface",
"version": "1.0.0-beta.11",
"version": "1.0.0-beta.12",
"description": "@leafer-ui/interface",

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

"dependencies": {
"@leafer/interface": "1.0.0-beta.11"
"@leafer/interface": "1.0.0-beta.12"
}
}

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

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

@@ -305,4 +305,2 @@ import {

__recycleImage(attrName: string): IBooleanMap
}

@@ -309,0 +307,0 @@ export interface IUIComputedData extends IFillComputedData, IBorderComputedData, IStrokeComputedData, ITextStyleComputedData, ICornerRadiusComputedData, IEffectComputedData, ILeafComputedData {

@@ -1,5 +0,5 @@

import { ILeaferCanvas, IRenderOptions } from '@leafer/interface'
import { ILeaferCanvas, IRenderOptions, IBooleanMap } from '@leafer/interface'
import { ILeafPaint } from '../type/IComputedType'
import { IUI } from '../IUI'
import { IUI, IUIData } from '../IUI'
import { ICachedShape } from '../ICachedShape'

@@ -24,2 +24,4 @@

shape?(ui: IUI, current: ILeaferCanvas, options: IRenderOptions): ICachedShape
recycleImage?(data: IUIData, attrName: string): IBooleanMap
}