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

compreface-sdk

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

compreface-sdk - npm Package Compare versions

Comparing version 0.5.5 to 0.5.6

1

endpoints/detection_endpoints.js

@@ -55,2 +55,3 @@ /*

async detect_blob_request(blob, url, api_key){
console.log("blobdata", blob)
var bodyFormData = new FormData();

@@ -57,0 +58,0 @@ bodyFormData.append('file', blob, 'exadel.jpg');

2

functions/index.js

@@ -71,3 +71,3 @@ /*

base64toblob(b64Data, contentType='image/png', sliceSize=512){
base64toblob(b64Data, contentType='image/jpeg', sliceSize=1024){
const byteCharacters = atob(b64Data);

@@ -74,0 +74,0 @@ const byteArrays = [];

{
"name": "compreface-sdk",
"version": "0.5.5",
"version": "0.5.6",
"license": "Apache-2.0",

@@ -5,0 +5,0 @@ "description": "JavaScript SDK for CompreFace - free and open-source face recognition system from Exadel",

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