Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Socket
Sign inDemoInstall

@antv/g-lite

Package Overview
Dependencies
Maintainers
64
Versions
149
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.0.28 to 1.0.29-alpha.0

1

dist/Canvas.d.ts

@@ -10,2 +10,3 @@ import type { IRenderer } from './AbstractRenderer';

import type { Cursor, InteractivePointerEvent, CanvasConfig } from './types';
export declare function isCanvas(value: any): value is Canvas;
export declare enum CanvasEvent {

@@ -12,0 +13,0 @@ READY = "ready",

@@ -12,3 +12,5 @@ import { Rect } from '../..';

}
export declare function isCSSGradientValue(object: any): object is CSSGradientValue;
export declare function isPattern(object: any): object is Pattern;
export declare function isCSSRGB(object: any): object is CSSRGB;
/**

@@ -15,0 +17,0 @@ * @see https://github.com/WebKit/WebKit/blob/main/Source/WebCore/css/parser/CSSParser.cpp#L97

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

(...args: any[]): any;
/**
* <length> & <percentage>
*/
cache: Map<any, any>;

@@ -14,0 +17,0 @@ };

@@ -7,2 +7,3 @@ import type { mat3, vec2 } from 'gl-matrix';

import type { BaseStyleProps, ParsedBaseStyleProps } from '../types';
export declare function isDisplayObject(value: any): value is DisplayObject;
/**

@@ -9,0 +10,0 @@ * prototype chains: DisplayObject -> Element -> Node -> EventTarget

import type { EventService } from '../services';
import { Point } from '../shapes/Point';
import type { IEventTarget } from './interfaces';
export declare function isFederatedEvent(value: any): value is FederatedEvent;
/**

@@ -5,0 +6,0 @@ * An DOM-compatible synthetic event implementation that is "forwarded" on behalf of an original

2

dist/index.d.ts

@@ -7,3 +7,3 @@ import RBush from 'rbush/rbush.js';

export * from './components';
export { CSS, CSSGradientValue, CSSKeywordValue, CSSRGB, CSSStyleValue, CSSUnitValue, GradientType, Interpolatable, isPattern, LayoutRegistry, LinearGradient, parseColor, parsePath, parseLength, mergeColors, parseTransform, Pattern, propertyMetadataCache, PropertySyntax, RadialGradient, StyleValueRegistry, UnitType, BUILT_IN_PROPERTIES, } from './css';
export { CSS, CSSGradientValue, CSSKeywordValue, CSSRGB, CSSStyleValue, CSSUnitValue, GradientType, Interpolatable, isPattern, isCSSRGB, isCSSGradientValue, LayoutRegistry, LinearGradient, parseColor, parsePath, parseLength, mergeColors, parseTransform, Pattern, propertyMetadataCache, PropertySyntax, RadialGradient, StyleValueRegistry, UnitType, BUILT_IN_PROPERTIES, } from './css';
export * from './display-objects';

@@ -10,0 +10,0 @@ export * from './dom';

{
"name": "@antv/g-lite",
"version": "1.0.28",
"version": "1.0.29-alpha.0",
"description": "A core module for rendering engine implements DOM API.",

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

},
"gitHead": "46445df66f2ea5dc9e610d10686ebd7571a6c841"
"gitHead": "7e327526e455a0f820448fd45a3cb1cfb4a4a8b4"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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 too big to display

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

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

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