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-rc.18
to
1.0.0-rc.19
+1
-1
package.json
{
"name": "@leafer/interface",
"version": "1.0.0-rc.18",
"version": "1.0.0-rc.19",
"description": "@leafer/interface",

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

@@ -355,2 +355,3 @@ import { ILeaferBase } from '../app/ILeafer'

readonly isBranchLeaf?: boolean
readonly isOutside?: boolean // scrollBar ...

@@ -357,0 +358,0 @@ __: ILeafData

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

findPath(data: IPointerEvent, options?: IPickOptions): ILeafList
isRootPath(data: IPointerEvent): boolean
canMove(data: IPointerEvent): boolean

@@ -63,3 +65,3 @@ isDrag(leaf: ILeaf): boolean

updateDownData(data?: IPointerEvent, options?: IPickOptions): void
updateDownData(data?: IPointerEvent, options?: IPickOptions, merge?: boolean): void
updateHoverData(data: IPointerEvent): void

@@ -66,0 +68,0 @@

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