Socket
Socket
Sign inDemoInstall

@antv/g-lite

Package Overview
Dependencies
Maintainers
64
Versions
138
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@antv/g-lite - npm Package Compare versions

Comparing version 1.3.0-next.9 to 1.3.0-next.10

2

dist/css/cssom/CSSStyleValue.d.ts

@@ -27,3 +27,3 @@ import { Nested, ParenLess, UnitCategory, UnitType } from './types';

export declare const conversionToCanonicalUnitsScaleFactor: (unit_type: UnitType) => number;
export declare const unitTypeToString: (type: UnitType) => "em" | "px" | "deg" | "rad" | "grad" | "ms" | "s" | "rem" | "turn" | "" | "%";
export declare const unitTypeToString: (type: UnitType) => "" | "em" | "px" | "deg" | "rad" | "grad" | "ms" | "s" | "rem" | "turn" | "%";
/**

@@ -30,0 +30,0 @@ * CSSStyleValue is the base class for all CSS values accessible from Typed OM.

@@ -54,2 +54,2 @@ import type { DisplayObject } from '../../display-objects';

export declare function parseDimensionArrayUnmemoize(string: string | (string | number)[]): CSSUnitValue[];
export declare function convertPercentUnit(valueWithUnit: CSSUnitValue, vec3Index: number, target: DisplayObject): number;
export declare function convertPercentUnit(valueWithUnit: CSSUnitValue, vec3Index: number, target: DisplayObject, useMin?: boolean): number;

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

import type { CSSUnitValue } from '../cssom';
import { DisplayObject } from '../../display-objects';
import { type CSSUnitValue } from '../cssom';
import type { CSSProperty } from '../CSSProperty';

@@ -14,2 +15,3 @@ /**

parserUnmemoize: (value: string | number[]) => [CSSUnitValue, CSSUnitValue];
postProcessor(object: DisplayObject): void;
}

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

export declare class Circle extends DisplayObject<CircleStyleProps, ParsedCircleStyleProps> {
constructor({ style, ...rest }?: DisplayObjectConfig<CircleStyleProps>);
constructor(options?: DisplayObjectConfig<CircleStyleProps>);
}

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

export declare class Ellipse extends DisplayObject<EllipseStyleProps, ParsedEllipseStyleProps> {
constructor({ style, ...rest }?: DisplayObjectConfig<EllipseStyleProps>);
constructor(options?: DisplayObjectConfig<EllipseStyleProps>);
}
{
"name": "@antv/g-lite",
"version": "1.3.0-next.9",
"version": "1.3.0-next.10",
"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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc