Socket
Socket
Sign inDemoInstall

@antv/g-gesture

Package Overview
Dependencies
Maintainers
64
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.70 to 0.0.71

1

dist/packages/g-lite/src/css/CSSStyleValuePool.d.ts

@@ -19,2 +19,3 @@ import { CSSKeywordValue, CSSRGB, CSSUnitValue, UnitType } from './cssom';

export declare const getOrCreateUnitValue: (value: number, unitOrName?: UnitType | string) => CSSUnitValue;
export declare const PECENTAGE_50: CSSUnitValue;
//# sourceMappingURL=CSSStyleValuePool.d.ts.map

@@ -168,3 +168,4 @@ import { CSSGlobalKeywords, CSSRGB } from '../css';

isOverflowing(): boolean;
private forceUpdateGeometry;
}
//# sourceMappingURL=Text.d.ts.map

1

dist/packages/g-lite/src/shapes/AABB.d.ts

@@ -15,3 +15,2 @@ import type { mat4 } from 'gl-matrix';

max: Tuple3Number;
constructor(center?: Tuple3Number, halfExtents?: Tuple3Number);
update(center: Tuple3Number, halfExtents: Tuple3Number): void;

@@ -18,0 +17,0 @@ setMinMax(min: Tuple3Number, max: Tuple3Number): void;

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

import type { ParsedTextStyleProps } from '@antv/g-lite';
export declare function updateTextElementAttribute($el: SVGElement, parsedStyle: ParsedTextStyleProps): void;
import type { ParsedTextStyleProps, Text } from '@antv/g-lite';
export declare function updateTextElementAttribute($el: SVGElement, parsedStyle: ParsedTextStyleProps, text: Text): void;
//# sourceMappingURL=Text.d.ts.map
{
"name": "@antv/g-gesture",
"version": "0.0.70",
"version": "0.0.71",
"description": "G Gesture",

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

"devDependencies": {
"@antv/g-mobile-canvas": "^0.8.44",
"@antv/g-mobile-canvas": "^0.8.45",
"@antv/g-mobile-canvas-element": "^0.6.43"

@@ -44,3 +44,3 @@ },

},
"gitHead": "9ffd7b021d2da1be25fa8579e65eb48c839aad30"
"gitHead": "09b90a1f57c74b0a2715dd12450b520de3336bec"
}

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

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