🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@orca-fe/deye-utils

Package Overview
Dependencies
Maintainers
2
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@orca-fe/deye-utils - npm Package Compare versions

Comparing version
0.0.23
to
0.0.24
+3
-2
es/BoundsTip.js

@@ -151,4 +151,5 @@ import { __assign, __spreadArray } from "tslib";

this.yCenterTree.clear();
};
}; // TODO: 等比/中心
BoundsTip.prototype.getTips = function (bounds, resizeType, _range) {

@@ -177,3 +178,3 @@ var top = bounds.top,

var heightMatch = dep.height ? getMatch(this.yBorderTree, top + height, range) : []; // center-xbottomLeft
var heightMatch = dep.height ? getMatch(this.yBorderTree, top + height, range) : []; // center-x

@@ -180,0 +181,0 @@ var ccXMatch = dep.left || dep.width ? getMatch(this.xCenterTree, centerX, range) : []; // center-y

@@ -161,4 +161,5 @@ "use strict";

this.yCenterTree.clear();
};
}; // TODO: 等比/中心
BoundsTip.prototype.getTips = function (bounds, resizeType, _range) {

@@ -187,3 +188,3 @@ var top = bounds.top,

var heightMatch = dep.height ? getMatch(this.yBorderTree, top + height, range) : []; // center-xbottomLeft
var heightMatch = dep.height ? getMatch(this.yBorderTree, top + height, range) : []; // center-x

@@ -190,0 +191,0 @@ var ccXMatch = dep.left || dep.width ? getMatch(this.xCenterTree, centerX, range) : []; // center-y

+1
-1
{
"name": "@orca-fe/deye-utils",
"version": "0.0.23",
"version": "0.0.24",
"description": "d-eye utils",

@@ -5,0 +5,0 @@ "author": "NicoKam",