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.0.0-alpha-3 to 5.0.0-alpha-4

6

js/types/DeepAR.d.ts

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

* @param effectOptions Effect options.
* @param effectOptions.slot Default value is "mask" if slot is not given. Slot is a container for a given AR effect. When replacing the already loaded AR effect, call switchEffect with that same slot. To remove AR effect entirely, call {@link clearEffect} with the same slot.
* @param effectOptions.slot Default value is "DEFAULT_SLOT" if slot is not given. Slot is a container for a given AR effect. When replacing the already loaded AR effect, call switchEffect with that same slot. To remove AR effect entirely, call {@link clearEffect} with the same slot.
* @param effectOptions.face If AR effect is face filter, select to which face to attach it to. The value should be between 0 and 3. Default value is 0.

@@ -81,3 +81,3 @@ *

* Clears the given slot of any loaded effects.
* @param slot The effect slot name.
* @param slot The effect slot name. Default is "DEFAULT_SLOT".
*/

@@ -165,3 +165,3 @@ clearEffect(slot?: string): void;

*/
pause(isPause: boolean): void;
setPaused(isPause: boolean): void;
/**

@@ -168,0 +168,0 @@ * Changes a node or component bool parameter of the currently loaded effect. For more details about changeParameter API read our docs <a href="https://docs.deepar.ai/guides-and-tutorials/changing-filter-parameters-from-code">here</a>.

/**
* DeepAR Web SDK version.
*/
declare const version = "5.0.0-alpha-3";
declare const version = "5.0.0-alpha-4";
export { version };
{
"name": "deepar",
"version": "5.0.0-alpha-3",
"version": "5.0.0-alpha-4",
"description": "The official DeepAR Web SDK",

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

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