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
117
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.3.1
to
1.3.2
+1
-1
package.json
{
"name": "@leafer/interface",
"version": "1.3.1",
"version": "1.3.2",
"description": "@leafer/interface",

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

@@ -26,2 +26,5 @@ import { ILeaf, ICursorType } from '../display/ILeaf'

realCanvas?: boolean
grow?: boolean | 'box' | 'render'
growWidth?: boolean
growHeight?: boolean
lazySpeard?: IFourNumber

@@ -28,0 +31,0 @@ }

@@ -42,2 +42,5 @@ import { IFunction, IStringFunction } from '../function/IFunction'

noRepeat?: string // fix: 微信小程序 createPattern 直接使用 no-repeat 有bug,导致无法显示
Image?: any
PointerEvent?: any
DragEvent?: any
},

@@ -44,0 +47,0 @@

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