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

deepar

Package Overview
Dependencies
Maintainers
0
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.6.9 to 5.6.10-diamonds-alpha-265

32

js/types/DeepAR.d.ts

@@ -507,2 +507,34 @@ /// <reference types="dom-mediacapture-transform" />

/**
* Toggles bloom postprocessing.
*/
setBloomEnabled(enabled: boolean): void;
/**
* Sets bloom threshold parameter.
*
* Value passed here overrides the one specified within an effect file.
* @param threshold bloom threshold
*/
setBloomThreshold(threshold: number): void;
/**
* Sets bloom strength parameter.
*
* Value passed here overrides the one specified within an effect file.
* @param strength bloom strength
*/
setBloomStrength(strength: number): void;
/**
* Sets bloom radius parameter.
*
* Value passed here overrides the one specified within an effect file.
* @param radius bloom radius
*/
setBloomRadius(radius: number): void;
/**
* Sets new environment map that will be used for rendering materials with diamond shader.
*
* Overrides environment map specified within an effect file.
* @param envmap Path to fetch or ArrayBuffer with an image.
*/
setDiamondEnvironmentMap(envmap: string | ArrayBuffer): Promise<void>;
/**
* Sets the input video/camera rotation.

@@ -509,0 +541,0 @@ *

2

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

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

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

DeepAR SDK version: v5.6.9
DeepAR SDK version: v5.6.10-diamonds-alpha-265

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

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