New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

deepar

Package Overview
Dependencies
Maintainers
1
Versions
121
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.3.0 to 5.3.1-rigid-face-alpha-2

LICENSE

28

js/types/initParams.d.ts

@@ -73,5 +73,29 @@ /**

/**
* Path to the face tracking model. Something like "path/to/deepar/models/face/models-68-extreme.bin".
* Path to the pose libPoseEstimation.wasm file, e.g. "/path/to/deepar/wasm/libPoseEstimation.wasm".
*/
modelPath: string;
poseEstimationWasmPath?: string;
/**
* Path to the detector model, e.g. "/path/to/deepar/models/foot/foot-detector.bin".
*/
detectorPath?: string;
/**
* Path to the tracker model, e.g. "/path/to/deepar/models/foot/foot-tracker.bin".
*/
trackerPath?: string;
/**
* Path to the foot model object file, e.g. "/path/to/deepar/models/foot/foot-model.obj".
*/
objPath?: string;
/**
* Path to tfjs-backend-wasm.wasm file, e.g. "path/to/deepar/wasm/tfjs-backend-wasm.wasm"
*/
tfjsBackendWasmPath?: string;
/**
* Path to tfjs-backend-wasm-simd.wasm file, e.g. "path/to/deepar/wasm/tfjs-backend-wasm-simd.wasm"
*/
tfjsBackendWasmSimdPath?: string;
/**
* Path to tfjs-backend-wasm-threaded-simd.wasm file, e.g. "path/to/deepar/wasm/tfjs-backend-wasm-threaded-simd.wasm"
*/
tfjsBackendWasmThreadedSimdPath?: string;
};

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

2

js/types/version.d.ts
/**
* DeepAR Web SDK version.
*/
declare const version = "5.3.0";
declare const version = "5.3.1-rigid-face-alpha-2";
export { version };
{
"name": "deepar",
"version": "5.3.0",
"version": "5.3.1-rigid-face-alpha-2",
"description": "The official DeepAR Web SDK",

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

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

DeepAR SDK version: v5.3.0
DeepAR SDK version: v5.3.1-rigid-face-alpha-2

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