Comparing version 5.6.5 to 5.6.6-alpha-240
@@ -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; | ||
}; | ||
} |
/** | ||
* 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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 3 instances in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 4 instances in 1 package
2793
68
49698022
63
4