New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@datagrok-libraries/utils

Package Overview
Dependencies
Maintainers
0
Versions
235
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@datagrok-libraries/utils - npm Package Compare versions

Comparing version

to
4.3.1

2

package.json

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

"fullName": "Utils",
"version": "4.3.0",
"version": "4.3.1",
"description": "Common utilities",

@@ -14,0 +14,0 @@ "dependencies": {

@@ -9,6 +9,2 @@ import * as DG from 'datagrok-api/dg';

}
type MarkerSize = {
sizeFrom: number;
sizeTo: number;
};
export type MouseOverLineEvent = {

@@ -61,3 +57,2 @@ x: number;

toggleCurrentLineStyle(flag: boolean): void;
getMarkersSizes(spLook: any, markerSizeCol: DG.Column | null, i: number): MarkerSize;
fillLeftBottomRect(): void;

@@ -75,3 +70,2 @@ createMultiLinesIndices(): void;

}
export {};
//# sourceMappingURL=render-lines-on-sp.d.ts.map

@@ -18,2 +18,3 @@ import * as DG from 'datagrok-api/dg';

stressTest?: boolean;
tags?: string[];
}

@@ -20,0 +21,0 @@ export interface CategoryOptions {

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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