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 to 5.3.0-alpha-854

6

js/types/DeepAR.d.ts

@@ -299,2 +299,8 @@ import { ARTouchInfo } from "./touchType";

moveGameObject(selectedGameObject: string, targetGameObject: string): void;
/**
* Mutes or un-mutes all the sounds that are currently playing.
*
* @param muteSound true if you want to mute all the sounds.
*/
muteSound(muteSound: boolean): void;
/** INTERNAL API **/

@@ -301,0 +307,0 @@ /**

2

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

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

@@ -29,3 +29,3 @@ # deepar

> ⚠️ Note that license key is only required when deploying to production (non-localhost) domain.
> ⚠️ The license key property is required both in a production and development (localhost) environment. Development sessions will not count towards your monthly active usage.

@@ -167,3 +167,3 @@ ## Installation

DeepAR has some callbacks you can implement for addition information. For example,
DeepAR has some callbacks you can implement for additional informations. For example,
to check if feet are visible in the camera preview.

@@ -170,0 +170,0 @@ ```javascript

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

DeepAR SDK version: v5.2.0
DeepAR SDK version: v5.3.0-alpha-854

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