
Security News
GitHub Actions Checkout Now Blocks Risky pull_request_target Checkouts
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.
cordova-plugin-facedetection
Advanced tools
1)人脸注册 cordova.plugins.facerecognition.reg(uid, user_info, function (result) { //注册成功 result.success = true; }, function (error) { if (error instanceof string) { error 错误信息 } else { error_c
1)人脸注册 cordova.plugins.facerecognition.reg(uid, user_info, function (result) { //注册成功 result.success = true; }, function (error) { if (error instanceof string) { error 错误信息 } else { error_code: ..., error_msg: ... ==================== error_msg 错误信息(可选) } }, { groupId: xxx } ); uid 用户id(由数字、字母、下划线组成),长度限制128B user_info 用户资料,长度限制256B 2)人脸识别 cordova.plugins.facerecognition.identify( function (result) { //识别成功 result.user_info 注册时的用户信息 result.uid 匹配到的用户id result.score 得分(double) }, function (error) { if (error instanceof string) { error 错误信息 } else { error_code: ..., error_msg: ... ==================== error_msg 错误信息(可选) } }, { groupId: xxx } );
FAQs
1)人脸注册 cordova.plugins.facerecognition.reg(uid, user_info, function (result) { //注册成功 result.success = true; }, function (error) { if (error instanceof string) { error 错误信息 } else { error_c
We found that cordova-plugin-facedetection demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.