compreface-sdk
Advanced tools
Comparing version 0.5.1 to 0.5.2
{ | ||
"name": "compreface-sdk", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"license": "Apache-2.0", | ||
@@ -5,0 +5,0 @@ "description": "JavaScript SDK for CompreFace - free and open-source face recognition system from Exadel", |
@@ -57,3 +57,3 @@ /* | ||
.catch(error => { | ||
reject(error.response.data) | ||
reject(error) | ||
}) | ||
@@ -60,0 +60,0 @@ }) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
60081