Socket
Socket
Sign inDemoInstall

@datachecker/faceverify

Package Overview
Dependencies
Maintainers
3
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@datachecker/faceverify - npm Package Compare versions

Comparing version 0.0.2 to 3.0.0

CHANGELOG.md

17

package.json
{
"name": "@datachecker/faceverify",
"version": "v0.0.2",
"version": "v3.0.0",
"description": "This project contains Datachecker's FaceVerify tool, that captures images of faces to be used in liveness detection. The tool only takes a capture once the trigger mechanism is fired.",

@@ -11,3 +11,7 @@ "main": "dist/faceverify.obf.js",

"build": "webpack",
"test": "echo \"Error: no test specified\" && exit 1"
"start-server": "http-server -p 3000",
"cypress:open": "cypress open --project tests",
"cypress:run": "cypress run --project tests",
"test:e2e": "npm run start-server & npm run cypress:run",
"test": "jest --coverage --config=tests/jest.config.js"
},

@@ -25,6 +29,14 @@ "repository": {

"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"babel-jest": "^29.7.0",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^6.9.1",
"cypress": "^13.6.4",
"file-loader": "^6.2.0",
"http-server": "^14.1.1",
"javascript-obfuscator": "^4.1.0",
"jest": "^29.7.0",
"jest-canvas-mock": "^2.5.2",
"jest-environment-jsdom": "^29.7.0",
"style-loader": "^3.3.4",

@@ -38,2 +50,3 @@ "url-loader": "^4.1.1",

"dist/",
"CHANGELOG.md",
"README.md",

@@ -40,0 +53,0 @@ "LICENSE.md"

dist/assets/models/face-detection/@mediapipe/face_detection_short_range.tflite

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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