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

@leafer-ui/effect

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

Comparing version
1.0.0-beta.7
to
1.0.0-beta.8
+1
-1
package.json
{
"name": "@leafer-ui/effect",
"version": "1.0.0-beta.7",
"version": "1.0.0-beta.8",
"description": "@leafer-ui/effect",

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

@@ -1,2 +0,2 @@

import { IBoundsData, ILeaferCanvas, IMatrixWithBoundsData, IOffsetBoundsData } from '@leafer/interface'
import { IBoundsData, ILeaferCanvas, IMatrixWithBoundsData, IOffsetBoundsData, IRenderOptions } from '@leafer/interface'
import { BoundsHelper } from '@leafer/core'

@@ -12,3 +12,3 @@

export function innerShadow(ui: IUI, current: ILeaferCanvas, shape: ICachedShape): void {
export function innerShadow(ui: IUI, current: ILeaferCanvas, shape: ICachedShape, _options: IRenderOptions): void {

@@ -15,0 +15,0 @@ let copyBounds: IBoundsData, spreadScale: number

@@ -1,2 +0,2 @@

import { IBoundsData, ILeaferCanvas, IMatrixWithBoundsData, IOffsetBoundsData } from '@leafer/interface'
import { IBoundsData, ILeaferCanvas, IMatrixWithBoundsData, IOffsetBoundsData, IRenderOptions } from '@leafer/interface'
import { BoundsHelper, Platform } from '@leafer/core'

@@ -11,3 +11,3 @@

export function shadow(ui: IUI, current: ILeaferCanvas, shape: ICachedShape): void {
export function shadow(ui: IUI, current: ILeaferCanvas, shape: ICachedShape, _options: IRenderOptions): void {

@@ -14,0 +14,0 @@ let copyBounds: IBoundsData, spreadScale: number