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

deepar

Package Overview
Dependencies
Maintainers
1
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deepar - npm Package Compare versions

Comparing version 5.2.0-wristTracking-alpha-800 to 5.2.0-wristTracking-alpha-807

6

js/types/callbacks.d.ts

@@ -47,2 +47,8 @@ import { FaceData } from "./faceData";

/**
* Called when wrist tracking is fully initialized.
* Be sure to check {@link DeepAR.isWristTrackingInitialized} before setting this callback.
* Because this callback is called only once. So if you set this callback after the wrist tracking is initialized, it will not be called again.
*/
onWristTrackingInitialized?: () => void;
/**
* Called when the animation player transitions to a new state.

@@ -49,0 +55,0 @@ * @param newState Name of the new state that is being transitioned to.

6

js/types/DeepAR.d.ts

@@ -268,3 +268,3 @@ import { ARTouchInfo } from "./touchType";

* But this method will start loading the segmentation immediately.
* To start initializing foot tracking as soon as possible pass "segmentationInit" hint in the {@link initialize} function (see {@link DeepARParams}). <br><br>
* To start initializing segmentation as soon as possible pass "segmentationInit" hint in the {@link initialize} function (see {@link DeepARParams}). <br><br>
*

@@ -280,2 +280,6 @@ * If the segmentation is already initialized it will do nothing.

/**
* Check weather the wrist tracking is initialized.
*/
isWristTrackingInitialized(): boolean;
/**
* Display profiling metrics on preview.

@@ -282,0 +286,0 @@ * @param enabled

2

js/types/version.d.ts
/**
* DeepAR Web SDK version.
*/
declare const version = "5.2.0-wristTracking-alpha-800";
declare const version = "5.2.0-wristTracking-alpha-807";
export { version };
{
"name": "deepar",
"version": "5.2.0-wristTracking-alpha-800",
"version": "5.2.0-wristTracking-alpha-807",
"description": "The official DeepAR Web SDK",

@@ -5,0 +5,0 @@ "main": "js/deepar.esm.js",

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

DeepAR SDK version: v5.2.0-wristTracking-alpha-800
DeepAR SDK version: v5.2.0-wristTracking-alpha-807

Sorry, the diff of this file is too big to display

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc