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

@leafer/selector

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/selector - npm Package Compare versions

Comparing version
1.9.12
to
1.10.0
+3
-3
package.json
{
"name": "@leafer/selector",
"version": "1.9.12",
"version": "1.10.0",
"description": "@leafer/selector",

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

"dependencies": {
"@leafer/core": "1.9.12"
"@leafer/core": "1.10.0"
},
"devDependencies": {
"@leafer/interface": "1.9.12"
"@leafer/interface": "1.10.0"
}
}

@@ -155,2 +155,3 @@ import { ILeaf, ILeafList, IPointData, IRadiusPointData, IPickResult, IPickOptions, ISelector, IPickBottom, IPicker, ILeaferBase } from '@leafer/interface'

if (hit || child.__ignoreHitWorld) {
if (child.isBranchLeaf && child.__.__clipAfterFill && !child.__hitWorld(point)) continue // 裁剪的Box需要先检测自身是否碰撞到
if (child.topChildren) this.eachFind(child.topChildren, false) // 滚动条等覆盖物

@@ -157,0 +158,0 @@ this.eachFind(child.children, child.__onlyHitMask)