Socket
Socket
Sign inDemoInstall

@antv/g-lite

Package Overview
Dependencies
Maintainers
61
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.0.2 to 1.0.3

2

dist/display-objects/CustomElement.d.ts

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

*/
export declare abstract class CustomElement<CustomElementStyleProps extends BaseCustomElementStyleProps> extends DisplayObject<CustomElementStyleProps> {
export declare abstract class CustomElement<CustomElementStyleProps> extends DisplayObject<CustomElementStyleProps & BaseCustomElementStyleProps> {
isCustomElement: boolean;

@@ -15,0 +15,0 @@ constructor({ style, ...rest }?: DisplayObjectConfig<CustomElementStyleProps>);

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

setLocalMatrix(mat: mat3): void;
/**
* Use `visibility: visible` instead.
* @deprecated
*/
show(): void;
/**
* Use `visibility: hidden` instead.
* @deprecated
*/
hide(): void;
}
//# sourceMappingURL=DisplayObject.d.ts.map
export declare function DCHECK(bool: boolean): void;
export declare function DCHECK_EQ(a: any, b: any): void;
export declare function DCHECK_NE(a: any, b: any): void;
export declare function isFunction(func: any): func is Function;
export declare const definedProps: (obj: object) => {

@@ -5,0 +6,0 @@ [k: string]: any;

{
"name": "@antv/g-lite",
"version": "1.0.2",
"version": "1.0.3",
"description": "A core module for rendering engine implements DOM API.",

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

"dependencies": {
"@antv/g-math": "^1.7.13",
"@antv/g-math": "^1.7.14",
"@antv/util": "^3.2.3",

@@ -54,3 +54,3 @@ "@types/offscreencanvas": "^2019.6.4",

},
"gitHead": "faf4a1c97d2ecab0409ae12c9a8235d355877efe"
"gitHead": "c4a688d848151631737979f23864b03d233a927a"
}

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

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