Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign 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.0-beta.8
to
1.0.0-beta.9
+1
-1
package.json
{
"name": "@leafer/interface",
"version": "1.0.0-beta.8",
"version": "1.0.0-beta.9",
"description": "@leafer/interface",

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

@@ -66,3 +66,2 @@ import { ILeaf } from '../display/ILeaf'

waitViewLoaded(fun: IFunction): void
receiveEvent(event: IObject): void
}

@@ -69,0 +68,0 @@

@@ -9,3 +9,3 @@ import { IScreenSizeData, ILeaferCanvas } from '@leafer/interface'

clear(): void
destory(): void
destroy(): void
}

@@ -9,3 +9,3 @@ import { ILeaf } from '../display/ILeaf'

getImageType(leaf: ILeaf, size: IScreenSizeData): IHitCanvas
destory(): void
destroy(): void
}

@@ -9,3 +9,3 @@ import { ILeaferImage, ILeaferImageConfig } from './ILeaferImage'

load(image: ILeaferImage, onSuccess: IFunction, onError: IFunction): void
destory(): void
destroy(): void
}

@@ -11,2 +11,3 @@ import { INumberFunction, IPointDataFunction } from '../function/IFunction'

import { ILeaferCanvas } from '../canvas/ILeaferCanvas'
import { IObject } from '../data/IData'

@@ -55,2 +56,3 @@ export interface IInteraction extends IControl {

move?: IMoveConfig
eventer?: IObject
}

@@ -57,0 +59,0 @@

@@ -27,3 +27,3 @@ import { IFunction } from '../function/IFunction'

addEmpty(callback?: IFunction): void
destory(): void
destroy(): void
}