Socket
Socket
Sign inDemoInstall

@antv/g-gesture

Package Overview
Dependencies
Maintainers
59
Versions
153
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@antv/g-gesture - npm Package Compare versions

Comparing version 0.0.19 to 0.0.20

2

dist/packages/g-plugin-annotation/src/drawers/circle.d.ts

@@ -1,2 +0,2 @@

import { FederatedEvent } from '@antv/g';
import type { FederatedEvent } from '@antv/g';
import { DrawerTool } from '../constants/enum';

@@ -3,0 +3,0 @@ import { BaseDrawer } from '../interface/drawer';

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

import { PointLike } from '@antv/g';
import type { PointLike } from '@antv/g';
export declare function isNearPoint(p: PointLike, q: PointLike, threshold: number): boolean;
//# sourceMappingURL=drawer.d.ts.map

@@ -21,2 +21,3 @@ import type { BaseStyleProps, DisplayObject, RenderingPlugin, RenderingService } from '@antv/g';

apply(renderingService: RenderingService): void;
private findClosestClipPath;
private isHit;

@@ -23,0 +24,0 @@ /**

@@ -25,2 +25,5 @@ import type { RenderingPlugin, RenderingService } from '@antv/g';

private renderQueue;
/**
* This stack is only used by clipPath for now.
*/
private restoreStack;

@@ -27,0 +30,0 @@ private clearFullScreen;

{
"name": "@antv/g-gesture",
"version": "0.0.19",
"version": "0.0.20",
"description": "G Gesture",

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

"devDependencies": {
"@antv/g-mobile-canvas": "^0.7.0",
"@antv/g-mobile-canvas": "^0.7.1",
"@antv/g-mobile-canvas-element": "^0.6.0"

@@ -41,3 +41,3 @@ },

},
"gitHead": "65f0f3f0c094569ae4dd752ff9708c7738f2613d"
"gitHead": "8ce79c1d89b6331664ea34b811a9879d070fa590"
}

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc