
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
asliri-comprehensive-liveness-jquery
Advanced tools
You can verification face and eye with comprehensive liveness by ASLIRI.
The SDK support for HTML
library will provided by ASLIRI Team as zip file
you can extract and put 'libs' folder in your project
example: C://webserver/yourproject/libs
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<script src="libs/jquery/dist/jquery.min.js"></script>
<script type="module" src="libs/asliri-acu-component/face.umd.js"></script>
<script type="module" src="libs/asliri-acu-component/comprehensive-liveness.umd.js"></script>
<script type="module" src="libs/asliri-mg-component/index.umd.js"></script>
<script src="libs/asliri-comprehensive-liveness-jquery/dist/asliri-comprehensive-liveness-sdk.js"></script>
<style type="text/css">
body {
margin: 0;
padding: 0;
}
</style>
<title>HTML Integration Sample</title>
</head>
<body>
<div id="app">
<div id="comprehensiveliveness"></div>
</div>
</body>
<script type="text/javascript">
async function ComprehensiveLivenessInitial() {
const getAuth = await window.COMPREHENSIVE_SDK.CheckAuthentication(
"Provided by ASLIRI Team"
);
window.COMPREHENSIVE_SDK.ComprehensiveLiveness(
getAuth,
(result) => {
// your code for handle result
// result.message = message response
// result.score = score liveness 0 to 1
// result.image = image base64
console.log({ result });
},
(error) => {
// your code for handle error
console.log({ error });
}
);
}
// run comprehensive liveness
ComprehensiveLivenessInitial();
</script>
</html>
npm i asliri-comprehensive-liveness-jquery --save
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<script src="node_modules/jquery/dist/jquery.min.js"></script>
<script type="module" src="node_modules/asliri-acu-component/face.umd.js"></script>
<script type="module" src="node_modules/asliri-acu-component/comprehensive-liveness.umd.js"></script>
<script type="module" src="node_modules/asliri-mg-component/index.umd.js"></script>
<script src="node_modules/asliri-comprehensive-liveness-jquery/dist/asliri-comprehensive-liveness-sdk.js"></script>
<style type="text/css">
body {
margin: 0;
padding: 0;
}
</style>
<title>HTML Integration Sample</title>
</head>
<body>
<div id="app">
<div id="comprehensiveliveness"></div>
</div>
</body>
<script type="text/javascript">
async function ComprehensiveLivenessInitial() {
const getAuth = await window.COMPREHENSIVE_SDK.CheckAuthentication(
"Provided by ASLIRI Team"
);
window.COMPREHENSIVE_SDK.ComprehensiveLiveness(
getAuth,
(result) => {
// your code for handle result
// result.message = message response
// result.score = score liveness 0 to 1
// result.image = image base64
console.log({ result });
},
(error) => {
// your code for handle error
console.log({ error });
}
);
}
// run comprehensive liveness
ComprehensiveLivenessInitial();
</script>
</html>
Note: result score from 0 to 1 (you can manage the score)
Thank you.
FAQs
ASLIRI Comprehensive Liveness for HTML + jQuery
The npm package asliri-comprehensive-liveness-jquery receives a total of 5 weekly downloads. As such, asliri-comprehensive-liveness-jquery popularity was classified as not popular.
We found that asliri-comprehensive-liveness-jquery 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.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.