Socket
Socket
Sign inDemoInstall

@antv/g-lite

Package Overview
Dependencies
9
Maintainers
64
Versions
130
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.0-next.19 to 1.3.0-next.20

2

dist/css/parser/points.d.ts

@@ -11,3 +11,3 @@ import type { DisplayObject } from '../..';

totalLength: number;
segments: [number, number][];
segments: any[];
};

@@ -14,0 +14,0 @@ export declare function mergePoints(left: any, right: any): [

@@ -11,4 +11,5 @@ import type { RenderingPlugin, RenderingPluginContext } from '../services';

private syncing;
isFirstTimeRenderingFinished: boolean;
apply(context: RenderingPluginContext): void;
private syncRTree;
}

@@ -5,2 +5,3 @@ import type { AbsoluteArray } from '@antv/util';

export declare function getOrCalculatePathTotalLength(path: Path): number;
export declare function getOrCalculatePolylineTotalLength(polyline: Polyline): number;
export declare function removeRedundantMCommand(path: AbsoluteArray): void;

@@ -7,0 +8,0 @@ export declare function hasArcOrBezier(path: AbsoluteArray): boolean;

{
"name": "@antv/g-lite",
"version": "1.3.0-next.19",
"version": "1.3.0-next.20",
"description": "A core module for rendering engine implements DOM API.",

@@ -44,3 +44,3 @@ "keywords": [

"tslib": "^2.5.3",
"@antv/g-math": "2.0.3-next.5"
"@antv/g-math": "2.0.3-next.6"
},

@@ -47,0 +47,0 @@ "devDependencies": {

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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc