Socket
Socket
Sign inDemoInstall

@antv/g-lite

Package Overview
Dependencies
9
Maintainers
65
Versions
130
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.2 to 2.0.3

1

dist/plugins/EventPlugin.d.ts

@@ -17,3 +17,2 @@ import type { RenderingPlugin, RenderingPluginContext } from '../services';

private onClick;
private getViewportXY;
private bootstrapEvent;

@@ -20,0 +19,0 @@ private normalizeWheelEvent;

7

dist/services/EventService.d.ts

@@ -38,2 +38,9 @@ import type { CanvasContext, GlobalRuntime, InteractivePointerEvent } from '..';

destroy(): void;
private getScale;
/**
* Should account for CSS Transform applied on container.
* @see https://github.com/antvis/G/issues/1161
* @see https://github.com/antvis/G/issues/1677
* @see https://developer.mozilla.org/zh-CN/docs/Web/API/MouseEvent/offsetX
*/
client2Viewport(client: PointLike): PointLike;

@@ -40,0 +47,0 @@ viewport2Client(canvas: PointLike): PointLike;

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

/**
* Should we account for CSS Transform applied on container?
* Should we account for CSS Transform applied on container? Enabled by default.
* @deprecated
*/

@@ -297,0 +298,0 @@ supportsCSSTransform?: boolean;

{
"name": "@antv/g-lite",
"version": "2.0.2",
"version": "2.0.3",
"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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc