New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@privateid/cryptonets-web-sdk

Package Overview
Dependencies
Maintainers
0
Versions
226
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@privateid/cryptonets-web-sdk - npm Package Compare versions

Comparing version 4.5.4 to 4.5.5

20

dist/cameraUtils.js

@@ -292,2 +292,22 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

}
if (isAndroidWebView()) {
if (faceMode === 'user') {
return {
audio: false,
video: true,
};
}
else {
return {
audio: false,
video: {
facingMode: faceMode,
width: videoWidth,
height: videoHeight,
deviceId: deviceId ? deviceId.deviceId : undefined,
aspectRatio,
},
};
}
}
if (isAndroid()) {

@@ -294,0 +314,0 @@ return {

2

package.json

@@ -5,3 +5,3 @@ {

"description": "CryptoNets WebAssembly SDK",
"version": "4.5.4",
"version": "4.5.5",
"keywords": [

@@ -8,0 +8,0 @@ "Face recognition",

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