New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@leafer/interface

Package Overview
Dependencies
Maintainers
1
Versions
122
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
2.0.3
to
2.0.4
+1
-1
package.json
{
"name": "@leafer/interface",
"version": "2.0.3",
"version": "2.0.4",
"description": "@leafer/interface",

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

@@ -108,2 +108,4 @@ import { ICanvasPattern } from '../canvas/ICanvas'

childrenMap?: ILeaferImageMap
filter?: any[]
filterKey?: string

@@ -110,0 +112,0 @@

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

replaceDownTarget(target: ILeaf): void
updateDownData(data?: IPointerEvent, options?: IPickOptions, merge?: boolean): void

@@ -108,2 +109,3 @@ updateHoverData(data: IPointerEvent): void

keyEvent?: boolean
shadowDOM?: boolean
}

@@ -110,0 +112,0 @@

@@ -51,2 +51,4 @@ import { IBounds } from '../math/IMath'

__updatedList: ILeafList
disable(): void

@@ -53,0 +55,0 @@

@@ -84,2 +84,3 @@ import { IFunction, IStringFunction } from '../function/IFunction'

setPatternTransform(pattern: ICanvasPattern, transform?: IMatrixData, paint?: IObject): void
applyFilter?(canvas: any, image: any, filter: any[]): void
},

@@ -86,0 +87,0 @@

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