Socket
Socket
Sign inDemoInstall

@antv/g-gesture

Package Overview
Dependencies
1
Maintainers
58
Versions
148
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.15 to 0.0.16

2

dist/packages/g-plugin-webgl-device/src/platform/Readback.d.ts

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

import type { Buffer, Readback, Texture } from '@antv/g-plugin-device-renderer';
import { ResourceType } from '@antv/g-plugin-device-renderer';
import type { Buffer, Readback, Texture } from '@antv/g-plugin-device-renderer';
import type { Device_GL } from './Device';

@@ -4,0 +4,0 @@ import { ResourceBase_GL } from './ResourceBase';

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

import type { EventService } from '../services';
import { Point } from '../shapes/Point';
import type { EventService } from '../services';
import type { IEventTarget } from './interfaces';

@@ -4,0 +4,0 @@ /**

import type { DisplayObject } from '../display-objects/DisplayObject';
import { Point } from '../shapes/Point';
import { FederatedEvent } from './FederatedEvent';
import { Point } from '../shapes/Point';
export declare class FederatedMouseEvent extends FederatedEvent<MouseEvent | PointerEvent | TouchEvent> implements MouseEvent {

@@ -25,2 +25,4 @@ /** Whether the "alt" key was pressed when this mouse event occurred. */

get clientY(): number;
get x(): number;
get y(): number;
/**

@@ -27,0 +29,0 @@ * The movement in this pointer relative to the last `mousemove` event.

{
"name": "@antv/g-gesture",
"version": "0.0.15",
"version": "0.0.16",
"description": "G Gesture",

@@ -34,4 +34,4 @@ "keywords": [

"devDependencies": {
"@antv/g-mobile-canvas": "^0.6.1",
"@antv/g-mobile-canvas-element": "^0.5.0"
"@antv/g-mobile-canvas": "^0.6.2",
"@antv/g-mobile-canvas-element": "^0.5.1"
},

@@ -41,3 +41,3 @@ "publishConfig": {

},
"gitHead": "200fd2696d8e94946e7ad095288dffd437e37334"
"gitHead": "cc3e4646317ec49518138205c8d53daa6f3f1229"
}

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

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