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

@leafer-in/interface

Package Overview
Dependencies
Maintainers
1
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@leafer-in/interface - npm Package Compare versions

Comparing version
1.4.2
to
1.5.0
+3
-3
package.json
{
"name": "@leafer-in/interface",
"version": "1.4.2",
"version": "1.5.0",
"description": "@leafer-in/interface",

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

"peerDependencies": {
"@leafer-ui/interface": "^1.4.2",
"@leafer/interface": "^1.4.2"
"@leafer-ui/interface": "^1.5.0",
"@leafer/interface": "^1.5.0"
}
}

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

import { IUI, IPointData, IAround, IDragEvent, IEvent, IEventListenerId, IMatrixData, IEditorBase, IGroup, IObject, ILayoutBoundsData } from '@leafer-ui/interface'
import { IUI, IPointData, IAround, IDragEvent, IEvent, IEventListenerId, IMatrixData, IEditorBase, IGroup, IObject } from '@leafer-ui/interface'

@@ -16,4 +16,2 @@ import { IEditBox } from './IEditBox'

dragStartPoint: IPointData
dragStartBounds: ILayoutBoundsData
targetEventIds: IEventListenerId[]

@@ -20,0 +18,0 @@

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

import { IEditBoxBase, IUI, IRectInputData, IGroup, IBoundsData, IBounds, IPointerEvent, IRect, IMatrix, IFunction, IEditorBase, IObject, IEventListenerId, IEvent, IPointData, IMatrixData, IAround, IDragEvent, ILayoutBoundsData, IImageData, IImageInputData, IBoxInputData, IFourNumber, IAxisAlign, IFlowWrap, IGap, IFlowAlign } from '@leafer-ui/interface';
import { IEditBoxBase, IUI, IRectInputData, IGroup, IBoundsData, IBounds, IPointerEvent, IRect, IMatrix, IFunction, IEditorBase, IObject, IEventListenerId, IEvent, IPointData, IMatrixData, IAround, IDragEvent, IImageData, IImageInputData, IBoxInputData, IFourNumber, IAxisAlign, IFlowWrap, IGap, IFlowAlign } from '@leafer-ui/interface';
export * from '@leafer-ui/interface';

@@ -45,4 +45,2 @@

innerEditor?: IInnerEditor;
dragStartPoint: IPointData;
dragStartBounds: ILayoutBoundsData;
targetEventIds: IEventListenerId[];

@@ -49,0 +47,0 @@ checkOpenedGroups(): void;