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

@leafer/interface

Package Overview
Dependencies
Maintainers
1
Versions
116
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@leafer/interface - npm Package Compare versions

Comparing version
1.0.9
to
1.0.10
+1
-1
package.json
{
"name": "@leafer/interface",
"version": "1.0.9",
"version": "1.0.10",
"description": "@leafer/interface",

@@ -5,0 +5,0 @@ "author": "Chao (Leafer) Wan",

@@ -132,2 +132,3 @@ import { IObject } from '../data/IData'

useGrayscaleAlpha(bounds: IBoundsData): void
useMask(maskCanvas: ILeaferCanvas, fromBounds?: IBoundsData, toBounds?: IBoundsData): void

@@ -134,0 +135,0 @@ useEraser(eraserCanvas: ILeaferCanvas, fromBounds?: IBoundsData, toBounds?: IBoundsData): void

@@ -31,4 +31,5 @@ import { ILeaf, ILeafComputedData } from '../display/ILeaf'

__single?: boolean
readonly __hasMultiPaint?: boolean // fill 、stroke 、shadow 等同时存在两次以上外观绘制的情况
__checkSingle(): void
__removeNaturalSize(): void
}

@@ -84,3 +84,5 @@ import { ILeaferBase } from '../app/ILeafer'

| 'pixel'
| 'grayscale'
| 'clipping'
| 'clipping-path'

@@ -87,0 +89,0 @@ export type IEraserType =

Sorry, the diff of this file is too big to display