🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

detection-lib

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

detection-lib - npm Package Compare versions

Comparing version

to
1.0.4

mediapipe/face_detection/face_detection_full_range_sparse.tflite

2

package.json
{
"name": "detection-lib",
"version": "1.0.3",
"version": "1.0.4",
"main": "src/DetectorFactory.js",

@@ -5,0 +5,0 @@ "scripts": {

@@ -8,5 +8,5 @@ import { Detector } from './types.js';

this.faceDetector = new window.FaceDetection({
this.faceDetector = new FaceDetection({
locateFile: (file) =>
`@mediapipe/face_detection/${file}`,
`../mediapipe/face_detection/${file}`,
});

@@ -13,0 +13,0 @@