
Product
Rust Support Now in Beta
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
jaakrecog-liveness
Advanced tools
is a facial recognition plugin whose intention is to be a proof of life, this plugin has been developed to be used in projects with Angular@^8.1.1
is a facial recognition plugin whose intention is to be a proof of life, this plugin has been developed to be used in projects with Angular @^8.1.1
Use the package manager npm to install
npm install jaakrecog-liveness
Initial setup
set the plugin assets on angular.json file. Add { "glob": "**/*", "input": "./node_modules/jaakrecog-liveness/src/lib/weights", "output": "/assets/weights/" } inside of projects.app.architect.build.assets .
set the script on angular.json file. Add "./node_modules/face-api.js/dist/face-api.min.js" inside of projects.app.architect.build.scripts.
Note: If is an Angular pure project add
"paths": { "@angular/*": [ "./node_modules/@angular/*" ] }inside of "compilerOptions" ontsconfig.jsonfile.
Import the module into your app.module.ts file.
import { JaakRecogLivenessModule } from 'jaakrecog-liveness';
@NgModule({
declarations: [AppComponent],
entryComponents: [],
imports: [
BrowserModule,
IonicModule.forRoot(),
AppRoutingModule,
JaakRecogLivenessModule,
],
providers: [{ provide: RouteReuseStrategy, useClass: IonicRouteStrategy }],
bootstrap: [AppComponent],
})
On yout HTML file you have to use the directive <jaakrecog-liveness>
<div class="container">
<jaakrecog-liveness [videoDuration]="3000" (getResult)="checkingVideo($event)"> </jaakrecog-liveness>
</div>
All plugin inputs
| Input | Description | Default value |
|---|---|---|
| url | The server or IP address (string) | 'https://jaakrecog.jaak-it.com/' |
| videoDuration | Recording time in milliseconds (number) | 3000 |
| animation | Show animation (boolean) | true |
| landmarks | Landmarks on tracking face | true |
| trackingFace | Track the face on video | true |
All plugin output
| Output | Description |
|---|---|
| getResult | Emit the result of the video |
| trackFaceResult | Emit the result of the tracking face (only if trackingFace is true) |
To get more help contact us soporte@jaak-it.com
FAQs
is a facial recognition plugin whose intention is to be a proof of life, this plugin has been developed to be used in projects with Angular@^8.1.1
We found that jaakrecog-liveness 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.

Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.

Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.

Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.