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

dynamsoft-camera-enhancer

Package Overview
Dependencies
Maintainers
1
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dynamsoft-camera-enhancer - npm Package Compare versions

Comparing version 3.2.0 to 3.3.0-beta-202302061748

20

dist/types/class/cameraenhancer.d.ts

@@ -39,3 +39,3 @@ import { PlayCallbackInfo } from '../interface/playcallbackinfo';

* ```js
* Dynamsoft.DCE.CameraEnhancer.engineResourcePath = "https://cdn.jsdelivr.net/npm/dynamsoft-camera-enhancer@3.2.0/dist/";
* Dynamsoft.DCE.CameraEnhancer.engineResourcePath = "https://cdn.jsdelivr.net/npm/dynamsoft-camera-enhancer/dist/";
* ```

@@ -68,3 +68,3 @@ */

* ```js
* Dynamsoft.DCE.CameraEnhancer.defaultUIElementURL = "https://cdn.jsdelivr.net/npm/dynamsoft-camera-enhancer@3.2.0/dist/dce.ui.html";
* Dynamsoft.DCE.CameraEnhancer.defaultUIElementURL = "https://cdn.jsdelivr.net/npm/dynamsoft-camera-enhancer/dist/dce.ui.html";
* let pEnhancer = null;

@@ -180,3 +180,2 @@ * (async()=>{

private _focusSupported;
private _focusArea;
private _tapDoFocus;

@@ -214,3 +213,3 @@ private _touchMoved;

/** @ignore */
_ifSaveLastUsedCamera: boolean;
private _ifSaveLastUsedCamera;
/**

@@ -716,3 +715,3 @@ * Whether to record camera you selected after reload the page.

*/
updateVideoSettings(MediaStreamConstraints: any): Promise<PlayCallbackInfo | void>;
updateVideoSettings(mediaStreamConstraints: any): Promise<PlayCallbackInfo | void>;
/**

@@ -969,2 +968,7 @@ * Check if the camera is open.

private _getImageData;
/**
* Force lose webgl context.
* @private
*/
private forceLoseContext;
_getVideoData(bufferContainer?: Uint8Array, options?: {

@@ -1005,7 +1009,2 @@ region?: Region;

clearFrameBuffer(): void;
/**
* Force lose webgl context.
* @private
*/
private forceLoseContext;
private _createDrawingLayerBaseCvs;

@@ -1034,2 +1033,3 @@ /**

showTip(x: number, y: number, width: number, initialMessage?: string, duration?: number, autoShowSuggestedTip?: boolean): void;
private _hideTip;
hideTip(): void;

@@ -1036,0 +1036,0 @@ updateTipMessage(message: string): void;

@@ -24,2 +24,72 @@ Legal Notices:

SOFTWARE.
===================================================================================
===================================================================================
showdown
MIT License
Copyright (c) 2018,2021 ShowdownJS
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
===================================================================================
===================================================================================
highlight.js
BSD 3-Clause License
Copyright (c) 2006, Ivan Sagalaev.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
===================================================================================
===================================================================================
markdown-to-html-github-style(https://github.com/KrauseFx/markdown-to-html-github-style)
MIT License
Copyright (c) 2019 Felix Krause
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
===================================================================================
{
"name": "dynamsoft-camera-enhancer",
"version": "3.2.0",
"version": "3.3.0-beta-202302061748",
"description": "Allow your website to easily control cameras on desktop and mobile devices.",

@@ -68,10 +68,10 @@ "private": false,

"@rollup/plugin-typescript": "8.3.0",
"@scannerproxy/browser-info": "^1.0.7",
"@scannerproxy/curscript-path": "^1.0.3",
"@types/node": "16.11.2",
"detect-browser-node-ssr": "^2.0.0",
"@scannerproxy/browser-info": "^1.0.7",
"@scannerproxy/curscript-path": "^1.0.3",
"inline-css": "^4.0.1",
"markdown-styles": "^3.2.0",
"highlight.js": "^9.15.6",
"rollup": "^2.58.0",
"rollup-plugin-terser": "7.0.2",
"showdown": "^1.9.0",
"tslib": "2.3.1",

@@ -83,4 +83,5 @@ "typedoc": "0.22.6",

"dependencies": {
"dm-fabric": "^5.1.17"
"dm-fabric": "^5.1.17",
"mutable-promise": "^1.1.13"
}
}

@@ -56,3 +56,3 @@ # Dynamsoft Camera Enhancer for Your Website

> In some rare cases, you might not be able to access the CDN. If this happens, you can use (https://download2.dynamsoft.com/dce/dynamsoft-camera-enhancer-js/dynamsoft-camera-enhancer-js-3.2.0/dist/dce.js)[https://download2.dynamsoft.com/dce/dynamsoft-camera-enhancer-js/dynamsoft-camera-enhancer-js-3.2.0/dist/dce.js]
> In some rare cases, you might not be able to access the CDN. If this happens, you can use [https://download2.dynamsoft.com/dce/dynamsoft-camera-enhancer-js/dynamsoft-camera-enhancer-js-3.2.0/dist/dce.js](https://download2.dynamsoft.com/dce/dynamsoft-camera-enhancer-js/dynamsoft-camera-enhancer-js-3.2.0/dist/dce.js)

@@ -59,0 +59,0 @@ #### Host the SDK yourself

Sorry, the diff of this file is not supported yet

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

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