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.12.0
to
1.12.1
+1
-1
package.json
{
"name": "@leafer/interface",
"version": "1.12.0",
"version": "1.12.1",
"description": "@leafer/interface",

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

@@ -682,4 +682,4 @@ import { ILeaferBase } from '../app/ILeafer'

hit(world: IPointData, hitRadius?: number): boolean
__hitWorld(point: IRadiusPointData): boolean
__hit(local: IRadiusPointData): boolean
__hitWorld(point: IRadiusPointData, forceHitFill?: boolean): boolean
__hit(local: IRadiusPointData, forceHitFill?: boolean): boolean
__hitFill(inner: IRadiusPointData): boolean

@@ -686,0 +686,0 @@ __hitStroke(inner: IRadiusPointData, strokeWidth: number): boolean

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