Socket
Socket
Sign inDemoInstall

@antv/g-lite

Package Overview
Dependencies
Maintainers
64
Versions
133
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.11 to 1.2.12

2

dist/display-objects/Polygon.d.ts

@@ -24,2 +24,3 @@ import type { DisplayObjectConfig } from '../dom';

isClosed?: boolean;
isBillboard?: boolean;
}

@@ -38,2 +39,3 @@ export interface ParsedPolygonStyleProps extends ParsedBaseStyleProps {

isClosed?: boolean;
isBillboard?: boolean;
}

@@ -40,0 +42,0 @@ export declare class Polygon extends DisplayObject<PolygonStyleProps, ParsedPolygonStyleProps> {

@@ -25,2 +25,3 @@ import type { DisplayObjectConfig } from '../dom';

markerEndOffset?: number;
isBillboard?: boolean;
}

@@ -38,2 +39,3 @@ export interface ParsedPolylineStyleProps extends ParsedBaseStyleProps {

markerEndOffset?: number;
isBillboard?: boolean;
}

@@ -40,0 +42,0 @@ /**

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

export declare function getOrCalculatePathTotalLength(path: Path): number;
export declare function removeRedundantMCommand(path: AbsoluteArray): void;
export declare function hasArcOrBezier(path: AbsoluteArray): boolean;

@@ -7,0 +8,0 @@ export declare function extractPolygons(pathArray: AbsoluteArray): {

2

package.json
{
"name": "@antv/g-lite",
"version": "1.2.11",
"version": "1.2.12",
"description": "A core module for rendering engine implements DOM API.",

@@ -5,0 +5,0 @@ "keywords": [

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
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc