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

@privateid/charlie-web-sdk-alpha

Package Overview
Dependencies
Maintainers
0
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@privateid/charlie-web-sdk-alpha - npm Package Compare versions

Comparing version 0.0.9-alpha to 0.0.10-alpha

6

dist/faceModule.js

@@ -598,4 +598,4 @@ /* eslint-disable no-loop-func */

blur_threshold_enroll_pred: 50,
threshold_user_too_close: 0.8,
threshold_user_too_far: 0.2,
threshold_user_too_close: 0.9,
threshold_user_too_far: 0.1,
allow_only_one_face: true,

@@ -611,3 +611,3 @@ threshold_user_up: 0.15,

if (['iOS', 'android', 'Android OS'].includes(os)) {
configJSON = Object.assign(Object.assign({}, configJSON), { input_image_format: 'rgba', blur_threshold_enroll_pred: 50, threshold_user_too_close: 0.8, threshold_user_too_far: 0.2, threshold_user_up: 0.15, threshold_user_down: 0.9, threshold_user_left: 0.8, threshold_user_right: 0.2, threshold_high_vertical_predict: -0.15, threshold_down_vertical_predict: 0.15 });
configJSON = Object.assign(Object.assign({}, configJSON), { input_image_format: 'rgba', blur_threshold_enroll_pred: 50, threshold_user_too_close: 0.9, threshold_user_too_far: 0.1, threshold_user_up: 0.15, threshold_user_down: 0.9, threshold_user_left: 0.8, threshold_user_right: 0.2, threshold_high_vertical_predict: -0.15, threshold_down_vertical_predict: 0.15 });
}

@@ -614,0 +614,0 @@ if (element) {

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

"description": "CryptoNets WebAssembly SDK",
"version": "0.0.9-alpha",
"version": "0.0.10-alpha",
"keywords": [

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

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