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.6.5 to 5.6.6-alpha-240

models/foot/foot-keyps-superfast-23JUN2024.bin

17

js/dynamicModules/xzimg.js.LICENSE.txt

@@ -206,2 +206,19 @@ /*! *****************************************************************************

* @license
* Copyright 2023 Google LLC.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* =============================================================================
*/
/**
* @license
* Copyright 2023 Google LLC. All Rights Reserved.

@@ -208,0 +225,0 @@ * Licensed under the Apache License, Version 2.0 (the "License");

@@ -506,2 +506,8 @@ /// <reference types="dom-mediacapture-transform" />

resetToneMapping(): void;
/**
* Sets the input video/camera rotation.
*
* @param rotation
*/
setVideoRotation(rotation: number): void;
}

@@ -84,2 +84,6 @@ import { ToneMapping } from "./DeepAR";

/**
* Rotate the input camera. valid values: 0, 90, 180, 270.
*/
rotation?: number;
/**
* Called when the camera permission is asked.

@@ -297,3 +301,7 @@ */

toneMapping?: ToneMapping;
/**
* @internal
*/
onVerify?: (x: any) => any;
};
}

2

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

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

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

DeepAR SDK version: v5.6.5
DeepAR SDK version: v5.6.6-alpha-240

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

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

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