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.6 to 0.5.7

2

functions/index.js

@@ -72,3 +72,3 @@ /*

base64toblob(b64Data, contentType='image/jpeg', sliceSize=1024){
const byteCharacters = atob(b64Data);
const byteCharacters = Buffer.from(b64Data, "base64");
const byteArrays = [];

@@ -75,0 +75,0 @@

{
"name": "compreface-sdk",
"version": "0.5.6",
"version": "0.5.7",
"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