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
5
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 2.0.37-alpha to 2.0.38-alpha

9

dist/faceModule.js

@@ -634,6 +634,7 @@ /* eslint-disable default-param-last */

const context = canvas.getContext('2d');
if (faceMode === CameraFaceMode.front) {
context.translate(width, 0);
context.scale(-1, 1);
}
// flipping issue here
// if (faceMode === CameraFaceMode.front) {
// context.translate(width, 0);
// context.scale(-1, 1);
// }
context.drawImage(videoEl, 0, 0);

@@ -640,0 +641,0 @@ // let img = canvas.toDataURL('image/jpeg');

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

"description": "CryptoNets WebAssembly SDK",
"version": "2.0.37-alpha",
"version": "2.0.38-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