Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@antv/g-gesture

Package Overview
Dependencies
Maintainers
63
Versions
164
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.58 to 0.0.59

9

dist/packages/g-lottie-player/src/LottieAnimation.d.ts

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

import type { PointLike } from '@antv/g-lite';
import type { IAnimation, PointLike } from '@antv/g-lite';
import { Canvas, DisplayObject, Group } from '@antv/g-lite';

@@ -25,2 +25,3 @@ import type { CustomElementOption, ParseContext } from './parser';

private buildHierachy;
getAnimations(): IAnimation[];
/**

@@ -62,5 +63,6 @@ * Returns the animation duration in seconds or frames.

/**
* Can contain 2 numeric values that will be used as first and last frame of the animation.
* @see https://github.com/airbnb/lottie-web#playsegmentssegments-forceflag
*/
playSegments(segments: [number, number], forceFlag?: boolean): void;
playSegments(segments: [number, number]): void;
pause(): void;

@@ -72,3 +74,4 @@ /**

/**
* split goToAndStop/Play into goTo & stop/play
* Goto and stop at a specific time(in seconds) or frame.
* Split goToAndStop/Play into goTo & stop/play
* @see https://github.com/airbnb/lottie-web

@@ -75,0 +78,0 @@ */

{
"name": "@antv/g-gesture",
"version": "0.0.58",
"version": "0.0.59",
"description": "G Gesture",

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

"devDependencies": {
"@antv/g-mobile-canvas": "^0.8.32",
"@antv/g-mobile-canvas-element": "^0.6.34"
"@antv/g-mobile-canvas": "^0.8.33",
"@antv/g-mobile-canvas-element": "^0.6.35"
},

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

},
"gitHead": "71cc8cac9ed56ba4a019c0af69ceddfa07ec0ee3"
"gitHead": "68409e02757817d8beadf1b6edccc19e27ef8e14"
}

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