Socket
Socket
Sign inDemoInstall

@antv/g-lite

Package Overview
Dependencies
Maintainers
66
Versions
134
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 2.0.8 to 2.0.9

dist/services/aabb/HTMLUpdater.d.ts

8

dist/display-objects/HTML.d.ts
import type { DisplayObjectConfig } from '../dom';
import { AABB, Rectangle } from '../shapes';
import { AABB } from '../shapes';
import type { BaseStyleProps, ParsedBaseStyleProps } from '../types';

@@ -35,7 +35,7 @@ import { DisplayObject } from './DisplayObject';

* @see https://developer.mozilla.org/zh-CN/docs/Web/API/Element/getBoundingClientRect
*
* ! The calculation logic of the html element should be consistent with that of the canvas element
*/
getBoundingClientRect(): Rectangle;
getClientRects(): Rectangle[];
getBounds(): AABB;
getClientRects(): import("../shapes").Rectangle[];
getLocalBounds(): AABB;
}

@@ -10,1 +10,2 @@ export { CircleUpdater } from './CircleUpdater';

export { GroupUpdater } from './GroupUpdater';
export { HTMLUpdater } from './HTMLUpdater';
{
"name": "@antv/g-lite",
"version": "2.0.8",
"version": "2.0.9",
"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